Lines Matching refs:dev_req_params
748 struct ufs_pa_layer_attr *p = &host->dev_req_params; in ufs_qcom_get_bw_table()
784 struct ufs_pa_layer_attr *dev_req_params) in ufs_qcom_pwr_change_notify() argument
790 if (!dev_req_params) { in ufs_qcom_pwr_change_notify()
797 ret = ufshcd_negotiate_pwr_params(host_params, dev_max_params, dev_req_params); in ufs_qcom_pwr_change_notify()
816 if (host->phy_gear == dev_req_params->gear_tx) in ufs_qcom_pwr_change_notify()
819 host->phy_gear = dev_req_params->gear_tx; in ufs_qcom_pwr_change_notify()
824 ufshcd_is_hs_mode(dev_req_params)) in ufs_qcom_pwr_change_notify()
829 dev_req_params->gear_tx, in ufs_qcom_pwr_change_notify()
834 if (ufs_qcom_cfg_timers(hba, dev_req_params->gear_rx, in ufs_qcom_pwr_change_notify()
835 dev_req_params->pwr_rx, in ufs_qcom_pwr_change_notify()
836 dev_req_params->hs_rate, false, false)) { in ufs_qcom_pwr_change_notify()
848 memcpy(&host->dev_req_params, in ufs_qcom_pwr_change_notify()
849 dev_req_params, sizeof(*dev_req_params)); in ufs_qcom_pwr_change_notify()
855 !ufshcd_is_hs_mode(dev_req_params)) in ufs_qcom_pwr_change_notify()
1352 struct ufs_pa_layer_attr *attr = &host->dev_req_params; in ufs_qcom_clk_scale_up_pre_change()