Searched refs:phy_init (Results 1 – 25 of 65) sorted by relevance
123
/drivers/gpu/drm/sun4i/ |
D | sun8i_hdmi_phy.c | 517 phy->variant->phy_init(phy); in sun8i_hdmi_phy_init() 546 .phy_init = &sun8i_hdmi_phy_init_a83t, 554 .phy_init = &sun8i_hdmi_phy_init_h3, 563 .phy_init = &sun8i_hdmi_phy_init_h3, 571 .phy_init = &sun8i_hdmi_phy_init_h3, 580 .phy_init = &sun50i_hdmi_phy_init_h6,
|
D | sun8i_dw_hdmi.h | 158 void (*phy_init)(struct sun8i_hdmi_phy *phy); member
|
/drivers/usb/host/ |
D | ehci-sh.c | 130 if (pdata && pdata->phy_init) in ehci_hcd_sh_probe() 131 pdata->phy_init(); in ehci_hcd_sh_probe()
|
D | ehci-mv.c | 57 return phy_init(ehci_mv->phy); in mv_ehci_enable()
|
D | ohci-st.c | 73 ret = phy_init(priv->phy); in st_ohci_platform_power_on()
|
D | ehci-st.c | 93 ret = phy_init(priv->phy); in st_ehci_platform_power_on()
|
/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()
|
/drivers/phy/samsung/ |
D | phy-exynos5-usbdrd.c | 163 void (*phy_init)(struct exynos5_usbdrd_phy *phy_drd); member 415 inst->phy_cfg->phy_init(phy_drd); in exynos5_usbdrd_phy_init() 784 .phy_init = exynos5_usbdrd_utmi_init, 790 .phy_init = exynos5_usbdrd_pipe3_init,
|
/drivers/usb/renesas_usbhs/ |
D | rcar2.c | 52 retval = phy_init(priv->phy); in usbhs_rcar2_power_ctrl()
|
D | rza2.c | 48 retval = phy_init(priv->phy); in usbhs_rza2_power_ctrl()
|
/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()
|
/drivers/mmc/host/ |
D | sdhci-xenon-phy.c | 578 goto phy_init; in xenon_emmc_phy_set() 593 goto phy_init; in xenon_emmc_phy_set() 644 phy_init: in xenon_emmc_phy_set()
|
/drivers/usb/cdns3/ |
D | core.c | 512 ret = phy_init(cdns->usb2_phy); in cdns3_probe() 520 ret = phy_init(cdns->usb3_phy); in cdns3_probe()
|
/drivers/usb/core/ |
D | phy.c | 90 err = phy_init(roothub_entry->phy); in usb_phy_roothub_init()
|
/drivers/usb/musb/ |
D | omap2430.c | 262 phy_init(musb->phy); in omap2430_musb_init() 548 phy_init(musb->phy); in omap2430_runtime_resume()
|
/drivers/usb/dwc3/ |
D | dwc3-meson-g12a.c | 468 ret = phy_init(priv->phys[i]); in dwc3_meson_g12a_probe() 594 ret = phy_init(priv->phys[i]); in dwc3_meson_g12a_resume()
|
/drivers/input/touchscreen/ |
D | wm9705.c | 335 .phy_init = wm9705_phy_init,
|
D | wm9712.c | 456 .phy_init = wm9712_phy_init,
|
/drivers/pci/controller/ |
D | pcie-cadence.c | 144 ret = phy_init(pcie->phy[i]); in cdns_pcie_enable_phy()
|
/drivers/pci/controller/dwc/ |
D | pcie-spear13xx.c | 260 phy_init(spear13xx_pcie->phy); in spear13xx_pcie_probe()
|
D | pcie-armada8k.c | 90 ret = phy_init(pcie->phy[i]); in armada8k_pcie_enable_phys()
|
/drivers/usb/chipidea/ |
D | ci_hdrc_msm.c | 96 ret = phy_init(ci->phy); in ci_hdrc_msm_notify_event()
|
/drivers/phy/ |
D | phy-core.c | 232 int phy_init(struct phy *phy) in phy_init() function 259 EXPORT_SYMBOL_GPL(phy_init);
|
/drivers/usb/phy/ |
D | phy-mv-usb.c | 250 if (mvotg->pdata->phy_init) { in mv_otg_enable_internal() 251 retval = mvotg->pdata->phy_init(mvotg->phy_regs); in mv_otg_enable_internal()
|
123