Lines Matching refs:xo_clk
121 struct clk *xo_clk; member
258 ret = clk_prepare_enable(phy_dwc3->xo_clk); in qcom_ipq806x_usb_hs_phy_init()
264 clk_disable_unprepare(phy_dwc3->xo_clk); in qcom_ipq806x_usb_hs_phy_init()
279 if (!phy_dwc3->xo_clk) in qcom_ipq806x_usb_hs_phy_init()
296 clk_disable_unprepare(phy_dwc3->xo_clk); in qcom_ipq806x_usb_hs_phy_exit()
307 ret = clk_prepare_enable(phy_dwc3->xo_clk); in qcom_ipq806x_usb_ss_phy_init()
313 clk_disable_unprepare(phy_dwc3->xo_clk); in qcom_ipq806x_usb_ss_phy_init()
325 if (!phy_dwc3->xo_clk) in qcom_ipq806x_usb_ss_phy_init()
449 clk_disable_unprepare(phy_dwc3->xo_clk); in qcom_ipq806x_usb_ss_phy_exit()
517 phy_dwc3->xo_clk = devm_clk_get(phy_dwc3->dev, "xo"); in qcom_ipq806x_usb_phy_probe()
518 if (IS_ERR(phy_dwc3->xo_clk)) { in qcom_ipq806x_usb_phy_probe()
520 phy_dwc3->xo_clk = NULL; in qcom_ipq806x_usb_phy_probe()