Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_cmd.h616 extern u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue, u8 swconfig);
/Linux-v5.15/drivers/staging/r8188eu/include/
Drtw_cmd.h793 u8 rtw_set_chplan_cmd(struct adapter*padapter, u8 chplan, u8 enqueue);
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_ioctl_set.c861 return rtw_set_chplan_cmd(adapter, channel_plan, 1); in rtw_set_channel_plan()
Drtw_cmd.c1304 u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue) in rtw_set_chplan_cmd() function
/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_cmd.c1158 u8 rtw_set_chplan_cmd(struct adapter *padapter, u8 chplan, u8 enqueue, u8 swconfig) in rtw_set_chplan_cmd() function
/Linux-v5.15/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c2194 if (_SUCCESS == rtw_set_chplan_cmd(padapter, channel_plan_req, 1)) in rtw_wx_set_channel_plan()