Searched refs:_function (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | timer.h | 76 #define __TIMER_INITIALIZER(_function, _flags) { \ argument 78 .function = (_function), \ 84 #define DEFINE_TIMER(_name, _function) \ argument 86 __TIMER_INITIALIZER(_function, 0)
|
H A D | isapnp.h | 41 #define ISAPNP_DEVICE_ID(_va, _vb, _vc, _function) \ argument 42 { .vendor = ISAPNP_VENDOR(_va, _vb, _vc), .function = ISAPNP_FUNCTION(_function) }
|
H A D | compat.h | 341 compat_uptr_t _function; member
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | siginfo.h | 350 void (*_function)(sigval_t); member 356 #define sigev_notify_function _sigev_un._sigev_thread._function
|
/openbmc/linux/arch/mips/bcm47xx/ |
H A D | leds.c | 11 #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, \
|
/openbmc/qemu/bsd-user/freebsd/ |
H A D | target_os_siginfo.h | 113 abi_ulong _function; member
|
/openbmc/u-boot/include/ |
H A D | image.h | 1419 ll_entry_declare(struct fit_loadable_tbl, _function, fit_loadable) = { \
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | ether.c | 890 #define which_fn(t) (hs ? hs_ ## t ## _function : fs_ ## t ## _function) in config_buf()
|
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | 2654 abi_ulong _function; member
|