Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/halmac/halmac_88xx/
H A Dhalmac_func_88xx.c1351 IN PHALMAC_FWLPS_OPTION pHal_FwLps_Opt in halmac_send_h2c_set_pwr_mode_88xx() argument
1370 SET_PWR_MODE_SET_MODE(pH2c_cmd, pHal_FwLps_Opt->mode); in halmac_send_h2c_set_pwr_mode_88xx()
1371 SET_PWR_MODE_SET_CLK_REQUEST(pH2c_cmd, pHal_FwLps_Opt->clk_request); in halmac_send_h2c_set_pwr_mode_88xx()
1372 SET_PWR_MODE_SET_RLBM(pH2c_cmd, pHal_FwLps_Opt->rlbm); in halmac_send_h2c_set_pwr_mode_88xx()
1373 SET_PWR_MODE_SET_SMART_PS(pH2c_cmd, pHal_FwLps_Opt->smart_ps); in halmac_send_h2c_set_pwr_mode_88xx()
1374 SET_PWR_MODE_SET_AWAKE_INTERVAL(pH2c_cmd, pHal_FwLps_Opt->awake_interval); in halmac_send_h2c_set_pwr_mode_88xx()
1375 SET_PWR_MODE_SET_B_ALL_QUEUE_UAPSD(pH2c_cmd, pHal_FwLps_Opt->all_queue_uapsd); in halmac_send_h2c_set_pwr_mode_88xx()
1376 SET_PWR_MODE_SET_PWR_STATE(pH2c_cmd, pHal_FwLps_Opt->pwr_state); in halmac_send_h2c_set_pwr_mode_88xx()
1377 SET_PWR_MODE_SET_ANT_AUTO_SWITCH(pH2c_cmd, pHal_FwLps_Opt->ant_auto_switch); in halmac_send_h2c_set_pwr_mode_88xx()
1378 SET_PWR_MODE_SET_PS_ALLOW_BT_HIGH_PRIORITY(pH2c_cmd, pHal_FwLps_Opt->ps_allow_bt_high_Priority); in halmac_send_h2c_set_pwr_mode_88xx()
[all …]
H A Dhalmac_func_88xx.h153 IN PHALMAC_FWLPS_OPTION pHal_FwLps_Opt