Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/ufs/
Dufs-qcom.c688 struct ufs_pa_layer_attr *dev_req_params) in ufs_qcom_pwr_change_notify() argument
694 if (!dev_req_params) { in ufs_qcom_pwr_change_notify()
732 dev_req_params); in ufs_qcom_pwr_change_notify()
741 ufshcd_is_hs_mode(dev_req_params)) in ufs_qcom_pwr_change_notify()
745 if (dev_req_params->gear_tx == UFS_HS_G4) { in ufs_qcom_pwr_change_notify()
759 if (ufs_qcom_cfg_timers(hba, dev_req_params->gear_rx, in ufs_qcom_pwr_change_notify()
760 dev_req_params->pwr_rx, in ufs_qcom_pwr_change_notify()
761 dev_req_params->hs_rate, false)) { in ufs_qcom_pwr_change_notify()
773 memcpy(&host->dev_req_params, in ufs_qcom_pwr_change_notify()
774 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()
1095 if (ufshcd_is_hs_mode(&ufs->dev_req_params)) in exynos_ufs_post_hibern8()
1161 struct ufs_pa_layer_attr *dev_req_params) in exynos_ufs_pwr_change_notify() argument
1168 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.c591 struct ufs_pa_layer_attr *dev_req_params) in ufs_mtk_pre_pwr_change() argument
612 dev_req_params); in ufs_mtk_pre_pwr_change()
624 struct ufs_pa_layer_attr *dev_req_params) in ufs_mtk_pwr_change_notify() argument
631 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.h1130 struct ufs_pa_layer_attr *dev_req_params) in ufshcd_vops_pwr_change_notify() argument
1134 dev_max_params, dev_req_params); in ufshcd_vops_pwr_change_notify()
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch355490 + struct ufs_pa_layer_attr *dev_req_params = &hba->pwr_info;
355492 + dev_req_params->pwr_rx = hba->hc_pwm;
355493 + dev_req_params->pwr_tx = hba->hc_pwm;
355495 + dev_req_params->gear_rx = hba->hc_gear;
355496 + dev_req_params->gear_tx = hba->hc_gear;
355498 + dev_req_params->hs_rate = hba->hc_rate;
355500 + dev_req_params->lane_rx = hba->lanes_per_direction;
355501 + dev_req_params->lane_tx = hba->lanes_per_direction;
355507 + struct ufs_pa_layer_attr *dev_req_params)
355512 + *dev_req_params = hba->pwr_info;