Home
last modified time | relevance | path

Searched refs:enter_ps (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_wow.h123 enum rtw_phl_status phl_wow_ps_proto_cfg(struct phl_wow_info *wow_info, bool enter_ps);
125 void phl_wow_ps_pwr_ntfy(struct phl_wow_info *wow_info, bool enter_ps);
127 enum rtw_phl_status phl_wow_ps_pwr_cfg(struct phl_wow_info *wow_info, bool enter_ps);
H A Dphl_wow.c1768 enum rtw_phl_status phl_wow_ps_proto_cfg(struct phl_wow_info *wow_info, bool enter_ps) in phl_wow_ps_proto_cfg() argument
1779 pstatus = phl_ps_ips_cfg(phl_info, &cfg, enter_ps); in phl_wow_ps_proto_cfg()
1788 pstatus = phl_ps_lps_cfg(phl_info, &cfg, enter_ps); in phl_wow_ps_proto_cfg()
1795 __func__, wow_info->op_mode, enter_ps, phl_ps_pwr_lvl_to_str(wow_info->ps_pwr_lvl)); in phl_wow_ps_proto_cfg()
1806 void phl_wow_ps_pwr_ntfy(struct phl_wow_info *wow_info, bool enter_ps) in phl_wow_ps_pwr_ntfy() argument
1817 rtw_hal_btc_radio_state_ntfy(phl_info->hal, (enter_ps == true ? in phl_wow_ps_pwr_ntfy()
1825 __func__, wow_info->op_mode, enter_ps, phl_ps_pwr_lvl_to_str(wow_info->ps_pwr_lvl)); in phl_wow_ps_pwr_ntfy()
1836 enum rtw_phl_status phl_wow_ps_pwr_cfg(struct phl_wow_info *wow_info, bool enter_ps) in phl_wow_ps_pwr_cfg() argument
1846 (enter_ps == true ? wow_info->ps_pwr_lvl : PS_PWR_LVL_PWRON)); in phl_wow_ps_pwr_cfg()
1849 (enter_ps == true ? wow_info->ps_pwr_lvl : PS_PWR_LVL_PWRON)); in phl_wow_ps_pwr_cfg()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_wow.h123 enum rtw_phl_status phl_wow_ps_proto_cfg(struct phl_wow_info *wow_info, bool enter_ps);
125 void phl_wow_ps_pwr_ntfy(struct phl_wow_info *wow_info, bool enter_ps);
127 enum rtw_phl_status phl_wow_ps_pwr_cfg(struct phl_wow_info *wow_info, bool enter_ps);
H A Dphl_wow.c1754 enum rtw_phl_status phl_wow_ps_proto_cfg(struct phl_wow_info *wow_info, bool enter_ps) in phl_wow_ps_proto_cfg() argument
1765 pstatus = phl_ps_ips_cfg(phl_info, &cfg, enter_ps); in phl_wow_ps_proto_cfg()
1774 pstatus = phl_ps_lps_cfg(phl_info, &cfg, enter_ps); in phl_wow_ps_proto_cfg()
1781 __func__, wow_info->op_mode, enter_ps, phl_ps_pwr_lvl_to_str(wow_info->ps_pwr_lvl)); in phl_wow_ps_proto_cfg()
1792 void phl_wow_ps_pwr_ntfy(struct phl_wow_info *wow_info, bool enter_ps) in phl_wow_ps_pwr_ntfy() argument
1803 rtw_hal_btc_radio_state_ntfy(phl_info->hal, (enter_ps == true ? in phl_wow_ps_pwr_ntfy()
1811 __func__, wow_info->op_mode, enter_ps, phl_ps_pwr_lvl_to_str(wow_info->ps_pwr_lvl)); in phl_wow_ps_pwr_ntfy()
1822 enum rtw_phl_status phl_wow_ps_pwr_cfg(struct phl_wow_info *wow_info, bool enter_ps) in phl_wow_ps_pwr_cfg() argument
1832 (enter_ps == true ? wow_info->ps_pwr_lvl : PS_PWR_LVL_PWRON)); in phl_wow_ps_pwr_cfg()
1835 (enter_ps == true ? wow_info->ps_pwr_lvl : PS_PWR_LVL_PWRON)); in phl_wow_ps_pwr_cfg()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/
H A Dps.c649 if (rtlpriv->enter_ps) in rtl_lps_change_work_callback()
662 rtlpriv->enter_ps = true; in rtl_lps_enter()
673 rtlpriv->enter_ps = false; in rtl_lps_leave()
H A Dwifi.h2810 bool enter_ps; /* true when entering PS */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_cmd.c2573 u8 enter_ps = _FALSE; in _lps_chk_by_tp() local
2585 return enter_ps; in _lps_chk_by_tp()
2605 enter_ps = _FALSE; in _lps_chk_by_tp()
2620 enter_ps = _FALSE; in _lps_chk_by_tp()
2622 enter_ps = _TRUE; in _lps_chk_by_tp()
2632 (enter_ps == _TRUE) ? "True" : "False"); in _lps_chk_by_tp()
2646 if (enter_ps) { in _lps_chk_by_tp()
2662 return enter_ps; in _lps_chk_by_tp()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_cmd.c2720 u8 enter_ps = _FALSE; in _lps_chk_by_tp() local
2732 return enter_ps; in _lps_chk_by_tp()
2752 enter_ps = _FALSE; in _lps_chk_by_tp()
2767 enter_ps = _FALSE; in _lps_chk_by_tp()
2769 enter_ps = _TRUE; in _lps_chk_by_tp()
2779 (enter_ps == _TRUE) ? "True" : "False"); in _lps_chk_by_tp()
2793 if (enter_ps) { in _lps_chk_by_tp()
2809 return enter_ps; in _lps_chk_by_tp()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_cmd.c2853 u8 enter_ps = _FALSE; in _lps_chk_by_tp() local
2865 return enter_ps; in _lps_chk_by_tp()
2885 enter_ps = _FALSE; in _lps_chk_by_tp()
2900 enter_ps = _FALSE; in _lps_chk_by_tp()
2902 enter_ps = _TRUE; in _lps_chk_by_tp()
2912 (enter_ps == _TRUE) ? "True" : "False"); in _lps_chk_by_tp()
2926 if (enter_ps) { in _lps_chk_by_tp()
2942 return enter_ps; in _lps_chk_by_tp()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_cmd.c2797 u8 enter_ps = _FALSE; in _lps_chk_by_tp() local
2809 return enter_ps; in _lps_chk_by_tp()
2829 enter_ps = _FALSE; in _lps_chk_by_tp()
2844 enter_ps = _FALSE; in _lps_chk_by_tp()
2846 enter_ps = _TRUE; in _lps_chk_by_tp()
2856 (enter_ps == _TRUE) ? "True" : "False"); in _lps_chk_by_tp()
2870 if (enter_ps) { in _lps_chk_by_tp()
2886 return enter_ps; in _lps_chk_by_tp()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_cmd.c2470 u8 enter_ps = _FALSE; in _lps_chk_by_tp() local
2482 return enter_ps; in _lps_chk_by_tp()
2502 enter_ps = _FALSE; in _lps_chk_by_tp()
2517 enter_ps = _FALSE; in _lps_chk_by_tp()
2519 enter_ps = _TRUE; in _lps_chk_by_tp()
2529 (enter_ps == _TRUE) ? "True" : "False"); in _lps_chk_by_tp()
2543 if (enter_ps) { in _lps_chk_by_tp()
2559 return enter_ps; in _lps_chk_by_tp()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_cmd.c2573 u8 enter_ps = _FALSE; in _lps_chk_by_tp() local
2585 return enter_ps; in _lps_chk_by_tp()
2605 enter_ps = _FALSE; in _lps_chk_by_tp()
2620 enter_ps = _FALSE; in _lps_chk_by_tp()
2622 enter_ps = _TRUE; in _lps_chk_by_tp()
2632 (enter_ps == _TRUE) ? "True" : "False"); in _lps_chk_by_tp()
2646 if (enter_ps) { in _lps_chk_by_tp()
2662 return enter_ps; in _lps_chk_by_tp()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_cmd.c2797 u8 enter_ps = _FALSE; in _lps_chk_by_tp() local
2809 return enter_ps; in _lps_chk_by_tp()
2829 enter_ps = _FALSE; in _lps_chk_by_tp()
2844 enter_ps = _FALSE; in _lps_chk_by_tp()
2846 enter_ps = _TRUE; in _lps_chk_by_tp()
2856 (enter_ps == _TRUE) ? "True" : "False"); in _lps_chk_by_tp()
2870 if (enter_ps) { in _lps_chk_by_tp()
2886 return enter_ps; in _lps_chk_by_tp()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_cmd.c2572 u8 enter_ps = _FALSE; in _lps_chk_by_tp() local
2584 return enter_ps; in _lps_chk_by_tp()
2604 enter_ps = _FALSE; in _lps_chk_by_tp()
2619 enter_ps = _FALSE; in _lps_chk_by_tp()
2621 enter_ps = _TRUE; in _lps_chk_by_tp()
2631 (enter_ps == _TRUE) ? "True" : "False"); in _lps_chk_by_tp()
2645 if (enter_ps) { in _lps_chk_by_tp()
2661 return enter_ps; in _lps_chk_by_tp()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_cmd.c2720 u8 enter_ps = _FALSE; in _lps_chk_by_tp() local
2732 return enter_ps; in _lps_chk_by_tp()
2752 enter_ps = _FALSE; in _lps_chk_by_tp()
2767 enter_ps = _FALSE; in _lps_chk_by_tp()
2769 enter_ps = _TRUE; in _lps_chk_by_tp()
2779 (enter_ps == _TRUE) ? "True" : "False"); in _lps_chk_by_tp()
2793 if (enter_ps) { in _lps_chk_by_tp()
2809 return enter_ps; in _lps_chk_by_tp()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_cmd.c2419 u8 enter_ps = _FALSE; in _lps_chk_by_tp() local
2431 return enter_ps; in _lps_chk_by_tp()
2451 enter_ps = _FALSE; in _lps_chk_by_tp()
2466 enter_ps = _FALSE; in _lps_chk_by_tp()
2468 enter_ps = _TRUE; in _lps_chk_by_tp()
2478 (enter_ps == _TRUE) ? "True" : "False"); in _lps_chk_by_tp()
2492 if (enter_ps) { in _lps_chk_by_tp()
2508 return enter_ps; in _lps_chk_by_tp()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_cmd.c2470 u8 enter_ps = _FALSE; in _lps_chk_by_tp() local
2482 return enter_ps; in _lps_chk_by_tp()
2502 enter_ps = _FALSE; in _lps_chk_by_tp()
2517 enter_ps = _FALSE; in _lps_chk_by_tp()
2519 enter_ps = _TRUE; in _lps_chk_by_tp()
2529 (enter_ps == _TRUE) ? "True" : "False"); in _lps_chk_by_tp()
2543 if (enter_ps) { in _lps_chk_by_tp()
2559 return enter_ps; in _lps_chk_by_tp()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_cmd.c2866 u8 enter_ps = _FALSE; in _lps_chk_by_tp() local
2878 return enter_ps; in _lps_chk_by_tp()
2898 enter_ps = _FALSE; in _lps_chk_by_tp()
2913 enter_ps = _FALSE; in _lps_chk_by_tp()
2915 enter_ps = _TRUE; in _lps_chk_by_tp()
2925 (enter_ps == _TRUE) ? "True" : "False"); in _lps_chk_by_tp()
2939 if (enter_ps) { in _lps_chk_by_tp()
2955 return enter_ps; in _lps_chk_by_tp()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_cmd.c2554 u8 enter_ps = _FALSE; in _lps_chk_by_tp() local
2566 return enter_ps; in _lps_chk_by_tp()
2586 enter_ps = _FALSE; in _lps_chk_by_tp()
2601 enter_ps = _FALSE; in _lps_chk_by_tp()
2603 enter_ps = _TRUE; in _lps_chk_by_tp()
2613 (enter_ps == _TRUE) ? "True" : "False"); in _lps_chk_by_tp()
2627 if (enter_ps) { in _lps_chk_by_tp()
2643 return enter_ps; in _lps_chk_by_tp()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_cmd.c2551 u8 enter_ps = _FALSE; in _lps_chk_by_tp() local
2563 return enter_ps; in _lps_chk_by_tp()
2583 enter_ps = _FALSE; in _lps_chk_by_tp()
2598 enter_ps = _FALSE; in _lps_chk_by_tp()
2600 enter_ps = _TRUE; in _lps_chk_by_tp()
2610 (enter_ps == _TRUE) ? "True" : "False"); in _lps_chk_by_tp()
2624 if (enter_ps) { in _lps_chk_by_tp()
2640 return enter_ps; in _lps_chk_by_tp()