Searched refs:_function (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | timer.h | 79 #define __TIMER_INITIALIZER(_function, _flags) { \ argument 81 .function = (_function), \ 87 #define DEFINE_TIMER(_name, _function) \ argument 89 __TIMER_INITIALIZER(_function, 0)
|
D | isapnp.h | 41 #define ISAPNP_DEVICE_ID(_va, _vb, _vc, _function) \ argument 42 { .vendor = ISAPNP_VENDOR(_va, _vb, _vc), .function = ISAPNP_FUNCTION(_function) }
|
D | compat.h | 327 compat_uptr_t _function; member
|
/include/uapi/asm-generic/ |
D | siginfo.h | 329 void (*_function)(sigval_t); member 335 #define sigev_notify_function _sigev_un._sigev_thread._function
|