/openbmc/u-boot/include/ |
H A D | command.h | 286 _usage, _help, _comp) \ argument 291 _usage, _help, _comp) \ argument 296 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument 302 _help, _comp) \ argument 320 _usage, _help, _comp) \ argument 325 _help, _comp) \ argument 330 _comp) \ argument 334 _help, _comp) \ argument 347 _comp) \ argument
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 26 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp) argument 27 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SYSCALL(_nr, _comp) argument 29 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys) argument 30 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SC_3264(_nr, _32, _64) argument
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 26 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp) argument 27 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SYSCALL(_nr, _comp) argument 29 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys) argument 30 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SC_3264(_nr, _32, _64) argument
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 26 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp) argument 27 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SYSCALL(_nr, _comp) argument 29 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys) argument 30 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SC_3264(_nr, _32, _64) argument
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | debug.h | 166 #define RT_PRINT_DATA(rtlpriv, _comp, _level, _titlestring, _hexdata, \ argument
|
/openbmc/linux/drivers/clk/at91/ |
H A D | sama7g5.c | 353 #define PLL_IDS_TO_ARR_ENTRY(_id, _comp) { PLL_ID_##_id, PLL_COMPID_##_comp} argument
|
/openbmc/linux/arch/mips/include/asm/sn/ |
H A D | klconfig.h | 471 #define KLCF_COMP_ERROR(_brd, _comp) \ argument 474 #define KLCF_COMP_TYPE(_comp) ((_comp)->struct_type) argument 475 #define KLCF_BRIDGE_W_ID(_comp) ((_comp)->physid) /* Widget ID */ argument
|
/openbmc/linux/sound/soc/ |
H A D | soc-core.c | 1671 struct snd_soc_component *comp, *_comp; in soc_remove_aux_devices() local
|
/openbmc/linux/include/sound/ |
H A D | soc.h | 1080 #define for_each_card_auxs_safe(card, component, _comp) \ argument
|