Home
last modified time | relevance | path

Searched refs:hal_fw_lps_opt (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_func_88xx.c1587 struct halmac_fwlps_option *hal_fw_lps_opt) in halmac_send_h2c_set_pwr_mode_88xx() argument
1607 SET_PWR_MODE_SET_MODE(h2c_cmd, hal_fw_lps_opt->mode); in halmac_send_h2c_set_pwr_mode_88xx()
1608 SET_PWR_MODE_SET_CLK_REQUEST(h2c_cmd, hal_fw_lps_opt->clk_request); in halmac_send_h2c_set_pwr_mode_88xx()
1609 SET_PWR_MODE_SET_RLBM(h2c_cmd, hal_fw_lps_opt->rlbm); in halmac_send_h2c_set_pwr_mode_88xx()
1610 SET_PWR_MODE_SET_SMART_PS(h2c_cmd, hal_fw_lps_opt->smart_ps); in halmac_send_h2c_set_pwr_mode_88xx()
1612 hal_fw_lps_opt->awake_interval); in halmac_send_h2c_set_pwr_mode_88xx()
1614 hal_fw_lps_opt->all_queue_uapsd); in halmac_send_h2c_set_pwr_mode_88xx()
1615 SET_PWR_MODE_SET_PWR_STATE(h2c_cmd, hal_fw_lps_opt->pwr_state); in halmac_send_h2c_set_pwr_mode_88xx()
1617 hal_fw_lps_opt->ant_auto_switch); in halmac_send_h2c_set_pwr_mode_88xx()
1619 h2c_cmd, hal_fw_lps_opt->ps_allow_bt_high_priority); in halmac_send_h2c_set_pwr_mode_88xx()
[all …]
Dhalmac_func_88xx.h109 struct halmac_fwlps_option *hal_fw_lps_opt);