Lines Matching refs:icc_path_ddr
91 struct icc_path *icc_path_ddr; member
212 ret = icc_enable(qcom->icc_path_ddr); in dwc3_qcom_interconnect_enable()
218 icc_disable(qcom->icc_path_ddr); in dwc3_qcom_interconnect_enable()
227 ret = icc_disable(qcom->icc_path_ddr); in dwc3_qcom_interconnect_disable()
233 icc_enable(qcom->icc_path_ddr); in dwc3_qcom_interconnect_disable()
250 qcom->icc_path_ddr = of_icc_get(dev, "usb-ddr"); in dwc3_qcom_interconnect_init()
251 if (IS_ERR(qcom->icc_path_ddr)) { in dwc3_qcom_interconnect_init()
252 return dev_err_probe(dev, PTR_ERR(qcom->icc_path_ddr), in dwc3_qcom_interconnect_init()
265 ret = icc_set_bw(qcom->icc_path_ddr, in dwc3_qcom_interconnect_init()
268 ret = icc_set_bw(qcom->icc_path_ddr, in dwc3_qcom_interconnect_init()
287 icc_put(qcom->icc_path_ddr); in dwc3_qcom_interconnect_init()
299 icc_put(qcom->icc_path_ddr); in dwc3_qcom_interconnect_exit()