Searched refs:dev_req_params (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/drivers/scsi/ufs/ |
D | ufs-qcom.c | 704 struct ufs_pa_layer_attr *dev_req_params) in ufs_qcom_pwr_change_notify() argument 710 if (!dev_req_params) { in ufs_qcom_pwr_change_notify() 737 dev_req_params); in ufs_qcom_pwr_change_notify() 746 ufshcd_is_hs_mode(dev_req_params)) in ufs_qcom_pwr_change_notify() 751 dev_req_params->gear_tx, in ufs_qcom_pwr_change_notify() 756 if (ufs_qcom_cfg_timers(hba, dev_req_params->gear_rx, in ufs_qcom_pwr_change_notify() 757 dev_req_params->pwr_rx, in ufs_qcom_pwr_change_notify() 758 dev_req_params->hs_rate, false)) { in ufs_qcom_pwr_change_notify() 770 memcpy(&host->dev_req_params, in ufs_qcom_pwr_change_notify() 771 dev_req_params, sizeof(*dev_req_params)); in ufs_qcom_pwr_change_notify() [all …]
|
D | ufs-exynos.c | 608 struct ufs_pa_layer_attr *dev_req_params) in exynos_ufs_pre_pwr_mode() argument 615 if (!dev_req_params) { in exynos_ufs_pre_pwr_mode() 624 dev_max_params, dev_req_params); in exynos_ufs_pre_pwr_mode() 631 ufs->drv_data->pre_pwr_change(ufs, dev_req_params); in exynos_ufs_pre_pwr_mode() 633 if (ufshcd_is_hs_mode(dev_req_params)) { in exynos_ufs_pre_pwr_mode() 634 exynos_ufs_config_sync_pattern_mask(ufs, dev_req_params); in exynos_ufs_pre_pwr_mode() 636 switch (dev_req_params->hs_rate) { in exynos_ufs_pre_pwr_mode() 1082 if (ufshcd_is_hs_mode(&ufs->dev_req_params)) in exynos_ufs_post_hibern8() 1148 struct ufs_pa_layer_attr *dev_req_params) in exynos_ufs_pwr_change_notify() argument 1155 dev_req_params); in exynos_ufs_pwr_change_notify() [all …]
|
D | ufshcd-pci.c | 148 struct ufs_pa_layer_attr *dev_req_params) in ufs_intel_lkf_pwr_change_notify() argument 157 memcpy(dev_req_params, dev_max_params, sizeof(*dev_req_params)); in ufs_intel_lkf_pwr_change_notify() 160 if (ufshcd_is_hs_mode(dev_req_params)) { in ufs_intel_lkf_pwr_change_notify()
|
D | ufs-mediatek.c | 702 struct ufs_pa_layer_attr *dev_req_params) in ufs_mtk_pre_pwr_change() argument 714 dev_req_params); in ufs_mtk_pre_pwr_change() 722 dev_req_params->gear_tx, in ufs_mtk_pre_pwr_change() 732 struct ufs_pa_layer_attr *dev_req_params) in ufs_mtk_pwr_change_notify() argument 739 dev_req_params); in ufs_mtk_pwr_change_notify()
|
D | ufs-hisi.c | 364 struct ufs_pa_layer_attr *dev_req_params) in ufs_hisi_pwr_change_notify() argument 369 if (!dev_req_params) { in ufs_hisi_pwr_change_notify() 380 dev_max_params, dev_req_params); in ufs_hisi_pwr_change_notify()
|
D | ufs-qcom.h | 198 struct ufs_pa_layer_attr dev_req_params; member
|
D | ufs-exynos.h | 191 struct ufs_pa_layer_attr dev_req_params; member
|
D | ufshcd.h | 1267 struct ufs_pa_layer_attr *dev_req_params) in ufshcd_vops_pwr_change_notify() argument 1271 dev_max_params, dev_req_params); in ufshcd_vops_pwr_change_notify()
|