| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_cmd_ps.h | 44 void rtw_phl_ps_set_rt_cap(void *phl, u8 band_idx, bool ps_allow, enum phl_ps_rt_rson rt_rson);
|
| H A D | phl_cmd_ps.c | 26 bool ps_allow; member 1620 bool ps_allow = false; in _ps_cap_chg_msg_hdlr() local 1626 ps_allow = rt_ps_info->ps_allow; in _ps_cap_chg_msg_hdlr() 1628 … _PHL_INFO_, "[PS_CMD], %s(): update -> ps_allow(%d), reason(%d).\n", __func__, ps_allow, rt_rson); in _ps_cap_chg_msg_hdlr() 1630 if (ps_allow) { in _ps_cap_chg_msg_hdlr() 1971 void rtw_phl_ps_set_rt_cap(void *phl, u8 band_idx, bool ps_allow, enum phl_ps_rt_rson rt_rson) in rtw_phl_ps_set_rt_cap() argument 1985 ps_rt_info->ps_allow = ps_allow; in rtw_phl_ps_set_rt_cap()
|
| H A D | phl_api.h | 75 void rtw_phl_ps_set_rt_cap(void *phl, u8 band_idx, bool ps_allow, enum phl_ps_rt_rson rt_rson);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_cmd_ps.h | 44 void rtw_phl_ps_set_rt_cap(void *phl, u8 band_idx, bool ps_allow, enum phl_ps_rt_rson rt_rson);
|
| H A D | phl_cmd_ps.c | 26 bool ps_allow; member 1584 bool ps_allow = false; in _ps_cap_chg_msg_hdlr() local 1590 ps_allow = rt_ps_info->ps_allow; in _ps_cap_chg_msg_hdlr() 1592 … _PHL_INFO_, "[PS_CMD], %s(): update -> ps_allow(%d), reason(%d).\n", __func__, ps_allow, rt_rson); in _ps_cap_chg_msg_hdlr() 1594 if (ps_allow) { in _ps_cap_chg_msg_hdlr() 1935 void rtw_phl_ps_set_rt_cap(void *phl, u8 band_idx, bool ps_allow, enum phl_ps_rt_rson rt_rson) in rtw_phl_ps_set_rt_cap() argument 1949 ps_rt_info->ps_allow = ps_allow; in rtw_phl_ps_set_rt_cap()
|
| H A D | phl_api.h | 75 void rtw_phl_ps_set_rt_cap(void *phl, u8 band_idx, bool ps_allow, enum phl_ps_rt_rson rt_rson);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_phl.c | 1062 bool ps_allow = _FALSE; in rtw_hw_iface_init() local 1064 rtw_phl_ps_set_rt_cap(GET_PHL_INFO(dvobj), HW_BAND_0, ps_allow, PS_RT_CORE_INIT); in rtw_hw_iface_init() 1107 ps_allow = _TRUE; in rtw_hw_iface_init() 1108 rtw_phl_ps_set_rt_cap(GET_PHL_INFO(dvobj), HW_BAND_0, ps_allow, PS_RT_CORE_INIT); in rtw_hw_iface_init() 1196 bool ps_allow = _FALSE; in rtw_hw_iface_deinit() local 1198 rtw_phl_ps_set_rt_cap(GET_PHL_INFO(dvobj), HW_BAND_0, ps_allow, PS_RT_CORE_INIT); in rtw_hw_iface_deinit() 1206 ps_allow = _TRUE; in rtw_hw_iface_deinit() 1207 rtw_phl_ps_set_rt_cap(GET_PHL_INFO(dvobj), HW_BAND_0, ps_allow, PS_RT_CORE_INIT); in rtw_hw_iface_deinit()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_phl.c | 1059 bool ps_allow = _FALSE; in rtw_hw_iface_init() local 1061 rtw_phl_ps_set_rt_cap(GET_PHL_INFO(dvobj), HW_BAND_0, ps_allow, PS_RT_CORE_INIT); in rtw_hw_iface_init() 1104 ps_allow = _TRUE; in rtw_hw_iface_init() 1105 rtw_phl_ps_set_rt_cap(GET_PHL_INFO(dvobj), HW_BAND_0, ps_allow, PS_RT_CORE_INIT); in rtw_hw_iface_init() 1193 bool ps_allow = _FALSE; in rtw_hw_iface_deinit() local 1195 rtw_phl_ps_set_rt_cap(GET_PHL_INFO(dvobj), HW_BAND_0, ps_allow, PS_RT_CORE_INIT); in rtw_hw_iface_deinit() 1203 ps_allow = _TRUE; in rtw_hw_iface_deinit() 1204 rtw_phl_ps_set_rt_cap(GET_PHL_INFO(dvobj), HW_BAND_0, ps_allow, PS_RT_CORE_INIT); in rtw_hw_iface_deinit()
|