Home
last modified time | relevance | path

Searched refs:rt_stop_rson (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_ps.c93 enum phl_ps_rt_rson rt_stop_rson; member
621 ps->rt_stop_rson = PS_RT_RSON_NONE; in _ps_mdl_init()
719 ps->rt_stop_rson = ps_cap->init_rt_stop_rson; in _ps_mdl_start()
890 __func__, phl_ps_ps_mode_to_str(mode), ps_cap->lps_en, ps_cap->ips_en, ps->rt_stop_rson); in _chk_ps_cap()
900 if (ps->rt_stop_rson == PS_RT_RSON_NONE) in _chk_ps_cap()
911 if (ps->rt_stop_rson == PS_RT_RSON_NONE) in _chk_ps_cap()
1055 (ps->rej_pwr_req ? "yes" : "no"), (ps->btc_req_pwr ? "yes" : "no"), ps->rt_stop_rson); in _ps_watchdog_info_dump()
1595 if (TEST_STATUS_FLAG(ps->rt_stop_rson, rt_rson) == true) in _ps_cap_chg_msg_hdlr()
1596 CLEAR_STATUS_FLAG(ps->rt_stop_rson, rt_rson); in _ps_cap_chg_msg_hdlr()
1600 if (TEST_STATUS_FLAG(ps->rt_stop_rson, rt_rson) == false) in _ps_cap_chg_msg_hdlr()
[all …]
H A Dphl_cmd_ps.h32 enum phl_ps_rt_rson rt_stop_rson; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_ps.c114 enum phl_ps_rt_rson rt_stop_rson; member
646 ps->rt_stop_rson = PS_RT_RSON_NONE; in _ps_mdl_init()
744 ps->rt_stop_rson = ps_cap->init_rt_stop_rson; in _ps_mdl_start()
915 __func__, phl_ps_ps_mode_to_str(mode), ps_cap->lps_en, ps_cap->ips_en, ps->rt_stop_rson); in _chk_ps_cap()
925 if (ps->rt_stop_rson == PS_RT_RSON_NONE) in _chk_ps_cap()
936 if (ps->rt_stop_rson == PS_RT_RSON_NONE) in _chk_ps_cap()
1080 (ps->rej_pwr_req ? "yes" : "no"), (ps->btc_req_pwr ? "yes" : "no"), ps->rt_stop_rson); in _ps_watchdog_info_dump()
1631 if (TEST_STATUS_FLAG(ps->rt_stop_rson, rt_rson) == true) in _ps_cap_chg_msg_hdlr()
1632 CLEAR_STATUS_FLAG(ps->rt_stop_rson, rt_rson); in _ps_cap_chg_msg_hdlr()
1636 if (TEST_STATUS_FLAG(ps->rt_stop_rson, rt_rson) == false) in _ps_cap_chg_msg_hdlr()
[all …]
H A Dphl_cmd_ps.h32 enum phl_ps_rt_rson rt_stop_rson; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/test/
H A Dphl_ps_dbg_cmd.c159 info.rt_stop_rson); in phl_ps_dbg_dump()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/test/
H A Dphl_ps_dbg_cmd.c159 info.rt_stop_rson); in phl_ps_dbg_dump()