/include/linux/ |
D | hwmon-sysfs.h | 23 #define SENSOR_ATTR_RO(_name, _func, _index) \ argument 26 #define SENSOR_ATTR_RW(_name, _func, _index) \ argument 29 #define SENSOR_ATTR_WO(_name, _func, _index) \ argument 36 #define SENSOR_DEVICE_ATTR_RO(_name, _func, _index) \ argument 39 #define SENSOR_DEVICE_ATTR_RW(_name, _func, _index) \ argument 42 #define SENSOR_DEVICE_ATTR_WO(_name, _func, _index) \ argument 58 #define SENSOR_ATTR_2_RO(_name, _func, _nr, _index) \ argument 61 #define SENSOR_ATTR_2_RW(_name, _func, _nr, _index) \ argument 64 #define SENSOR_ATTR_2_WO(_name, _func, _nr, _index) \ argument 71 #define SENSOR_DEVICE_ATTR_2_RO(_name, _func, _nr, _index) \ argument [all …]
|
D | static_call.h | 183 #define __DEFINE_STATIC_CALL(name, _func, _func_init) \ argument 191 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument 220 #define __DEFINE_STATIC_CALL(name, _func, _func_init) \ argument 227 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument 275 #define __DEFINE_STATIC_CALL(name, _func, _func_init) \ argument 281 #define DEFINE_STATIC_CALL_NULL(name, _func) \ argument 327 #define DEFINE_STATIC_CALL(name, _func) \ argument 330 #define DEFINE_STATIC_CALL_RET0(name, _func) \ argument
|
D | irq_work.h | 21 #define __IRQ_WORK_INIT(_func, _flags) (struct irq_work){ \ argument 26 #define IRQ_WORK_INIT(_func) __IRQ_WORK_INIT(_func, 0) argument 27 #define IRQ_WORK_INIT_LAZY(_func) __IRQ_WORK_INIT(_func, IRQ_WORK_LAZY) argument 28 #define IRQ_WORK_INIT_HARD(_func) __IRQ_WORK_INIT(_func, IRQ_WORK_HARD_IRQ) argument
|
D | workqueue.h | 231 #define __INIT_WORK(_work, _func, _onstack) \ argument 242 #define __INIT_WORK(_work, _func, _onstack) \ argument 251 #define INIT_WORK(_work, _func) \ argument 254 #define INIT_WORK_ONSTACK(_work, _func) \ argument 257 #define __INIT_DELAYED_WORK(_work, _func, _tflags) \ argument 265 #define __INIT_DELAYED_WORK_ONSTACK(_work, _func, _tflags) \ argument 273 #define INIT_DELAYED_WORK(_work, _func) \ argument 276 #define INIT_DELAYED_WORK_ONSTACK(_work, _func) \ argument 279 #define INIT_DEFERRABLE_WORK(_work, _func) \ argument 282 #define INIT_DEFERRABLE_WORK_ONSTACK(_work, _func) \ argument [all …]
|
D | smp.h | 29 #define CSD_INIT(_func, _info) \ argument 36 #define INIT_CSD(_csd, _func, _info) \ argument
|
D | interrupt.h | 624 #define DECLARE_TASKLET_OLD(name, _func) \ argument 630 #define DECLARE_TASKLET_DISABLED_OLD(name, _func) \ argument
|
/include/drm/ |
D | drm_ioctl.h | 162 #define DRM_IOCTL_DEF_DRV(ioctl, _func, _flags) \ argument
|
/include/dt-bindings/pinctrl/ |
D | rzn1-pinctrl.h | 9 #define RZN1_PINMUX(_gpio, _func) \ argument
|
/include/rdma/ |
D | uverbs_ioctl.h | 365 #define DECLARE_UVERBS_WRITE(_command_num, _func, _cmd_desc, ...) \ argument 376 #define DECLARE_UVERBS_WRITE_EX(_command_num, _func, _cmd_desc, ...) \ argument 417 #define UAPI_DEF_IS_OBJ_SUPPORTED(_func) \ argument
|