Home
last modified time | relevance | path

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

123

/Linux-v4.19/include/linux/platform_data/
Dehci-sh.h25 void (*phy_init)(void); /* Phy init function */ member
Ds3c-hsotg.h36 int (*phy_init)(struct platform_device *pdev, int type); member
Dmv_usb.h48 int (*phy_init)(void __iomem *regbase); member
/Linux-v4.19/drivers/usb/host/
Dehci-sh.c133 if (pdata && pdata->phy_init) in ehci_hcd_sh_probe()
134 pdata->phy_init(); in ehci_hcd_sh_probe()
Dehci-mv.c50 if (ehci_mv->pdata->phy_init) { in mv_ehci_enable()
51 retval = ehci_mv->pdata->phy_init(ehci_mv->phy_regs); in mv_ehci_enable()
Dehci-orion.c262 err = phy_init(priv->phy); in ehci_orion_drv_probe()
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun8i_hdmi_phy.c383 phy->variant->phy_init(phy); in sun8i_hdmi_phy_init()
401 .phy_init = &sun8i_hdmi_phy_init_h3,
407 .phy_init = &sun8i_hdmi_phy_init_a83t,
414 .phy_init = &sun8i_hdmi_phy_init_h3,
Dsun8i_dw_hdmi.h152 void (*phy_init)(struct sun8i_hdmi_phy *phy); member
/Linux-v4.19/drivers/usb/dwc2/
Dplatform.c142 } else if (hsotg->plat && hsotg->plat->phy_init) { in __dwc2_lowlevel_hw_enable()
143 ret = hsotg->plat->phy_init(pdev, hsotg->plat->phy_type); in __dwc2_lowlevel_hw_enable()
147 ret = phy_init(hsotg->phy); in __dwc2_lowlevel_hw_enable()
/Linux-v4.19/drivers/usb/renesas_usbhs/
Drcar2.c51 retval = phy_init(priv->phy); in usbhs_rcar2_power_ctrl()
/Linux-v4.19/drivers/usb/gadget/udc/
Dsnps_udc_plat.c147 ret = phy_init(udc->udc_phy); in udc_plat_probe()
285 ret = phy_init(udc->udc_phy); in udc_plat_resume()
Dmv_u3d_core.c1106 if (pdata->phy_init) { in mv_u3d_enable()
1107 retval = pdata->phy_init(u3d->phy_regs); in mv_u3d_enable()
1240 if (pdata->phy_init) in mv_u3d_start()
1241 pdata->phy_init(u3d->phy_regs); in mv_u3d_start()
1268 if (pdata->phy_init) in mv_u3d_stop()
1269 pdata->phy_init(u3d->phy_regs); in mv_u3d_stop()
1841 if (pdata->phy_init) { in mv_u3d_probe()
1842 retval = pdata->phy_init(u3d->phy_regs); in mv_u3d_probe()
/Linux-v4.19/drivers/phy/samsung/
Dphy-exynos5-usbdrd.c166 void (*phy_init)(struct exynos5_usbdrd_phy *phy_drd); member
418 inst->phy_cfg->phy_init(phy_drd); in exynos5_usbdrd_phy_init()
787 .phy_init = exynos5_usbdrd_utmi_init,
793 .phy_init = exynos5_usbdrd_pipe3_init,
/Linux-v4.19/drivers/staging/mt7621-eth/
Dmdio.c106 static void phy_init(struct mtk_eth *eth, struct mtk_mac *mac, in phy_init() function
137 phy_init(eth, mac, phy); in mtk_phy_connect()
/Linux-v4.19/include/linux/phy/
Dphy.h161 int phy_init(struct phy *phy);
251 static inline int phy_init(struct phy *phy) in phy_init() function
/Linux-v4.19/drivers/mmc/host/
Dsdhci-xenon-phy.c577 goto phy_init; in xenon_emmc_phy_set()
592 goto phy_init; in xenon_emmc_phy_set()
643 phy_init: in xenon_emmc_phy_set()
/Linux-v4.19/drivers/usb/core/
Dphy.c89 err = phy_init(roothub_entry->phy); in usb_phy_roothub_init()
/Linux-v4.19/arch/sh/drivers/pci/
Dpcie-sh7786.c259 static int __init phy_init(struct sh7786_pcie_port *port) in phy_init() function
523 ret = phy_init(port); in sh7786_pcie_init_hw()
/Linux-v4.19/arch/arm/mach-mmp/
Daspenite.c235 .phy_init = pxa_usb_phy_init,
Dttc_dkb.c174 .phy_init = pxa_usb_phy_init,
/Linux-v4.19/include/linux/
Dwm97xx.h240 void (*phy_init) (struct wm97xx *); member
/Linux-v4.19/drivers/pci/controller/
Dpcie-cadence.c144 ret = phy_init(pcie->phy[i]); in cdns_pcie_enable_phy()
/Linux-v4.19/drivers/input/touchscreen/
Dwm9705.c340 .phy_init = wm9705_phy_init,
/Linux-v4.19/drivers/pci/controller/dwc/
Dpcie-spear13xx.c260 phy_init(spear13xx_pcie->phy); in spear13xx_pcie_probe()
/Linux-v4.19/drivers/usb/chipidea/
Dci_hdrc_msm.c96 ret = phy_init(ci->phy); in ci_hdrc_msm_notify_event()

123