Lines Matching refs:dev_req_params
840 struct ufs_pa_layer_attr *p = &host->dev_req_params; in ufs_qcom_get_bw_table()
893 struct ufs_pa_layer_attr *dev_req_params) in ufs_qcom_pwr_change_notify() argument
899 if (!dev_req_params) { in ufs_qcom_pwr_change_notify()
906 ret = ufshcd_negotiate_pwr_params(host_params, dev_max_params, dev_req_params); in ufs_qcom_pwr_change_notify()
925 if (host->phy_gear == dev_req_params->gear_tx) in ufs_qcom_pwr_change_notify()
928 host->phy_gear = dev_req_params->gear_tx; in ufs_qcom_pwr_change_notify()
933 ufshcd_is_hs_mode(dev_req_params)) in ufs_qcom_pwr_change_notify()
938 dev_req_params->gear_tx, in ufs_qcom_pwr_change_notify()
944 dev_req_params->gear_tx, dev_req_params->lane_tx); in ufs_qcom_pwr_change_notify()
949 memcpy(&host->dev_req_params, in ufs_qcom_pwr_change_notify()
950 dev_req_params, sizeof(*dev_req_params)); in ufs_qcom_pwr_change_notify()
956 !ufshcd_is_hs_mode(dev_req_params)) in ufs_qcom_pwr_change_notify()