Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-rockchip-snps-pcie3.c61 int (*phy_init)(struct rockchip_p3phy_priv *priv); member
117 .phy_init = &rockchip_p3phy_rk3568_init,
175 .phy_init = &rockchip_p3phy_rk3588_init,
192 if (priv->ops->phy_init) { in rochchip_p3phy_init()
193 ret = priv->ops->phy_init(priv); in rochchip_p3phy_init()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-snps-pcie3.c56 int (*phy_init)(struct rockchip_p3phy_priv *priv); member
134 .phy_init = rockchip_p3phy_rk3568_init,
163 .phy_init = rockchip_p3phy_rk3588_init,
180 if (priv->ops->phy_init) { in rochchip_p3phy_init()
181 ret = priv->ops->phy_init(priv); in rochchip_p3phy_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy.c542 phy->variant->phy_init(phy); in sun8i_hdmi_phy_init()
591 .phy_init = &sun8i_hdmi_phy_init_a83t,
599 .phy_init = &sun8i_hdmi_phy_init_h3,
608 .phy_init = &sun8i_hdmi_phy_init_h3,
616 .phy_init = &sun8i_hdmi_phy_init_h3,
625 .phy_init = &sun50i_hdmi_phy_init_h6,
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Ds3c-hsudc.h29 void (*phy_init)(void); member
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
/OK3568_Linux_fs/kernel/drivers/phy/samsung/
H A Dphy-exynos5-usbdrd.c164 void (*phy_init)(struct exynos5_usbdrd_phy *phy_drd); member
416 inst->phy_cfg->phy_init(phy_drd); in exynos5_usbdrd_phy_init()
771 .phy_init = exynos5_usbdrd_utmi_init,
777 .phy_init = exynos5_usbdrd_pipe3_init,
/OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/
H A Drcar2.c50 retval = phy_init(priv->phy); in usbhs_rcar2_power_ctrl()
H A Drza2.c48 retval = phy_init(priv->phy); in usbhs_rza2_power_ctrl()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A 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()
H A Dmv_u3d_core.c1105 if (pdata->phy_init) { in mv_u3d_enable()
1106 retval = pdata->phy_init(u3d->phy_regs); in mv_u3d_enable()
1239 if (pdata->phy_init) in mv_u3d_start()
1240 pdata->phy_init(u3d->phy_regs); in mv_u3d_start()
1267 if (pdata->phy_init) in mv_u3d_stop()
1268 pdata->phy_init(u3d->phy_regs); in mv_u3d_stop()
1840 if (pdata->phy_init) { in mv_u3d_probe()
1841 retval = pdata->phy_init(u3d->phy_regs); in mv_u3d_probe()
/OK3568_Linux_fs/kernel/drivers/phy/
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()
/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dplatform.c138 } else if (hsotg->plat && hsotg->plat->phy_init) { in __dwc2_lowlevel_phy_enable()
139 ret = hsotg->plat->phy_init(pdev, hsotg->plat->phy_type); in __dwc2_lowlevel_phy_enable()
141 ret = phy_init(hsotg->phy); in __dwc2_lowlevel_phy_enable()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-xenon-phy.c578 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()
/OK3568_Linux_fs/kernel/include/linux/phy/
H A Dphy.h211 int phy_init(struct phy *phy);
308 static inline int phy_init(struct phy *phy) in phy_init() function
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-mvebu.c92 ret = phy_init(phy); in xhci_mvebu_a3700_plat_setup()
/OK3568_Linux_fs/u-boot/drivers/net/phy/
H A Dphy.su
/OK3568_Linux_fs/u-boot/net/
H A Deth_common.c69 phy_init(); in eth_common_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.h84 void (*phy_init)(struct vc4_hdmi *vc4_hdmi, member
/OK3568_Linux_fs/kernel/arch/sh/drivers/pci/
H A Dpcie-sh7786.c259 static int __init phy_init(struct sh7786_pcie_port *port) in phy_init() function
521 ret = phy_init(port); in sh7786_pcie_init_hw()
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Ddevs.c1043 if (!npd->phy_init) in dwc2_hsotg_set_platdata()
1044 npd->phy_init = s3c_usb_phy_init; in dwc2_hsotg_set_platdata()
1072 pd->phy_init = s3c_hsudc_init_phy; in s3c24xx_hsudc_set_platdata()
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Domap2430.c222 phy_init(musb->phy); in omap2430_musb_init()
474 phy_init(musb->phy); in omap2430_runtime_resume()
/OK3568_Linux_fs/kernel/drivers/phy/amlogic/
H A Dphy-meson-axg-pcie.c74 ret = phy_init(priv->analog); in phy_axg_pcie_init()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dphy.c90 err = phy_init(roothub_entry->phy); in usb_phy_roothub_init()
/OK3568_Linux_fs/kernel/arch/arm/mach-mmp/
H A Daspenite.c233 .phy_init = pxa_usb_phy_init,

12345