Home
last modified time | relevance | path

Searched refs:swconfig (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/
H A Drtw_cmd.h672 u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig);
673 u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/
H A Drtw_cmd.h678 u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig);
679 u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/
H A Drtw_cmd.h677 u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig);
678 u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/
H A Drtw_cmd.h683 u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig);
684 u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/
H A Drtw_cmd.h672 u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig);
673 u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/
H A Drtw_cmd.h672 u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig);
673 u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/include/
H A Drtw_cmd.h1102 u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig);
1103 u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/include/
H A Drtw_cmd.h1117 u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig);
1118 u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/
H A Drtw_cmd.h1093 u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig);
1094 u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Drtw_cmd.h1091 u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig);
1092 u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/include/
H A Drtw_cmd.h1075 u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig);
1076 u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/include/
H A Drtw_cmd.h1105 u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig);
1106 u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/
H A Drtw_cmd.h1105 u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig);
1106 u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig);
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/include/
H A Drtw_cmd.h852 extern u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue, u8 swconfig);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_cmd.c2176 …cmd(_adapter *adapter, int flags, u8 chplan, const struct country_chplan *country_ent, u8 swconfig) in _rtw_set_chplan_cmd() argument
2188 if (swconfig && rtw_hal_is_disable_sw_channel_plan(adapter) == _TRUE) { in _rtw_set_chplan_cmd()
2251 inline u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig) in rtw_set_chplan_cmd() argument
2253 return _rtw_set_chplan_cmd(adapter, flags, chplan, NULL, swconfig); in rtw_set_chplan_cmd()
2256 inline u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig) in rtw_set_country_cmd() argument
2276 return _rtw_set_chplan_cmd(adapter, flags, RTW_CHPLAN_MAX, ent, swconfig); in rtw_set_country_cmd()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_cmd.c2225 …cmd(_adapter *adapter, int flags, u8 chplan, const struct country_chplan *country_ent, u8 swconfig) in _rtw_set_chplan_cmd() argument
2237 if (swconfig && rtw_hal_is_disable_sw_channel_plan(adapter) == _TRUE) { in _rtw_set_chplan_cmd()
2300 inline u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig) in rtw_set_chplan_cmd() argument
2302 return _rtw_set_chplan_cmd(adapter, flags, chplan, NULL, swconfig); in rtw_set_chplan_cmd()
2305 inline u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig) in rtw_set_country_cmd() argument
2325 return _rtw_set_chplan_cmd(adapter, flags, RTW_CHPLAN_MAX, ent, swconfig); in rtw_set_country_cmd()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_cmd.c2162 …cmd(_adapter *adapter, int flags, u8 chplan, const struct country_chplan *country_ent, u8 swconfig) in _rtw_set_chplan_cmd() argument
2173 if (swconfig && rtw_hal_is_disable_sw_channel_plan(adapter) == _TRUE) { in _rtw_set_chplan_cmd()
2235 inline u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig) in rtw_set_chplan_cmd() argument
2237 return _rtw_set_chplan_cmd(adapter, flags, chplan, NULL, swconfig); in rtw_set_chplan_cmd()
2240 inline u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig) in rtw_set_country_cmd() argument
2260 return _rtw_set_chplan_cmd(adapter, flags, RTW_CHPLAN_UNSPECIFIED, ent, swconfig); in rtw_set_country_cmd()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_cmd.c1838 … flags, u8 chplan, const struct country_chplan *country_ent, enum regd_src_t regd_src, u8 swconfig) in _rtw_set_chplan_cmd() argument
1847 if (swconfig && rtw_hal_is_disable_sw_channel_plan(adapter) == _TRUE) { in _rtw_set_chplan_cmd()
1928 inline u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig) in rtw_set_chplan_cmd() argument
1930 return _rtw_set_chplan_cmd(adapter, flags, chplan, NULL, REGD_SRC_RTK_PRIV, swconfig); in rtw_set_chplan_cmd()
1933 inline u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig) in rtw_set_country_cmd() argument
1953 …turn _rtw_set_chplan_cmd(adapter, flags, RTW_CHPLAN_UNSPECIFIED, ent, REGD_SRC_RTK_PRIV, swconfig); in rtw_set_country_cmd()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_cmd.c2221 …cmd(_adapter *adapter, int flags, u8 chplan, const struct country_chplan *country_ent, u8 swconfig) in _rtw_set_chplan_cmd() argument
2231 if (swconfig && rtw_hal_is_disable_sw_channel_plan(adapter) == _TRUE) { in _rtw_set_chplan_cmd()
2310 inline u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig) in rtw_set_chplan_cmd() argument
2312 return _rtw_set_chplan_cmd(adapter, flags, chplan, NULL, swconfig); in rtw_set_chplan_cmd()
2315 inline u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig) in rtw_set_country_cmd() argument
2335 return _rtw_set_chplan_cmd(adapter, flags, RTW_CHPLAN_UNSPECIFIED, ent, swconfig); in rtw_set_country_cmd()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_cmd.c2165 …cmd(_adapter *adapter, int flags, u8 chplan, const struct country_chplan *country_ent, u8 swconfig) in _rtw_set_chplan_cmd() argument
2175 if (swconfig && rtw_hal_is_disable_sw_channel_plan(adapter) == _TRUE) { in _rtw_set_chplan_cmd()
2254 inline u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig) in rtw_set_chplan_cmd() argument
2256 return _rtw_set_chplan_cmd(adapter, flags, chplan, NULL, swconfig); in rtw_set_chplan_cmd()
2259 inline u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig) in rtw_set_country_cmd() argument
2279 return _rtw_set_chplan_cmd(adapter, flags, RTW_CHPLAN_UNSPECIFIED, ent, swconfig); in rtw_set_country_cmd()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_cmd.c1838 …cmd(_adapter *adapter, int flags, u8 chplan, const struct country_chplan *country_ent, u8 swconfig) in _rtw_set_chplan_cmd() argument
1848 if (swconfig && rtw_hal_is_disable_sw_channel_plan(adapter) == _TRUE) { in _rtw_set_chplan_cmd()
1927 inline u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig) in rtw_set_chplan_cmd() argument
1929 return _rtw_set_chplan_cmd(adapter, flags, chplan, NULL, swconfig); in rtw_set_chplan_cmd()
1932 inline u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig) in rtw_set_country_cmd() argument
1952 return _rtw_set_chplan_cmd(adapter, flags, RTW_CHPLAN_UNSPECIFIED, ent, swconfig); in rtw_set_country_cmd()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_cmd.c1839 … flags, u8 chplan, const struct country_chplan *country_ent, enum regd_src_t regd_src, u8 swconfig) in _rtw_set_chplan_cmd() argument
1848 if (swconfig && rtw_hal_is_disable_sw_channel_plan(adapter) == _TRUE) { in _rtw_set_chplan_cmd()
1929 inline u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig) in rtw_set_chplan_cmd() argument
1931 return _rtw_set_chplan_cmd(adapter, flags, chplan, NULL, REGD_SRC_RTK_PRIV, swconfig); in rtw_set_chplan_cmd()
1934 inline u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig) in rtw_set_country_cmd() argument
1954 …turn _rtw_set_chplan_cmd(adapter, flags, RTW_CHPLAN_UNSPECIFIED, ent, REGD_SRC_RTK_PRIV, swconfig); in rtw_set_country_cmd()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_cmd.c2165 …cmd(_adapter *adapter, int flags, u8 chplan, const struct country_chplan *country_ent, u8 swconfig) in _rtw_set_chplan_cmd() argument
2175 if (swconfig && rtw_hal_is_disable_sw_channel_plan(adapter) == _TRUE) { in _rtw_set_chplan_cmd()
2254 inline u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig) in rtw_set_chplan_cmd() argument
2256 return _rtw_set_chplan_cmd(adapter, flags, chplan, NULL, swconfig); in rtw_set_chplan_cmd()
2259 inline u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig) in rtw_set_country_cmd() argument
2279 return _rtw_set_chplan_cmd(adapter, flags, RTW_CHPLAN_UNSPECIFIED, ent, swconfig); in rtw_set_country_cmd()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_cmd.c1838 … flags, u8 chplan, const struct country_chplan *country_ent, enum regd_src_t regd_src, u8 swconfig) in _rtw_set_chplan_cmd() argument
1847 if (swconfig && rtw_hal_is_disable_sw_channel_plan(adapter) == _TRUE) { in _rtw_set_chplan_cmd()
1928 inline u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig) in rtw_set_chplan_cmd() argument
1930 return _rtw_set_chplan_cmd(adapter, flags, chplan, NULL, REGD_SRC_RTK_PRIV, swconfig); in rtw_set_chplan_cmd()
1933 inline u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig) in rtw_set_country_cmd() argument
1953 …turn _rtw_set_chplan_cmd(adapter, flags, RTW_CHPLAN_UNSPECIFIED, ent, REGD_SRC_RTK_PRIV, swconfig); in rtw_set_country_cmd()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_cmd.c1787 …cmd(_adapter *adapter, int flags, u8 chplan, const struct country_chplan *country_ent, u8 swconfig) in _rtw_set_chplan_cmd() argument
1797 if (swconfig && rtw_hal_is_disable_sw_channel_plan(adapter) == _TRUE) { in _rtw_set_chplan_cmd()
1876 inline u8 rtw_set_chplan_cmd(_adapter *adapter, int flags, u8 chplan, u8 swconfig) in rtw_set_chplan_cmd() argument
1878 return _rtw_set_chplan_cmd(adapter, flags, chplan, NULL, swconfig); in rtw_set_chplan_cmd()
1881 inline u8 rtw_set_country_cmd(_adapter *adapter, int flags, const char *country_code, u8 swconfig) in rtw_set_country_cmd() argument
1901 return _rtw_set_chplan_cmd(adapter, flags, RTW_CHPLAN_UNSPECIFIED, ent, swconfig); in rtw_set_country_cmd()

12