Home
last modified time | relevance | path

Searched refs:CONFIG_RTW_ANDROID (Results 1 – 6 of 6) sorted by relevance

/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Ddrv_conf.h83 #ifdef CONFIG_RTW_ANDROID
99 #if (CONFIG_RTW_ANDROID > 4)
105 #if (CONFIG_RTW_ANDROID <= 7)
111 #if (CONFIG_RTW_ANDROID >= 8)
121 #if (CONFIG_RTW_ANDROID >= 11)
139 #if (CONFIG_RTW_ANDROID < 11)
144 #if (CONFIG_RTW_ANDROID < 11)
159 #if (CONFIG_RTW_ANDROID >= 10)
Drtw_mlme_ext.h1135 #ifdef CONFIG_RTW_ANDROID
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/
DMakefile164 CONFIG_RTW_ANDROID = 0 macro
166 ifeq ($(shell test $(CONFIG_RTW_ANDROID) -gt 0; echo $$?), 0)
167 EXTRA_CFLAGS += -DCONFIG_RTW_ANDROID=$(CONFIG_RTW_ANDROID)
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dioctl_linux.c68 #ifdef CONFIG_RTW_ANDROID
2149 #ifndef CONFIG_RTW_ANDROID in rtw_wx_get_scan()
2158 #ifndef CONFIG_RTW_ANDROID in rtw_wx_get_scan()
2969 #if defined(CONFIG_RTW_ANDROID) || 1
7713 #ifdef CONFIG_RTW_ANDROID
7788 #ifdef CONFIG_RTW_ANDROID
Dos_intfs.c4479 #ifndef CONFIG_RTW_ANDROID
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_debug.c59 #ifdef CONFIG_RTW_ANDROID in dump_drv_cfg()
60 RTW_PRINT_SEL(sel, "Android Driver: %d\n", CONFIG_RTW_ANDROID); in dump_drv_cfg()