Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-generic/
H A Dunistd.h29 #define __SC_COMP(_nr,_sys,_comp) __SYSCALL(_nr, _comp)
30 #define __SC_COMP_3264(_nr,_32,_64,_comp) __SYSCALL(_nr, _comp)
32 #define __SC_COMP(_nr,_sys,_comp) __SYSCALL(_nr, _sys)
33 #define __SC_COMP_3264(_nr,_32,_64,_comp) __SC_3264(_nr, _32, _64)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-generic/
H A Dunistd.h29 #define __SC_COMP(_nr,_sys,_comp) __SYSCALL(_nr, _comp)
30 #define __SC_COMP_3264(_nr,_32,_64,_comp) __SYSCALL(_nr, _comp)
32 #define __SC_COMP(_nr,_sys,_comp) __SYSCALL(_nr, _sys)
33 #define __SC_COMP_3264(_nr,_32,_64,_comp) __SC_3264(_nr, _32, _64)
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Drtw_debug.h79 #define RT_TRACE(_comp, _level, fmt) \
83 (unsigned int)_comp, _level); \
88 #define RT_PRINT_DATA(_comp, _level, _titlestring, _hexdata, _hexdatalen)\
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-6.6/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 */
/kernel/linux/linux-5.10/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, \
/kernel/linux/linux-6.6/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, \
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-5.10/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/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)
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
H A Dunistd.h16 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _comp)
17 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SYSCALL(_nr, _comp)
19 #define __SC_COMP(_nr, _sys, _comp) __SYSCALL(_nr, _sys)
20 #define __SC_COMP_3264(_nr, _32, _64, _comp) __SC_3264(_nr, _32, _64)
/kernel/linux/linux-6.6/drivers/clk/at91/
H A Dsama7g5.c352 #define PLL_IDS_TO_ARR_ENTRY(_id, _comp) { PLL_ID_##_id, PLL_COMPID_##_comp}
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-core.c1398 struct snd_soc_component *comp, *_comp; in soc_remove_aux_devices() local
1402 for_each_card_auxs_safe(card, comp, _comp) { in soc_remove_aux_devices()
/kernel/linux/linux-5.10/include/sound/
H A Dsoc.h1117 #define for_each_card_auxs_safe(card, component, _comp) \
1118 list_for_each_entry_safe(component, _comp, \
/kernel/linux/linux-6.6/include/sound/
H A Dsoc.h1080 #define for_each_card_auxs_safe(card, component, _comp) \
1081 list_for_each_entry_safe(component, _comp, \
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-core.c1668 struct snd_soc_component *comp, *_comp; in soc_remove_aux_devices() local
1672 for_each_card_auxs_safe(card, comp, _comp) { in soc_remove_aux_devices()

Completed in 31 milliseconds