Home
last modified time | relevance | path

Searched refs:dev_req_params (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/drivers/ufs/host/
Dufs-qcom.c709 struct ufs_pa_layer_attr *dev_req_params) in ufs_qcom_pwr_change_notify() argument
715 if (!dev_req_params) { in ufs_qcom_pwr_change_notify()
742 dev_req_params); in ufs_qcom_pwr_change_notify()
751 ufshcd_is_hs_mode(dev_req_params)) in ufs_qcom_pwr_change_notify()
756 dev_req_params->gear_tx, in ufs_qcom_pwr_change_notify()
761 if (ufs_qcom_cfg_timers(hba, dev_req_params->gear_rx, in ufs_qcom_pwr_change_notify()
762 dev_req_params->pwr_rx, in ufs_qcom_pwr_change_notify()
763 dev_req_params->hs_rate, false)) { in ufs_qcom_pwr_change_notify()
775 memcpy(&host->dev_req_params, in ufs_qcom_pwr_change_notify()
776 dev_req_params, sizeof(*dev_req_params)); in ufs_qcom_pwr_change_notify()
[all …]
Dufs-exynos.c769 struct ufs_pa_layer_attr *dev_req_params) in exynos_ufs_pre_pwr_mode() argument
776 if (!dev_req_params) { in exynos_ufs_pre_pwr_mode()
785 dev_max_params, dev_req_params); in exynos_ufs_pre_pwr_mode()
792 ufs->drv_data->pre_pwr_change(ufs, dev_req_params); in exynos_ufs_pre_pwr_mode()
794 if (ufshcd_is_hs_mode(dev_req_params)) { in exynos_ufs_pre_pwr_mode()
795 exynos_ufs_config_sync_pattern_mask(ufs, dev_req_params); in exynos_ufs_pre_pwr_mode()
797 switch (dev_req_params->hs_rate) { in exynos_ufs_pre_pwr_mode()
1277 if (ufshcd_is_hs_mode(&ufs->dev_req_params)) in exynos_ufs_post_hibern8()
1353 struct ufs_pa_layer_attr *dev_req_params) in exynos_ufs_pwr_change_notify() argument
1360 dev_req_params); in exynos_ufs_pwr_change_notify()
[all …]
Dufshcd-pci.c149 struct ufs_pa_layer_attr *dev_req_params) in ufs_intel_lkf_pwr_change_notify() argument
158 memcpy(dev_req_params, dev_max_params, sizeof(*dev_req_params)); in ufs_intel_lkf_pwr_change_notify()
161 if (ufshcd_is_hs_mode(dev_req_params)) { in ufs_intel_lkf_pwr_change_notify()
Dufs-hisi.c366 struct ufs_pa_layer_attr *dev_req_params) in ufs_hisi_pwr_change_notify() argument
371 if (!dev_req_params) { in ufs_hisi_pwr_change_notify()
382 dev_max_params, dev_req_params); in ufs_hisi_pwr_change_notify()
Dufs-mediatek.c759 struct ufs_pa_layer_attr *dev_req_params) in ufs_mtk_pre_pwr_change() argument
771 dev_req_params); in ufs_mtk_pre_pwr_change()
779 dev_req_params->gear_tx, in ufs_mtk_pre_pwr_change()
789 struct ufs_pa_layer_attr *dev_req_params) in ufs_mtk_pwr_change_notify() argument
796 dev_req_params); in ufs_mtk_pwr_change_notify()
Dufs-qcom.h199 struct ufs_pa_layer_attr dev_req_params; member
Dufs-exynos.h209 struct ufs_pa_layer_attr dev_req_params; member
/linux-5.19.10/drivers/ufs/core/
Dufshcd-priv.h142 struct ufs_pa_layer_attr *dev_req_params) in ufshcd_vops_pwr_change_notify() argument
146 dev_max_params, dev_req_params); in ufshcd_vops_pwr_change_notify()