Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_api_88xx.c2171 IN PHALMAC_FWLPS_OPTION pLps_option in halmac_cfg_fwlps_option_88xx() argument
2190 pHal_fwlps_option->mode = pLps_option->mode; in halmac_cfg_fwlps_option_88xx()
2191 pHal_fwlps_option->clk_request = pLps_option->clk_request; in halmac_cfg_fwlps_option_88xx()
2192 pHal_fwlps_option->rlbm = pLps_option->rlbm; in halmac_cfg_fwlps_option_88xx()
2193 pHal_fwlps_option->smart_ps = pLps_option->smart_ps; in halmac_cfg_fwlps_option_88xx()
2194 pHal_fwlps_option->awake_interval = pLps_option->awake_interval; in halmac_cfg_fwlps_option_88xx()
2195 pHal_fwlps_option->all_queue_uapsd = pLps_option->all_queue_uapsd; in halmac_cfg_fwlps_option_88xx()
2196 pHal_fwlps_option->pwr_state = pLps_option->pwr_state; in halmac_cfg_fwlps_option_88xx()
2197 pHal_fwlps_option->low_pwr_rx_beacon = pLps_option->low_pwr_rx_beacon; in halmac_cfg_fwlps_option_88xx()
2198 pHal_fwlps_option->ant_auto_switch = pLps_option->ant_auto_switch; in halmac_cfg_fwlps_option_88xx()
[all …]
H A Dhalmac_api_88xx.h207 IN PHALMAC_FWLPS_OPTION pLps_option
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/
H A Dhalmac_type.h1779 …ATUS (*halmac_cfg_fwlps_option)(PHALMAC_ADAPTER pHalmac_adapter, PHALMAC_FWLPS_OPTION pLps_option);