/Linux-v4.19/include/linux/platform_data/ |
D | ehci-sh.h | 25 void (*phy_init)(void); /* Phy init function */ member
|
D | s3c-hsotg.h | 36 int (*phy_init)(struct platform_device *pdev, int type); member
|
D | mv_usb.h | 48 int (*phy_init)(void __iomem *regbase); member
|
/Linux-v4.19/drivers/usb/host/ |
D | ehci-sh.c | 133 if (pdata && pdata->phy_init) in ehci_hcd_sh_probe() 134 pdata->phy_init(); in ehci_hcd_sh_probe()
|
D | ehci-mv.c | 50 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()
|
D | ehci-orion.c | 262 err = phy_init(priv->phy); in ehci_orion_drv_probe()
|
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun8i_hdmi_phy.c | 383 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,
|
D | sun8i_dw_hdmi.h | 152 void (*phy_init)(struct sun8i_hdmi_phy *phy); member
|
/Linux-v4.19/drivers/usb/dwc2/ |
D | platform.c | 142 } 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/ |
D | rcar2.c | 51 retval = phy_init(priv->phy); in usbhs_rcar2_power_ctrl()
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | snps_udc_plat.c | 147 ret = phy_init(udc->udc_phy); in udc_plat_probe() 285 ret = phy_init(udc->udc_phy); in udc_plat_resume()
|
D | mv_u3d_core.c | 1106 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/ |
D | phy-exynos5-usbdrd.c | 166 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/ |
D | mdio.c | 106 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/ |
D | phy.h | 161 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/ |
D | sdhci-xenon-phy.c | 577 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/ |
D | phy.c | 89 err = phy_init(roothub_entry->phy); in usb_phy_roothub_init()
|
/Linux-v4.19/arch/sh/drivers/pci/ |
D | pcie-sh7786.c | 259 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/ |
D | aspenite.c | 235 .phy_init = pxa_usb_phy_init,
|
D | ttc_dkb.c | 174 .phy_init = pxa_usb_phy_init,
|
/Linux-v4.19/include/linux/ |
D | wm97xx.h | 240 void (*phy_init) (struct wm97xx *); member
|
/Linux-v4.19/drivers/pci/controller/ |
D | pcie-cadence.c | 144 ret = phy_init(pcie->phy[i]); in cdns_pcie_enable_phy()
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | wm9705.c | 340 .phy_init = wm9705_phy_init,
|
/Linux-v4.19/drivers/pci/controller/dwc/ |
D | pcie-spear13xx.c | 260 phy_init(spear13xx_pcie->phy); in spear13xx_pcie_probe()
|
/Linux-v4.19/drivers/usb/chipidea/ |
D | ci_hdrc_msm.c | 96 ret = phy_init(ci->phy); in ci_hdrc_msm_notify_event()
|