Lines Matching refs:dev_req_params
691 struct ufs_pa_layer_attr *p = &host->dev_req_params; in ufs_qcom_get_bw_table()
727 struct ufs_pa_layer_attr *dev_req_params) in ufs_qcom_pwr_change_notify() argument
733 if (!dev_req_params) { in ufs_qcom_pwr_change_notify()
740 ret = ufshcd_negotiate_pwr_params(host_params, dev_max_params, dev_req_params); in ufs_qcom_pwr_change_notify()
759 if (host->phy_gear == dev_req_params->gear_tx) in ufs_qcom_pwr_change_notify()
762 host->phy_gear = dev_req_params->gear_tx; in ufs_qcom_pwr_change_notify()
767 ufshcd_is_hs_mode(dev_req_params)) in ufs_qcom_pwr_change_notify()
772 dev_req_params->gear_tx, in ufs_qcom_pwr_change_notify()
777 if (ufs_qcom_cfg_timers(hba, dev_req_params->gear_rx, in ufs_qcom_pwr_change_notify()
778 dev_req_params->pwr_rx, in ufs_qcom_pwr_change_notify()
779 dev_req_params->hs_rate, false, false)) { in ufs_qcom_pwr_change_notify()
791 memcpy(&host->dev_req_params, in ufs_qcom_pwr_change_notify()
792 dev_req_params, sizeof(*dev_req_params)); in ufs_qcom_pwr_change_notify()
798 !ufshcd_is_hs_mode(dev_req_params)) in ufs_qcom_pwr_change_notify()
1274 struct ufs_pa_layer_attr *attr = &host->dev_req_params; in ufs_qcom_clk_scale_up_pre_change()