Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtw_cmd.h326 u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue);
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_cmd.h864 extern u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue, u8 swconfig);
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_ioctl_set.c607 return rtw_set_chplan_cmd(adapter, channel_plan, 1); in rtw_set_country()
Drtw_cmd.c705 u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue) in rtw_set_chplan_cmd() function
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_cmd.c1253 u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue, u8 swconfig) in rtw_set_chplan_cmd() function
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c2395 if (_SUCCESS == rtw_set_chplan_cmd(padapter, channel_plan_req, 1, 1)) in rtw_wx_set_channel_plan()