Searched refs:_comp (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Ddebug.h166 #define RT_PRINT_DATA(rtlpriv, _comp, _level, _titlestring, _hexdata, \
168 _rtl_dbg_print_data(rtlpriv, _comp, _level, \
/linux-master/arch/mips/include/asm/sn/
H A Dklconfig.h471 #define KLCF_COMP_ERROR(_brd, _comp) \
472 (NODE_OFFSET_TO_K1(NASID_GET(_brd), (_comp)->errinfo))
474 #define KLCF_COMP_TYPE(_comp) ((_comp)->struct_type)
475 #define KLCF_BRIDGE_W_ID(_comp) ((_comp)->physid) /* Widget ID */
/linux-master/include/uapi/asm-generic/
H A Dunistd.h26 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp)
27 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SYSCALL(_nr, _comp)
29 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys)
30 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SC_3264(_nr, _32, _64)
/linux-master/tools/include/uapi/asm-generic/
H A Dunistd.h26 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp)
27 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SYSCALL(_nr, _comp)
29 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys)
30 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SC_3264(_nr, _32, _64)
/linux-master/drivers/clk/at91/
H A Dsama7g5.c352 #define PLL_IDS_TO_ARR_ENTRY(_id, _comp) { PLL_ID_##_id, PLL_COMPID_##_comp}
/linux-master/include/sound/
H A Dsoc.h1119 #define for_each_card_auxs_safe(card, component, _comp) \
1120 list_for_each_entry_safe(component, _comp, \
/linux-master/sound/soc/
H A Dsoc-core.c1790 struct snd_soc_component *comp, *_comp; local
1794 for_each_card_auxs_safe(card, comp, _comp) {

Completed in 334 milliseconds