Home
last modified time | relevance | path

Searched refs:rtw_get_ch_setting_union (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8723bs/os_dep/
Dos_intfs.c1305 if (rtw_get_ch_setting_union(padapter, &ch, &bw, &offset) != 0) { in rtw_suspend_wow()
1361 if (rtw_get_ch_setting_union(padapter, &ch, &bw, &offset) != 0) { in rtw_suspend_ap_wow()
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h728 int rtw_get_ch_setting_union(struct adapter *adapter, u8 *ch, u8 *bw, u8 *offset);
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c6767 int rtw_get_ch_setting_union(struct adapter *adapter, u8 *ch, u8 *bw, u8 *offset) in rtw_get_ch_setting_union() function