Searched refs:pwrctl (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/drivers/staging/rtl8723bs/include/ |
| D | rtw_pwrctrl.h | 307 #define rtw_get_ips_mode_req(pwrctl) \ argument 308 (pwrctl)->ips_mode_req 310 #define rtw_ips_mode_req(pwrctl, ips_mode) \ argument 311 (pwrctl)->ips_mode_req = (ips_mode) 315 #define _rtw_set_pwr_state_check_timer(pwrctl, ms) \ argument 318 _set_timer(&(pwrctl)->pwr_state_check_timer, (ms)); \ 321 #define rtw_set_pwr_state_check_timer(pwrctl) \ argument 322 _rtw_set_pwr_state_check_timer((pwrctl), (pwrctl)->pwr_state_check_interval)
|
| D | drv_types.h | 479 #define pwrctl_to_dvobj(pwrctl) container_of(pwrctl, struct dvobj_priv, pwrctl_priv) argument
|
| /Linux-v5.4/drivers/staging/rtl8723bs/hal/ |
| D | rtl8723b_cmd.c | 471 struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); in ConstructPnoInfo() local 475 memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->ssid_num, 4); in ConstructPnoInfo() 479 memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->fast_scan_period, 4); in ConstructPnoInfo() 483 memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->fast_scan_iterations, 4); in ConstructPnoInfo() 487 memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->slow_scan_period, 4); in ConstructPnoInfo() 491 memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->ssid_length, in ConstructPnoInfo() 496 memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->ssid_cipher_info, in ConstructPnoInfo() 501 memcpy(pPnoInfoPkt, &pwrctl->pnlo_info->ssid_channel_info, in ConstructPnoInfo() 514 struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); in ConstructSSIDList() local 518 for (i = 0; i < pwrctl->pnlo_info->ssid_num ; i++) { in ConstructSSIDList() [all …]
|
| D | sdio_halinit.c | 1418 struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); in SetHwReg8723BS() local 1523 if (!pwrctl->wowlan_pno_enable) { in SetHwReg8723BS() 1546 pwrctl->wowlan_wake_reason = rtw_read8(padapter, REG_WOWLAN_WAKE_REASON); in SetHwReg8723BS() 1552 pwrctl->wowlan_wake_reason, in SetHwReg8723BS() 1606 pwrctl->wowlan_fw_iv = iv_high << 16 | iv_low; in SetHwReg8723BS() 1607 DBG_871X_LEVEL(_drv_always_, "fw_iv: 0x%016llx\n", pwrctl->wowlan_fw_iv); in SetHwReg8723BS() 1649 (pwrctl->wowlan_wake_reason != FWDecisionDisconnect) && in SetHwReg8723BS() 1650 (pwrctl->wowlan_wake_reason != Rx_Pairwisekey) && in SetHwReg8723BS() 1651 (pwrctl->wowlan_wake_reason != Rx_DisAssoc) && in SetHwReg8723BS() 1652 (pwrctl->wowlan_wake_reason != Rx_DeAuth) in SetHwReg8723BS() [all …]
|
| D | sdio_ops.c | 973 struct pwrctrl_priv *pwrctl; in sd_int_dpc() local 978 pwrctl = dvobj_to_pwrctl(dvobj); in sd_int_dpc() 991 _cancel_timer(&(pwrctl->pwr_rpwm_timer), &bcancelled); in sd_int_dpc() 996 _set_workitem(&(pwrctl->cpwm_event)); in sd_int_dpc()
|
| /Linux-v5.4/drivers/staging/rtl8723bs/os_dep/ |
| D | os_intfs.c | 1090 struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); in netdev_close() local 1094 if (pwrctl->bInternalAutoSuspend == true) { in netdev_close() 1096 if (pwrctl->rf_pwrstate == rf_off) in netdev_close() 1097 pwrctl->ps_flag = true; in netdev_close() 1111 if (pwrctl->rf_pwrstate == rf_on) { in netdev_close() 1150 struct pwrctrl_priv *pwrctl = adapter_to_pwrctl(padapter); in rtw_dev_unload() local 1170 if (!pwrctl->bInternalAutoSuspend) in rtw_dev_unload() 1187 …if (rtw_hal_check_ips_status(padapter) == true || pwrctl->rf_pwrstate == rf_off) { /* check HW sta… in rtw_dev_unload() 1196 hal_btcoex_IpsNotify(padapter, pwrctl->ips_mode_req); in rtw_dev_unload() 1198 if (pwrctl->bSupportRemoteWakeup == true && in rtw_dev_unload() [all …]
|
| /Linux-v5.4/drivers/mailbox/ |
| D | bcm-pdc-mailbox.c | 243 u32 pwrctl; /* 0x1e8 */ member
|
| /Linux-v5.4/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| D | chip.c | 192 u32 pwrctl; /* corerev >= 2 */ member
|