| /include/linux/ |
| A D | hwmon-sysfs.h | 24 #define SENSOR_ATTR_RO(_name, _func, _index) \ argument 27 #define SENSOR_ATTR_RW(_name, _func, _index) \ argument 30 #define SENSOR_ATTR_WO(_name, _func, _index) \ argument 37 #define SENSOR_DEVICE_ATTR_RO(_name, _func, _index) \ argument 40 #define SENSOR_DEVICE_ATTR_RW(_name, _func, _index) \ argument 43 #define SENSOR_DEVICE_ATTR_WO(_name, _func, _index) \ argument 59 #define SENSOR_ATTR_2_RO(_name, _func, _nr, _index) \ argument 62 #define SENSOR_ATTR_2_RW(_name, _func, _nr, _index) \ argument 65 #define SENSOR_ATTR_2_WO(_name, _func, _nr, _index) \ argument 72 #define SENSOR_DEVICE_ATTR_2_RO(_name, _func, _nr, _index) \ argument [all …]
|
| A D | static_call.h | 187 #define DEFINE_STATIC_CALL(name, _func) \ argument 195 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument 203 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument 234 #define DEFINE_STATIC_CALL(name, _func) \ argument 241 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument 248 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument 297 #define __DEFINE_STATIC_CALL(name, _func, _func_init) \ argument 303 #define DEFINE_STATIC_CALL(name, _func) \ argument 306 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument 309 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument
|
| A D | min_heap.h | 318 #define min_heap_sift_up_inline(_heap, _idx, _func, _args) \ argument 333 #define min_heapify_all_inline(_heap, _func, _args) \ argument 355 #define min_heap_pop_inline(_heap, _func, _args) \ argument 427 #define min_heap_del_inline(_heap, _idx, _func, _args) \ argument 455 #define min_heap_sift_down(_heap, _pos, _func, _args) \ argument 458 #define min_heap_sift_up(_heap, _idx, _func, _args) \ argument 461 #define min_heapify_all(_heap, _func, _args) \ argument 464 #define min_heap_pop(_heap, _func, _args) \ argument 467 #define min_heap_pop_push(_heap, _element, _func, _args) \ argument 470 #define min_heap_push(_heap, _element, _func, _args) \ argument [all …]
|
| A D | irq_work.h | 23 #define __IRQ_WORK_INIT(_func, _flags) (struct irq_work){ \ argument 29 #define IRQ_WORK_INIT(_func) __IRQ_WORK_INIT(_func, 0) argument 30 #define IRQ_WORK_INIT_LAZY(_func) __IRQ_WORK_INIT(_func, IRQ_WORK_LAZY) argument 31 #define IRQ_WORK_INIT_HARD(_func) __IRQ_WORK_INIT(_func, IRQ_WORK_HARD_IRQ) argument
|
| A D | workqueue.h | 301 #define __INIT_WORK(_work, _func, _onstack) \ argument 308 #define INIT_WORK(_work, _func) \ argument 311 #define INIT_WORK_ONSTACK(_work, _func) \ argument 314 #define INIT_WORK_ONSTACK_KEY(_work, _func, _key) \ argument 317 #define __INIT_DELAYED_WORK(_work, _func, _tflags) \ argument 333 #define INIT_DELAYED_WORK(_work, _func) \ argument 336 #define INIT_DELAYED_WORK_ONSTACK(_work, _func) \ argument 339 #define INIT_DEFERRABLE_WORK(_work, _func) \ argument 342 #define INIT_DEFERRABLE_WORK_ONSTACK(_work, _func) \ argument 345 #define INIT_RCU_WORK(_work, _func) \ argument [all …]
|
| A D | smp.h | 29 #define CSD_INIT(_func, _info) \ argument 36 #define INIT_CSD(_csd, _func, _info) \ argument
|
| A D | interrupt.h | 718 #define DECLARE_TASKLET_OLD(name, _func) \ argument 724 #define DECLARE_TASKLET_DISABLED_OLD(name, _func) \ argument
|
| /include/drm/ |
| A D | drm_ioctl.h | 151 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument
|
| /include/dt-bindings/pinctrl/ |
| A D | rzn1-pinctrl.h | 9 #define RZN1_PINMUX(_gpio, _func) \ argument
|
| /include/rdma/ |
| A D | uverbs_ioctl.h | 366 #define DECLARE_UVERBS_WRITE(_command_num, _func, _cmd_desc, ...) \ argument 377 #define DECLARE_UVERBS_WRITE_EX(_command_num, _func, _cmd_desc, ...) \ argument 418 #define UAPI_DEF_IS_OBJ_SUPPORTED(_func) \ argument
|