Searched refs:iface_clk (Results 1 – 2 of 2) sorted by relevance
25 struct clk *iface_clk; member49 qdwc->iface_clk = devm_clk_get(qdwc->dev, "iface"); in dwc3_qcom_probe()50 if (IS_ERR(qdwc->iface_clk)) { in dwc3_qcom_probe()52 qdwc->iface_clk = NULL; in dwc3_qcom_probe()67 ret = clk_prepare_enable(qdwc->iface_clk); in dwc3_qcom_probe()90 clk_disable_unprepare(qdwc->iface_clk); in dwc3_qcom_probe()104 clk_disable_unprepare(qdwc->iface_clk); in dwc3_qcom_remove()
67 struct clk *iface_clk; member272 qphy->iface_clk = devm_clk_get(dev, "iface"); in phy_8x16_read_devicetree()273 if (IS_ERR(qphy->iface_clk)) in phy_8x16_read_devicetree()274 return PTR_ERR(qphy->iface_clk); in phy_8x16_read_devicetree()363 ret = clk_prepare_enable(qphy->iface_clk); in phy_8x16_probe()392 clk_disable_unprepare(qphy->iface_clk); in phy_8x16_probe()414 clk_disable_unprepare(qphy->iface_clk); in phy_8x16_remove()