Searched refs:_function (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | timer.h | 63 #define TIMER_INITIALIZER(_function, _expires, _data) { \ argument 65 .function = (_function), \ 77 #define TIMER_DEFERRED_INITIALIZER(_function, _expires, _data) {\ argument 79 .function = (_function), \ 87 #define DEFINE_TIMER(_name, _function, _expires, _data) \ argument 89 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 | 179 compat_uptr_t _function; member
|
/include/asm-generic/ |
D | siginfo.h | 298 void (*_function)(sigval_t); member 304 #define sigev_notify_function _sigev_un._sigev_thread._function
|