Searched refs:bFuncEn (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | rtl8723b_cmd.c | 1178 static void rtl8723b_set_FwWoWlanCtrl_Cmd(struct adapter *padapter, u8 bFuncEn) in rtl8723b_set_FwWoWlanCtrl_Cmd() argument 1200 DBG_871X("%s(): bFuncEn =%d\n", __func__, bFuncEn); in rtl8723b_set_FwWoWlanCtrl_Cmd() 1202 SET_H2CCMD_WOWLAN_FUNC_ENABLE(u1H2CWoWlanCtrlParm, bFuncEn); in rtl8723b_set_FwWoWlanCtrl_Cmd() 1363 static void rtl8723b_set_FwAPWoWlanCtrl_Cmd(struct adapter *padapter, u8 bFuncEn) in rtl8723b_set_FwAPWoWlanCtrl_Cmd() argument 1368 u8 gpio_pulse = bFuncEn; in rtl8723b_set_FwAPWoWlanCtrl_Cmd() 1373 DBG_871X("%s(): bFuncEn =%d\n", __func__, bFuncEn); in rtl8723b_set_FwAPWoWlanCtrl_Cmd() 1375 if (bFuncEn) in rtl8723b_set_FwAPWoWlanCtrl_Cmd() 1387 bFuncEn); in rtl8723b_set_FwAPWoWlanCtrl_Cmd() 1395 static void rtl8723b_set_Fw_AP_Offload_Cmd(struct adapter *padapter, u8 bFuncEn) in rtl8723b_set_Fw_AP_Offload_Cmd() argument 1399 DBG_871X("%s(): bFuncEn =%d\n", __func__, bFuncEn); in rtl8723b_set_Fw_AP_Offload_Cmd() [all …]
|