Home
last modified time | relevance | path

Searched defs:_comp (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dcommand.h186 _usage, _help, _comp) \ argument
190 #define U_BOOT_CMD_COMPLETE(_name, _maxargs, _rep, _cmd, _usage, _help, _comp) \ argument
207 _help, _comp) \ argument
212 _comp) \ argument
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Drtw_debug.h79 #define RT_TRACE(_comp, _level, fmt) \ argument
88 #define RT_PRINT_DATA(_comp, _level, _titlestring, _hexdata, _hexdatalen)\ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/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
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Ddebug.h166 #define RT_PRINT_DATA(rtlpriv, _comp, _level, _titlestring, _hexdata, \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/include/
H A Dosdep_service.h355 #define rtw_wait_for_thread_stop(_comp) _rtw_wait_for_comp_timeout(_comp) argument
357 #define rtw_wait_for_thread_stop(_comp) _rtw_wait_for_comp(_comp) argument
/OK3568_Linux_fs/kernel/arch/mips/include/asm/sn/
H A Dklconfig.h471 #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
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-core.c1398 struct snd_soc_component *comp, *_comp; in soc_remove_aux_devices() local
/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc.h1124 #define for_each_card_auxs_safe(card, component, _comp) \ argument