Home
last modified time | relevance | path

Searched refs:get_country_code (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_plat.h51 void *(*get_country_code)(char *ccode, u32 flags); member
53 void *(*get_country_code)(char *ccode); member
H A Ddhd_linux_platdev.c351 if (plat_data->get_country_code) { in wifi_platform_get_country_code()
353 return plat_data->get_country_code(ccode, flags); in wifi_platform_get_country_code()
355 return plat_data->get_country_code(ccode); in wifi_platform_get_country_code()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_plat.h51 void *(*get_country_code)(char *ccode, u32 flags); member
53 void *(*get_country_code)(char *ccode); member
H A Ddhd_linux_platdev.c348 if (plat_data->get_country_code) { in wifi_platform_get_country_code()
350 return plat_data->get_country_code(ccode, flags); in wifi_platform_get_country_code()
352 return plat_data->get_country_code(ccode); in wifi_platform_get_country_code()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_linux.h113 void *(*get_country_code)(char *ccode, u32 flags); member
115 void *(*get_country_code)(char *ccode); member
H A Ddhd_linux_platdev.c314 if (plat_data->get_country_code) { in wifi_platform_get_country_code()
316 return plat_data->get_country_code(ccode, flags); in wifi_platform_get_country_code()
318 return plat_data->get_country_code(ccode); in wifi_platform_get_country_code()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_platdev.c306 if (plat_data->get_country_code) { in wifi_platform_get_country_code()
308 return plat_data->get_country_code(ccode, WLAN_PLAT_NODFS_FLAG); in wifi_platform_get_country_code()
311 return plat_data->get_country_code(ccode, flags); in wifi_platform_get_country_code()
313 return plat_data->get_country_code(ccode); in wifi_platform_get_country_code()
H A Ddhd_linux.h259 void *(*get_country_code)(char *ccode, u32 flags); member
261 void *(*get_country_code)(char *ccode); member
H A Ddhd_custom_rockchip.c22 .get_country_code = dhd_wlan_get_country_code,
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_platdev.c301 if (plat_data->get_country_code) { in wifi_platform_get_country_code()
303 return plat_data->get_country_code(ccode, WLAN_PLAT_NODFS_FLAG); in wifi_platform_get_country_code()
306 return plat_data->get_country_code(ccode, flags); in wifi_platform_get_country_code()
308 return plat_data->get_country_code(ccode); in wifi_platform_get_country_code()
H A Ddhd_linux.h273 void *(*get_country_code)(char *ccode, u32 flags); member
275 void *(*get_country_code)(char *ccode); member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_platdev.c307 if (plat_data->get_country_code) { in wifi_platform_get_country_code()
309 return plat_data->get_country_code(ccode, WLAN_PLAT_NODFS_FLAG); in wifi_platform_get_country_code()
312 return plat_data->get_country_code(ccode, flags); in wifi_platform_get_country_code()
314 return plat_data->get_country_code(ccode); in wifi_platform_get_country_code()
H A Ddhd_linux.h255 void *(*get_country_code)(char *ccode, u32 flags); member
257 void *(*get_country_code)(char *ccode); member
H A Ddhd_custom_rockchip.c23 .get_country_code = dhd_wlan_get_country_code,
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Drtw_android.c875 if (wifi_control_data && wifi_control_data->get_country_code)
877 return wifi_control_data->get_country_code(ccode, flags);
879 return wifi_control_data->get_country_code(ccode);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Drtw_android.c875 if (wifi_control_data && wifi_control_data->get_country_code)
877 return wifi_control_data->get_country_code(ccode, flags);
879 return wifi_control_data->get_country_code(ccode);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/platforms/
H A Datm7039-actions-generic-wlan.c46 void *(*get_country_code)(char *ccode); member
H A Drk3126-generic-wlan.c46 void *(*get_country_code)(char *ccode); member
H A Dh8-generic-wlan.c45 void *(*get_country_code)(char *ccode); member
H A Dh3-generic-wlan.c45 void *(*get_country_code)(char *ccode); member
H A Dt10-generic-wlan.c44 void *(*get_country_code)(char *ccode); member
H A Dv66-generic-wlan.c46 void *(*get_country_code)(char *ccode); member
H A Da33-generic-wlan.c45 void *(*get_country_code)(char *ccode); member
H A Dx1000-generic-wlan.c44 void *(*get_country_code)(char *ccode); member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/
H A Drtw_android.c1091 if (wifi_control_data && wifi_control_data->get_country_code)
1093 return wifi_control_data->get_country_code(ccode, flags);
1095 return wifi_control_data->get_country_code(ccode);

12