Home
last modified time | relevance | path

Searched refs:_function (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/include/linux/
Dtimer.h76 #define __TIMER_INITIALIZER(_function, _flags) { \ argument
78 .function = (_function), \
84 #define DEFINE_TIMER(_name, _function) \ argument
86 __TIMER_INITIALIZER(_function, 0)
Disapnp.h41 #define ISAPNP_DEVICE_ID(_va, _vb, _vc, _function) \ argument
42 { .vendor = ISAPNP_VENDOR(_va, _vb, _vc), .function = ISAPNP_FUNCTION(_function) }
Dcompat.h343 compat_uptr_t _function; member
/Linux-v6.1/include/uapi/asm-generic/
Dsiginfo.h349 void (*_function)(sigval_t); member
355 #define sigev_notify_function _sigev_un._sigev_thread._function
/Linux-v6.1/arch/mips/bcm47xx/
Dleds.c11 #define BCM47XX_GPIO_LED(_gpio, _color, _function, _active_low, \ argument
14 .name = "bcm47xx:" _color ":" _function, \
20 #define BCM47XX_GPIO_LED_TRIGGER(_gpio, _color, _function, _active_low, \ argument
23 .name = "bcm47xx:" _color ":" _function, \