Home
last modified time | relevance | path

Searched refs:PS_OP_MODE_FORCE_ENABLED (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_ps.c23 case PS_OP_MODE_FORCE_ENABLED: in phl_ps_op_mode_to_str()
H A Dphl_cmd_ps.c921 } else if (ps_cap->lps_en == PS_OP_MODE_FORCE_ENABLED) { in _chk_ps_cap()
932 } else if (ps_cap->ips_en == PS_OP_MODE_FORCE_ENABLED) { in _chk_ps_cap()
H A Dphl_def.h1434 PS_OP_MODE_FORCE_ENABLED = 1, enumerator
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_ps.c23 case PS_OP_MODE_FORCE_ENABLED: in phl_ps_op_mode_to_str()
H A Dphl_cmd_ps.c896 } else if (ps_cap->lps_en == PS_OP_MODE_FORCE_ENABLED) { in _chk_ps_cap()
907 } else if (ps_cap->ips_en == PS_OP_MODE_FORCE_ENABLED) { in _chk_ps_cap()
H A Dphl_def.h1413 PS_OP_MODE_FORCE_ENABLED = 1, enumerator
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Drtw_cfg.c1399 phl_com->dev_sw_cap.ps_cap.lps_wow_en = PS_OP_MODE_FORCE_ENABLED; in rtw_core_update_default_setting()