Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dos_intfs.c1368 if (rtw_get_ch_setting_union(padapter, &ch, &bw, &offset) != 0) { in rtw_suspend_wow()
1427 if (rtw_get_ch_setting_union(padapter, &ch, &bw, &offset) != 0) { in rtw_suspend_ap_wow()
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h748 int rtw_get_ch_setting_union(struct adapter *adapter, u8 *ch, u8 *bw, u8 *offset);
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c6827 int rtw_get_ch_setting_union(struct adapter *adapter, u8 *ch, u8 *bw, u8 *offset) in rtw_get_ch_setting_union() function