Home
last modified time | relevance | path

Searched refs:phy_init (Results 1 – 25 of 122) sorted by relevance

12345

/linux/drivers/phy/rockchip/
H A Dphy-rockchip-snps-pcie3.c73 int (*phy_init)(struct rockchip_p3phy_priv *priv); member
138 .phy_init = rockchip_p3phy_rk3568_init,
202 .phy_init = rockchip_p3phy_rk3588_init,
219 if (priv->ops->phy_init) { in rockchip_p3phy_init()
220 ret = priv->ops->phy_init(priv); in rockchip_p3phy_init()
/linux/drivers/usb/cdns3/
H A Dcdns3-plat.c129 ret = phy_init(cdns->usb2_phy); in cdns3_plat_probe()
138 ret = phy_init(cdns->usb3_phy); in cdns3_plat_probe()
246 ret = phy_init(cdns->usb2_phy); in cdns3_controller_resume()
251 ret = phy_init(cdns->usb3_phy); in cdns3_controller_resume()
/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy.c551 phy->variant->phy_init(phy); in sun8i_hdmi_phy_init()
600 .phy_init = &sun8i_hdmi_phy_init_a83t,
606 .phy_init = &sun8i_hdmi_phy_init_h3,
613 .phy_init = &sun8i_hdmi_phy_init_h3,
619 .phy_init = &sun8i_hdmi_phy_init_h3,
626 .phy_init = &sun50i_hdmi_phy_init_h6,
/linux/Documentation/translations/zh_CN/driver-api/phy/
H A Dphy.rst129 调用、phy_init()/phy_exit() 调用、phy_power_on()/phy_power_off()
138 phy_init()
146 一些PHY驱动可能没有实现 :c:func:`phy_init` 或 :c:func:`phy_power_on`,
/linux/drivers/phy/
H A Dphy-snps-eusb2.c158 int (*phy_init)(struct phy *p); member
362 .phy_init = exynos_snps_eusb2_hsphy_init,
451 .phy_init = qcom_snps_eusb2_hsphy_init,
465 ret = phy_init(phy->repeater); in snps_eusb2_hsphy_init()
491 ret = phy->data->phy_init(p); in snps_eusb2_hsphy_init()
H A Dphy-lgm-usb.c68 static int phy_init(struct usb_phy *phy) in phy_init() function
206 phy->init = phy_init; in phy_probe()
/linux/drivers/phy/samsung/
H A Dphy-exynos5-usbdrd.c474 void (*phy_init)(struct exynos5_usbdrd_phy *phy_drd); member
920 inst->phy_cfg->phy_init(phy_drd); in exynos5_usbdrd_phy_init()
1307 inst->phy_cfg->phy_init(phy_drd); in exynos7870_usbdrd_phy_init()
1361 phy_init(phy_drd->hs_phy); in exynos2200_usbdrd_utmi_init()
1461 inst->phy_cfg->phy_init(phy_drd); in exynos2200_usbdrd_phy_init()
1639 inst->phy_cfg->phy_init(phy_drd); in exynos850_usbdrd_phy_init()
1837 .phy_init = exynos2200_usbdrd_utmi_init,
1926 .phy_init = exynos5_usbdrd_utmi_init,
1932 .phy_init = exynos5_usbdrd_pipe3_init,
1941 .phy_init = exynos7870_usbdrd_utmi_init,
[all …]
/linux/include/linux/platform_data/
H A Ds3c-hsotg.h33 int (*phy_init)(struct platform_device *pdev, int type); member
H A Dmv_usb.h36 int (*phy_init)(void __iomem *regbase); member
/linux/arch/arm/mach-s3c/
H A Ddevs.c359 if (!npd->phy_init) in dwc2_hsotg_set_platdata()
360 npd->phy_init = s3c_usb_phy_init; in dwc2_hsotg_set_platdata()
/linux/drivers/usb/renesas_usbhs/
H A Drcar2.c50 retval = phy_init(priv->phy); in usbhs_rcar2_power_ctrl()
H A Drza2.c47 retval = phy_init(priv->phy); in usbhs_rza2_power_ctrl()
/linux/drivers/usb/gadget/udc/
H A Dsnps_udc_plat.c145 ret = phy_init(udc->udc_phy); in udc_plat_probe()
276 ret = phy_init(udc->udc_phy); in udc_plat_resume()
/linux/drivers/pci/controller/dwc/
H A Dpcie-stm32.c113 ret = phy_init(stm32_pcie->phy); in stm32_pcie_resume_noirq()
168 ret = phy_init(stm32_pcie->phy); in stm32_add_pcie_port()
/linux/drivers/usb/musb/
H A Domap2430.c225 phy_init(musb->phy); in omap2430_musb_init()
516 phy_init(musb->phy); in omap2430_runtime_resume()
575 phy_init(musb->phy); in omap2430_resume()
/linux/drivers/usb/dwc3/
H A Ddwc3-xilinx.c186 ret = phy_init(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp()
409 ret = phy_init(priv_data->usb3_phy); in dwc3_xlnx_resume()
/linux/drivers/usb/dwc2/
H A Dplatform.c118 } else if (hsotg->plat && hsotg->plat->phy_init) { in __dwc2_lowlevel_hw_enable()
119 ret = hsotg->plat->phy_init(pdev, hsotg->plat->phy_type); in __dwc2_lowlevel_hw_enable()
121 ret = phy_init(hsotg->phy); in __dwc2_lowlevel_hw_enable()
/linux/include/linux/phy/
H A Dphy.h248 int phy_init(struct phy *phy);
338 static inline int phy_init(struct phy *phy) in phy_init() function
/linux/Documentation/driver-api/phy/
H A Dphy.rst134 the phy_init() and phy_exit() calls, and phy_power_on() and
144 phy_init()
152 Some PHY drivers may not implement :c:func:`phy_init` or :c:func:`phy_power_on`,
/linux/drivers/mmc/host/
H A Dsdhci-xenon-phy.c608 goto phy_init; in xenon_emmc_phy_set()
623 goto phy_init; in xenon_emmc_phy_set()
674 phy_init: in xenon_emmc_phy_set()
/linux/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.h78 void (*phy_init)(struct vc4_hdmi *vc4_hdmi, member
/linux/arch/sh/drivers/pci/
H A Dpcie-sh7786.c258 static int __init phy_init(struct sh7786_pcie_port *port) in phy_init() function
520 ret = phy_init(port); in sh7786_pcie_init_hw()
/linux/drivers/phy/amlogic/
H A Dphy-meson-axg-pcie.c75 ret = phy_init(priv->analog); in phy_axg_pcie_init()
/linux/include/linux/
H A Dwm97xx.h240 void (*phy_init) (struct wm97xx *); member
/linux/drivers/ata/
H A Dahci_imx.c431 ret = phy_init(imxpriv->cali_phy0); in imx8_sata_enable()
441 ret = phy_init(imxpriv->cali_phy1); in imx8_sata_enable()
451 ret = phy_init(imxpriv->sata_phy); in imx8_sata_enable()

12345