Lines Matching refs:xo_clk
117 struct clk *xo_clk; member
262 ret = clk_prepare_enable(phy_dwc3->xo_clk); in qcom_ipq806x_usb_hs_phy_init()
268 clk_disable_unprepare(phy_dwc3->xo_clk); in qcom_ipq806x_usb_hs_phy_init()
283 if (!phy_dwc3->xo_clk) in qcom_ipq806x_usb_hs_phy_init()
300 clk_disable_unprepare(phy_dwc3->xo_clk); in qcom_ipq806x_usb_hs_phy_exit()
311 ret = clk_prepare_enable(phy_dwc3->xo_clk); in qcom_ipq806x_usb_ss_phy_init()
317 clk_disable_unprepare(phy_dwc3->xo_clk); in qcom_ipq806x_usb_ss_phy_init()
329 if (!phy_dwc3->xo_clk) in qcom_ipq806x_usb_ss_phy_init()
453 clk_disable_unprepare(phy_dwc3->xo_clk); in qcom_ipq806x_usb_ss_phy_exit()
521 phy_dwc3->xo_clk = devm_clk_get(phy_dwc3->dev, "xo"); in qcom_ipq806x_usb_phy_probe()
522 if (IS_ERR(phy_dwc3->xo_clk)) { in qcom_ipq806x_usb_phy_probe()
524 phy_dwc3->xo_clk = NULL; in qcom_ipq806x_usb_phy_probe()