Searched refs:icc_path_apps (Results 1 – 1 of 1) sorted by relevance
89 struct icc_path *icc_path_apps; member212 ret = icc_enable(qcom->icc_path_apps); in dwc3_qcom_interconnect_enable()227 ret = icc_disable(qcom->icc_path_apps); in dwc3_qcom_interconnect_disable()252 qcom->icc_path_apps = of_icc_get(dev, "apps-usb"); in dwc3_qcom_interconnect_init()253 if (IS_ERR(qcom->icc_path_apps)) { in dwc3_qcom_interconnect_init()255 PTR_ERR(qcom->icc_path_apps)); in dwc3_qcom_interconnect_init()256 return PTR_ERR(qcom->icc_path_apps); in dwc3_qcom_interconnect_init()272 ret = icc_set_bw(qcom->icc_path_apps, in dwc3_qcom_interconnect_init()291 icc_put(qcom->icc_path_apps); in dwc3_qcom_interconnect_exit()