Searched refs:dev_req_params (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/scsi/ufs/ |
A D | ufs-qcom.c | 714 if (!dev_req_params) { in ufs_qcom_pwr_change_notify() 741 dev_req_params); in ufs_qcom_pwr_change_notify() 755 dev_req_params->gear_tx, in ufs_qcom_pwr_change_notify() 761 dev_req_params->pwr_rx, in ufs_qcom_pwr_change_notify() 774 memcpy(&host->dev_req_params, in ufs_qcom_pwr_change_notify() 775 dev_req_params, sizeof(*dev_req_params)); in ufs_qcom_pwr_change_notify() 1215 struct ufs_pa_layer_attr *dev_req_params = &host->dev_req_params; in ufs_qcom_clk_scale_notify() local 1236 if (err || !dev_req_params) { in ufs_qcom_clk_scale_notify() 1242 dev_req_params->gear_rx, in ufs_qcom_clk_scale_notify() 1243 dev_req_params->pwr_rx, in ufs_qcom_clk_scale_notify() [all …]
|
A D | ufs-exynos.c | 768 struct ufs_pa_layer_attr *dev_req_params) in exynos_ufs_pre_pwr_mode() argument 775 if (!dev_req_params) { in exynos_ufs_pre_pwr_mode() 784 dev_max_params, dev_req_params); in exynos_ufs_pre_pwr_mode() 791 ufs->drv_data->pre_pwr_change(ufs, dev_req_params); in exynos_ufs_pre_pwr_mode() 793 if (ufshcd_is_hs_mode(dev_req_params)) { in exynos_ufs_pre_pwr_mode() 794 exynos_ufs_config_sync_pattern_mask(ufs, dev_req_params); in exynos_ufs_pre_pwr_mode() 796 switch (dev_req_params->hs_rate) { in exynos_ufs_pre_pwr_mode() 1278 if (ufshcd_is_hs_mode(&ufs->dev_req_params)) in exynos_ufs_post_hibern8() 1354 struct ufs_pa_layer_attr *dev_req_params) in exynos_ufs_pwr_change_notify() argument 1361 dev_req_params); in exynos_ufs_pwr_change_notify() [all …]
|
A 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()
|
A 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()
|
A D | ufs-mediatek.c | 760 struct ufs_pa_layer_attr *dev_req_params) in ufs_mtk_pre_pwr_change() argument 772 dev_req_params); in ufs_mtk_pre_pwr_change() 780 dev_req_params->gear_tx, in ufs_mtk_pre_pwr_change() 790 struct ufs_pa_layer_attr *dev_req_params) in ufs_mtk_pwr_change_notify() argument 797 dev_req_params); in ufs_mtk_pwr_change_notify()
|
A D | ufs-qcom.h | 198 struct ufs_pa_layer_attr dev_req_params; member
|
A D | ufs-exynos.h | 209 struct ufs_pa_layer_attr dev_req_params; member
|
A D | ufshcd.h | 1298 struct ufs_pa_layer_attr *dev_req_params) in ufshcd_vops_pwr_change_notify() argument 1302 dev_max_params, dev_req_params); in ufshcd_vops_pwr_change_notify()
|
Completed in 20 milliseconds