Home
last modified time | relevance | path

Searched refs:req_pwr_lvl (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_ps.c95 u8 cur_pwr_lvl, u8 req_pwr_lvl) in _ps_ntfy_before_pwr_cfg() argument
100 if (req_pwr_lvl == PS_PWR_LVL_PWROFF) { in _ps_ntfy_before_pwr_cfg()
107 } else if (req_pwr_lvl <= PS_PWR_LVL_RF_OFF) { in _ps_ntfy_before_pwr_cfg()
112 if (req_pwr_lvl == PS_PWR_LVL_PWR_GATED) in _ps_ntfy_before_pwr_cfg()
120 u8 cur_pwr_lvl, u8 req_pwr_lvl, u8 cfg_ok) in _ps_ntfy_after_pwr_cfg() argument
124 if (cur_pwr_lvl > req_pwr_lvl) { /* enter ps */ in _ps_ntfy_after_pwr_cfg()
126 if (req_pwr_lvl == PS_PWR_LVL_PWROFF) { /* driver ips */ in _ps_ntfy_after_pwr_cfg()
148 if (req_pwr_lvl == PS_PWR_LVL_PWRON) { in _ps_ntfy_after_pwr_cfg()
157 if (req_pwr_lvl == PS_PWR_LVL_PWRON) { in _ps_ntfy_after_pwr_cfg()
174 phl_ps_cfg_pwr_lvl(struct phl_info_t *phl_info, u8 ps_mode, u8 cur_pwr_lvl, u8 req_pwr_lvl) in phl_ps_cfg_pwr_lvl() argument
[all …]
H A Dphl_ps.h53 …status phl_ps_cfg_pwr_lvl(struct phl_info_t *phl_info, u8 ps_mode, u8 cur_pwr_lvl, u8 req_pwr_lvl);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_ps.c95 u8 cur_pwr_lvl, u8 req_pwr_lvl) in _ps_ntfy_before_pwr_cfg() argument
100 if (req_pwr_lvl == PS_PWR_LVL_PWROFF) { in _ps_ntfy_before_pwr_cfg()
107 } else if (req_pwr_lvl <= PS_PWR_LVL_RF_OFF) { in _ps_ntfy_before_pwr_cfg()
112 if (req_pwr_lvl == PS_PWR_LVL_PWR_GATED) in _ps_ntfy_before_pwr_cfg()
120 u8 cur_pwr_lvl, u8 req_pwr_lvl, u8 cfg_ok) in _ps_ntfy_after_pwr_cfg() argument
124 if (cur_pwr_lvl > req_pwr_lvl) { /* enter ps */ in _ps_ntfy_after_pwr_cfg()
126 if (req_pwr_lvl == PS_PWR_LVL_PWROFF) { /* driver ips */ in _ps_ntfy_after_pwr_cfg()
148 if (req_pwr_lvl == PS_PWR_LVL_PWRON) { in _ps_ntfy_after_pwr_cfg()
157 if (req_pwr_lvl == PS_PWR_LVL_PWRON) { in _ps_ntfy_after_pwr_cfg()
174 phl_ps_cfg_pwr_lvl(struct phl_info_t *phl_info, u8 ps_mode, u8 cur_pwr_lvl, u8 req_pwr_lvl) in phl_ps_cfg_pwr_lvl() argument
[all …]
H A Dphl_ps.h53 …status phl_ps_cfg_pwr_lvl(struct phl_info_t *phl_info, u8 ps_mode, u8 cur_pwr_lvl, u8 req_pwr_lvl);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_ps.c222 u8 req_pwr_lvl) in _hal_ps_pwr_lvl_cfg() argument
226 switch (req_pwr_lvl) { in _hal_ps_pwr_lvl_cfg()
298 u8 req_pwr_lvl) in rtw_hal_ps_pwr_lvl_cfg() argument
303 status = _hal_ps_pwr_lvl_cfg(phl_com, hal_info, req_pwr_lvl); in rtw_hal_ps_pwr_lvl_cfg()
H A Dhal_api.h746 u32 req_pwr_lvl);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_ps.c222 u8 req_pwr_lvl) in _hal_ps_pwr_lvl_cfg() argument
226 switch (req_pwr_lvl) { in _hal_ps_pwr_lvl_cfg()
298 u8 req_pwr_lvl) in rtw_hal_ps_pwr_lvl_cfg() argument
303 status = _hal_ps_pwr_lvl_cfg(phl_com, hal_info, req_pwr_lvl); in rtw_hal_ps_pwr_lvl_cfg()
H A Dhal_api.h749 u32 req_pwr_lvl);