| /linux/drivers/phy/ | 
| H A D | phy-pistachio-usb.c | 37 	struct clk *phy_clk;  member59 	ret = clk_prepare_enable(p_phy->phy_clk);  in pistachio_usb_phy_power_on()
 70 	rate = clk_get_rate(p_phy->phy_clk);  in pistachio_usb_phy_power_on()
 113 	clk_disable_unprepare(p_phy->phy_clk);  in pistachio_usb_phy_power_on()
 121 	clk_disable_unprepare(p_phy->phy_clk);  in pistachio_usb_phy_power_off()
 153 	p_phy->phy_clk = devm_clk_get(p_phy->dev, "usb_phy");  in pistachio_usb_phy_probe()
 154 	if (IS_ERR(p_phy->phy_clk)) {  in pistachio_usb_phy_probe()
 156 			PTR_ERR(p_phy->phy_clk));  in pistachio_usb_phy_probe()
 157 		return PTR_ERR(p_phy->phy_clk);  in pistachio_usb_phy_probe()
 
 | 
| /linux/drivers/phy/qualcomm/ | 
| H A D | phy-qcom-usb-hsic.c | 21 	struct clk *phy_clk;  member33 	ret = clk_prepare_enable(uphy->phy_clk);  in qcom_usb_hsic_phy_power_on()
 83 	clk_disable_unprepare(uphy->phy_clk);  in qcom_usb_hsic_phy_power_on()
 93 	clk_disable_unprepare(uphy->phy_clk);  in qcom_usb_hsic_phy_power_off()
 120 	uphy->phy_clk = clk = devm_clk_get(&ulpi->dev, "phy");  in qcom_usb_hsic_phy_probe()
 
 | 
| /linux/drivers/phy/sunplus/ | 
| H A D | phy-sunplus-usb2.c | 72 	struct clk *phy_clk;  member117 	ret = clk_prepare_enable(usbphy->phy_clk);  in sp_uphy_init()
 164 	clk_disable_unprepare(usbphy->phy_clk);  in sp_uphy_init()
 220 	clk_disable_unprepare(usbphy->phy_clk);  in sp_uphy_exit()
 265 	usbphy->phy_clk = devm_clk_get(&pdev->dev, NULL);  in sp_usb_phy_probe()
 266 	if (IS_ERR(usbphy->phy_clk))  in sp_usb_phy_probe()
 267 		return PTR_ERR(usbphy->phy_clk);  in sp_usb_phy_probe()
 
 | 
| /linux/drivers/phy/lantiq/ | 
| H A D | phy-lantiq-vrx200-pcie.c | 91 	struct clk			*phy_clk;  member321 	ret = clk_prepare_enable(priv->phy_clk);  in ltq_vrx200_pcie_phy_power_on()
 335 	clk_disable_unprepare(priv->phy_clk);  in ltq_vrx200_pcie_phy_power_on()
 346 	clk_disable_unprepare(priv->phy_clk);  in ltq_vrx200_pcie_phy_power_off()
 445 	priv->phy_clk = devm_clk_get(dev, "phy");  in ltq_vrx200_pcie_phy_probe()
 446 	if (IS_ERR(priv->phy_clk))  in ltq_vrx200_pcie_phy_probe()
 447 		return PTR_ERR(priv->phy_clk);  in ltq_vrx200_pcie_phy_probe()
 
 | 
| /linux/Documentation/devicetree/bindings/ufs/ | 
| H A D | cdns,ufshc.yaml | 43       - const: phy_clk72         clock-names = "core_clk", "phy_clk";
 
 | 
| H A D | hisilicon,ufs.yaml | 44       - const: phy_clk83             clock-names = "ref_clk", "phy_clk";
 
 | 
| /linux/sound/soc/fsl/ | 
| H A D | fsl_xcvr.c | 45 	struct clk *phy_clk;  member451 	clk_disable_unprepare(xcvr->phy_clk);  in fsl_xcvr_en_aud_pll()
 452 	fsl_asoc_reparent_pll_clocks(dev, xcvr->phy_clk,  in fsl_xcvr_en_aud_pll()
 454 	ret = clk_set_rate(xcvr->phy_clk, freq);  in fsl_xcvr_en_aud_pll()
 459 	ret = clk_prepare_enable(xcvr->phy_clk);  in fsl_xcvr_en_aud_pll()
 1556 	xcvr->phy_clk = devm_clk_get(dev, "phy");  in fsl_xcvr_probe()
 1557 	if (IS_ERR(xcvr->phy_clk)) {  in fsl_xcvr_probe()
 1559 		return PTR_ERR(xcvr->phy_clk);  in fsl_xcvr_probe()
 1579 			xcvr->pll8k_clk = xcvr->phy_clk;  in fsl_xcvr_probe()
 1728 	clk_disable_unprepare(xcvr->phy_clk);  in fsl_xcvr_runtime_suspend()
 [all …]
 
 | 
| /linux/arch/sh/drivers/pci/ | 
| H A D | pcie-sh7786.c | 26 	struct clk		*fclk, phy_clk;  member235 	clk = &port->phy_clk;  in pcie_clk_init()
 263 	clk_enable(&port->phy_clk);  in phy_init()
 279 	clk_disable(&port->phy_clk);  in phy_init()
 
 | 
| /linux/arch/arm/boot/dts/actions/ | 
| H A D | owl-s500-roseapplepi.dts | 238 		phy_clk-pinmux {
 | 
| /linux/drivers/net/ethernet/broadcom/ | 
| H A D | bcm63xx_enet.c | 1792 		priv->phy_clk = devm_clk_get(&pdev->dev, "ephy");  in bcm_enet_probe()1793 		if (IS_ERR(priv->phy_clk)) {  in bcm_enet_probe()
 1794 			ret = PTR_ERR(priv->phy_clk);  in bcm_enet_probe()
 1795 			priv->phy_clk = NULL;  in bcm_enet_probe()
 1798 		ret = clk_prepare_enable(priv->phy_clk);  in bcm_enet_probe()
 1892 	clk_disable_unprepare(priv->phy_clk);  in bcm_enet_probe()
 1931 	clk_disable_unprepare(priv->phy_clk);  in bcm_enet_remove()
 
 | 
| H A D | bcm63xx_enet.h | 323 	struct clk *phy_clk;  member
 | 
| /linux/drivers/phy/cadence/ | 
| H A D | phy-cadence-sierra.c | 239 	PHY_CLK,  enumerator1185 	clk = devm_clk_get_optional(dev, "phy_clk");  in cdns_sierra_phy_clk()
 1187 		dev_err(dev, "failed to get clock phy_clk\n");  in cdns_sierra_phy_clk()
 1190 	sp->input_clks[PHY_CLK] = clk;  in cdns_sierra_phy_clk()
 1192 	ret = clk_prepare_enable(sp->input_clks[PHY_CLK]);  in cdns_sierra_phy_clk()
 1224 		clk_disable_unprepare(sp->input_clks[PHY_CLK]);  in cdns_sierra_phy_disable_clocks()
 
 | 
| /linux/drivers/usb/host/ | 
| H A D | octeon-hcd.h | 665 	 *	performing any operations. This bit takes 8 clocks (of phy_clk1642 	 *	the phy_clk functionality in the USB Subsystem is
 1644 	 *	until the time it takes 6 clocks (hclk or phy_clk,
 1651 	 *	until 12ms after phy_clk is stable. Under normal
 1802 	 *	'1': The phy_clk and free_clk outputs are
 
 | 
| /linux/arch/arm64/boot/dts/hisilicon/ | 
| H A D | hi3670.dtsi | 673 			clock-names = "ref_clk", "phy_clk";
 | 
| H A D | hi3660.dtsi | 1051 			clock-names = "ref_clk", "phy_clk";
 |