Home
last modified time | relevance | path

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

/linux/include/linux/
A Dtimer.h56 #define __TIMER_INITIALIZER(_function, _flags) { \ argument
58 .function = (_function), \
63 #define DEFINE_TIMER(_name, _function) \ argument
65 __TIMER_INITIALIZER(_function, 0)
A Disapnp.h41 #define ISAPNP_DEVICE_ID(_va, _vb, _vc, _function) \ argument
42 { .vendor = ISAPNP_VENDOR(_va, _vb, _vc), .function = ISAPNP_FUNCTION(_function) }
A Dcompat.h341 compat_uptr_t _function; member
/linux/include/uapi/asm-generic/
A Dsiginfo.h345 void (*_function)(sigval_t); member
351 #define sigev_notify_function _sigev_un._sigev_thread._function
/linux/arch/mips/bcm47xx/
A 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, \
/linux/arch/x86/entry/
A Dentry_fred.c98 #define SYSVEC(_vector, _function) [_vector - FIRST_SYSTEM_VECTOR] = fred_sysvec_##_function argument

Completed in 13 milliseconds