Searched refs:phy_clk (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/phy/
H A Dphy-pistachio-usb.c37 struct clk *phy_clk; member in struct:pistachio_usb_phy
59 ret = clk_prepare_enable(p_phy->phy_clk);
70 rate = clk_get_rate(p_phy->phy_clk);
113 clk_disable_unprepare(p_phy->phy_clk);
121 clk_disable_unprepare(p_phy->phy_clk);
153 p_phy->phy_clk = devm_clk_get(p_phy->dev, "usb_phy");
154 if (IS_ERR(p_phy->phy_clk)) {
156 PTR_ERR(p_phy->phy_clk));
157 return PTR_ERR(p_phy->phy_clk);
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-usb-hsic.c21 struct clk *phy_clk; member in struct:qcom_usb_hsic_phy
33 ret = clk_prepare_enable(uphy->phy_clk);
83 clk_disable_unprepare(uphy->phy_clk);
93 clk_disable_unprepare(uphy->phy_clk);
120 uphy->phy_clk = clk = devm_clk_get(&ulpi->dev, "phy");
/linux-master/drivers/phy/sunplus/
H A Dphy-sunplus-usb2.c72 struct clk *phy_clk; member in struct:sp_usbphy
117 ret = clk_prepare_enable(usbphy->phy_clk);
164 clk_disable_unprepare(usbphy->phy_clk);
220 clk_disable_unprepare(usbphy->phy_clk);
265 usbphy->phy_clk = devm_clk_get(&pdev->dev, NULL);
266 if (IS_ERR(usbphy->phy_clk))
267 return PTR_ERR(usbphy->phy_clk);
/linux-master/drivers/phy/lantiq/
H A Dphy-lantiq-vrx200-pcie.c91 struct clk *phy_clk; member in struct:ltq_vrx200_pcie_phy_priv
321 ret = clk_prepare_enable(priv->phy_clk);
335 clk_disable_unprepare(priv->phy_clk);
346 clk_disable_unprepare(priv->phy_clk);
445 priv->phy_clk = devm_clk_get(dev, "phy");
446 if (IS_ERR(priv->phy_clk))
447 return PTR_ERR(priv->phy_clk);
/linux-master/arch/sh/drivers/pci/
H A Dpcie-sh7786.c26 struct clk *fclk, phy_clk; member in struct:sh7786_pcie_port
235 clk = &port->phy_clk;
263 clk_enable(&port->phy_clk);
279 clk_disable(&port->phy_clk);
/linux-master/sound/soc/fsl/
H A Dfsl_xcvr.c34 struct clk *phy_clk; member in struct:fsl_xcvr
364 clk_disable_unprepare(xcvr->phy_clk);
365 ret = clk_set_rate(xcvr->phy_clk, freq);
370 ret = clk_prepare_enable(xcvr->phy_clk);
1272 xcvr->phy_clk = devm_clk_get(dev, "phy");
1273 if (IS_ERR(xcvr->phy_clk)) {
1275 return PTR_ERR(xcvr->phy_clk);
1394 clk_disable_unprepare(xcvr->phy_clk);
1424 ret = clk_prepare_enable(xcvr->phy_clk);
1476 clk_disable_unprepare(xcvr->phy_clk);
[all...]
/linux-master/drivers/net/ethernet/broadcom/
H A Dbcm63xx_enet.h323 struct clk *phy_clk; member in struct:bcm_enet_priv
H A Dbcm63xx_enet.c1792 priv->phy_clk = devm_clk_get(&pdev->dev, "ephy");
1793 if (IS_ERR(priv->phy_clk)) {
1794 ret = PTR_ERR(priv->phy_clk);
1795 priv->phy_clk = NULL;
1798 ret = clk_prepare_enable(priv->phy_clk);
1892 clk_disable_unprepare(priv->phy_clk);
1931 clk_disable_unprepare(priv->phy_clk);
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c139 struct exynos_drm_clk phy_clk; member in struct:hdmi_context
1745 phy_clk);
1853 hdata->phy_clk.enable = hdmiphy_clk_enable;
1866 crtc->pipe_clk = &hdata->phy_clk;

Completed in 154 milliseconds