Home
last modified time | relevance | path

Searched refs:_comp (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/include/
H A Dcommand.h286 _usage, _help, _comp) \ argument
288 _usage, _CMD_HELP(_help) _CMD_COMPLETE(_comp) }
291 _usage, _help, _comp) \ argument
294 _cmd, _usage, _CMD_HELP(_help) _CMD_COMPLETE(_comp) }
296 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument
299 _usage, _help, _comp);
302 _help, _comp) \ argument
305 _usage, _help, _comp)
320 _usage, _help, _comp) \ argument
322 _CMD_HELP(_help) _CMD_COMPLETE(_comp) }
[all …]
/openbmc/linux/arch/mips/include/asm/sn/
H A Dklconfig.h471 #define KLCF_COMP_ERROR(_brd, _comp) \ argument
472 (NODE_OFFSET_TO_K1(NASID_GET(_brd), (_comp)->errinfo))
474 #define KLCF_COMP_TYPE(_comp) ((_comp)->struct_type) argument
475 #define KLCF_BRIDGE_W_ID(_comp) ((_comp)->physid) /* Widget ID */ argument
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Ddebug.h166 #define RT_PRINT_DATA(rtlpriv, _comp, _level, _titlestring, _hexdata, \ argument
168 _rtl_dbg_print_data(rtlpriv, _comp, _level, \
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h26 #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/tools/include/uapi/asm-generic/
H A Dunistd.h26 #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 Dunistd.h26 #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/clk/at91/
H A Dsama7g5.c353 #define PLL_IDS_TO_ARR_ENTRY(_id, _comp) { PLL_ID_##_id, PLL_COMPID_##_comp} argument
/openbmc/linux/include/sound/
H A Dsoc.h1080 #define for_each_card_auxs_safe(card, component, _comp) \ argument
1081 list_for_each_entry_safe(component, _comp, \
/openbmc/linux/sound/soc/
H A Dsoc-core.c1671 struct snd_soc_component *comp, *_comp; in soc_remove_aux_devices() local
1675 for_each_card_auxs_safe(card, comp, _comp) { in soc_remove_aux_devices()