Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/ufs/
Dufs-qcom.c680 struct ufs_pa_layer_attr *dev_req_params) in ufs_qcom_pwr_change_notify() argument
686 if (!dev_req_params) { in ufs_qcom_pwr_change_notify()
724 dev_req_params); in ufs_qcom_pwr_change_notify()
733 ufshcd_is_hs_mode(dev_req_params)) in ufs_qcom_pwr_change_notify()
737 if (dev_req_params->gear_tx == UFS_HS_G4) { in ufs_qcom_pwr_change_notify()
751 if (ufs_qcom_cfg_timers(hba, dev_req_params->gear_rx, in ufs_qcom_pwr_change_notify()
752 dev_req_params->pwr_rx, in ufs_qcom_pwr_change_notify()
753 dev_req_params->hs_rate, false)) { in ufs_qcom_pwr_change_notify()
765 memcpy(&host->dev_req_params, in ufs_qcom_pwr_change_notify()
766 dev_req_params, sizeof(*dev_req_params)); in ufs_qcom_pwr_change_notify()
[all …]
Dufs-exynos.c607 struct ufs_pa_layer_attr *dev_req_params) in exynos_ufs_pre_pwr_mode() argument
614 if (!dev_req_params) { in exynos_ufs_pre_pwr_mode()
636 dev_max_params, dev_req_params); in exynos_ufs_pre_pwr_mode()
643 ufs->drv_data->pre_pwr_change(ufs, dev_req_params); in exynos_ufs_pre_pwr_mode()
645 if (ufshcd_is_hs_mode(dev_req_params)) { in exynos_ufs_pre_pwr_mode()
646 exynos_ufs_config_sync_pattern_mask(ufs, dev_req_params); in exynos_ufs_pre_pwr_mode()
648 switch (dev_req_params->hs_rate) { in exynos_ufs_pre_pwr_mode()
1090 if (ufshcd_is_hs_mode(&ufs->dev_req_params)) in exynos_ufs_post_hibern8()
1156 struct ufs_pa_layer_attr *dev_req_params) in exynos_ufs_pwr_change_notify() argument
1163 dev_req_params); in exynos_ufs_pwr_change_notify()
[all …]
Dufs-hisi.c375 struct ufs_pa_layer_attr *dev_req_params) in ufs_hisi_pwr_change_notify() argument
380 if (!dev_req_params) { in ufs_hisi_pwr_change_notify()
391 dev_max_params, dev_req_params); in ufs_hisi_pwr_change_notify()
Dufs-mediatek.c590 struct ufs_pa_layer_attr *dev_req_params) in ufs_mtk_pre_pwr_change() argument
611 dev_req_params); in ufs_mtk_pre_pwr_change()
623 struct ufs_pa_layer_attr *dev_req_params) in ufs_mtk_pwr_change_notify() argument
630 dev_req_params); in ufs_mtk_pwr_change_notify()
Dufs-qcom.h209 struct ufs_pa_layer_attr dev_req_params; member
Dufs-exynos.h204 struct ufs_pa_layer_attr dev_req_params; member
Dufshcd.h1115 struct ufs_pa_layer_attr *dev_req_params) in ufshcd_vops_pwr_change_notify() argument
1119 dev_max_params, dev_req_params); in ufshcd_vops_pwr_change_notify()