Home
last modified time | relevance | path

Searched refs:pwr_req (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_cmd_ps.c19 struct pwr_req { struct
72 struct pwr_req req_pool[MAX_PWE_REQ_NUM];
382 static bool _pop_idle_req(struct cmd_ps *ps, struct pwr_req **req) in _pop_idle_req()
390 (*req) = (struct pwr_req *)new_req; in _pop_idle_req()
401 static void _push_idle_req(struct cmd_ps *ps, struct pwr_req *req) in _push_idle_req()
410 static bool _pop_busy_req(struct cmd_ps *ps, struct pwr_req **req) in _pop_busy_req()
418 (*req) = (struct pwr_req *)new_req; in _pop_busy_req()
429 static void _push_busy_req(struct cmd_ps *ps, struct pwr_req *req) in _push_busy_req()
440 struct pwr_req *req = NULL; in _cancel_pwr_req()
460 struct pwr_req *req = NULL; in _add_pwr_req()
[all …]
H A Dphl_api_drv.h93 enum rtw_phl_status phl_ps_hal_pwr_req(struct rtw_phl_com_t *phl_com, u8 src, bool pwr_req);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_cmd_ps.c19 struct pwr_req { struct
93 struct pwr_req req_pool[MAX_PWE_REQ_NUM];
407 static bool _pop_idle_req(struct cmd_ps *ps, struct pwr_req **req) in _pop_idle_req()
415 (*req) = (struct pwr_req *)new_req; in _pop_idle_req()
426 static void _push_idle_req(struct cmd_ps *ps, struct pwr_req *req) in _push_idle_req()
435 static bool _pop_busy_req(struct cmd_ps *ps, struct pwr_req **req) in _pop_busy_req()
443 (*req) = (struct pwr_req *)new_req; in _pop_busy_req()
454 static void _push_busy_req(struct cmd_ps *ps, struct pwr_req *req) in _push_busy_req()
465 struct pwr_req *req = NULL; in _cancel_pwr_req()
485 struct pwr_req *req = NULL; in _add_pwr_req()
[all …]
H A Dphl_api_drv.h93 enum rtw_phl_status phl_ps_hal_pwr_req(struct rtw_phl_com_t *phl_com, u8 src, bool pwr_req);
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufs-exynos.c669 struct ufs_pa_layer_attr *pwr_req) in exynos_ufs_post_pwr_mode() argument
673 int gear = max_t(u32, pwr_req->gear_rx, pwr_req->gear_tx); in exynos_ufs_post_pwr_mode()
674 int lanes = max_t(u32, pwr_req->lane_rx, pwr_req->lane_tx); in exynos_ufs_post_pwr_mode()
685 ufs->drv_data->post_pwr_change(ufs, pwr_req); in exynos_ufs_post_pwr_mode()
687 if ((ufshcd_is_hs_mode(pwr_req))) { in exynos_ufs_post_pwr_mode()
688 switch (pwr_req->hs_rate) { in exynos_ufs_post_pwr_mode()
696 "FAST", pwr_req->hs_rate == PA_HS_MODE_A ? "A" : "B", in exynos_ufs_post_pwr_mode()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/
H A Dhal_ps.c333 enum rtw_hal_status rtw_hal_ps_pwr_req(struct rtw_phl_com_t *phl_com, u8 src, bool pwr_req) in rtw_hal_ps_pwr_req() argument
337 status = phl_ps_hal_pwr_req(phl_com, src, pwr_req); in rtw_hal_ps_pwr_req()
339 PHL_TRACE(COMP_PHL_PS, _PHL_ERR_, "[HALPS], %s(): fail (pwr_req %d).\n", __func__, pwr_req); in rtw_hal_ps_pwr_req()
H A Dhal_ps.h22 enum rtw_hal_status rtw_hal_ps_pwr_req(struct rtw_phl_com_t *phl_com, u8 src, bool pwr_req);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/
H A Dhal_ps.c333 enum rtw_hal_status rtw_hal_ps_pwr_req(struct rtw_phl_com_t *phl_com, u8 src, bool pwr_req) in rtw_hal_ps_pwr_req() argument
337 status = phl_ps_hal_pwr_req(phl_com, src, pwr_req); in rtw_hal_ps_pwr_req()
339 PHL_TRACE(COMP_PHL_PS, _PHL_ERR_, "[HALPS], %s(): fail (pwr_req %d).\n", __func__, pwr_req); in rtw_hal_ps_pwr_req()
H A Dhal_ps.h22 enum rtw_hal_status rtw_hal_ps_pwr_req(struct rtw_phl_com_t *phl_com, u8 src, bool pwr_req);