Searched refs:_function (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/linux/ |
D | timer.h | 73 #define __TIMER_INITIALIZER(_function, _expires, _data, _flags) { \ argument 75 .function = (_function), \ 84 #define TIMER_INITIALIZER(_function, _expires, _data) \ argument 85 __TIMER_INITIALIZER((_function), (_expires), (_data), 0) 87 #define TIMER_DEFERRED_INITIALIZER(_function, _expires, _data) \ argument 88 __TIMER_INITIALIZER((_function), (_expires), (_data), TIMER_DEFERRABLE) 90 #define DEFINE_TIMER(_name, _function, _expires, _data) \ argument 92 TIMER_INITIALIZER(_function, _expires, _data)
|
D | isapnp.h | 56 #define ISAPNP_DEVICE_ID(_va, _vb, _vc, _function) \ argument 57 { .vendor = ISAPNP_VENDOR(_va, _vb, _vc), .function = ISAPNP_FUNCTION(_function) }
|
D | compat.h | 230 compat_uptr_t _function; member
|
/linux-4.1.27/arch/mips/bcm47xx/ |
D | leds.c | 10 #define BCM47XX_GPIO_LED(_gpio, _color, _function, _active_low, \ argument 13 .name = "bcm47xx:" _color ":" _function, \ 19 #define BCM47XX_GPIO_LED_TRIGGER(_gpio, _color, _function, _active_low, \ argument 22 .name = "bcm47xx:" _color ":" _function, \
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | siginfo.h | 294 void (*_function)(sigval_t); member 300 #define sigev_notify_function _sigev_un._sigev_thread._function
|