/linux-4.4.14/drivers/gpu/drm/msm/hdmi/ |
D | hdmi.c | 110 if (config->phy_init) { in hdmi_init() 111 hdmi->phy = config->phy_init(hdmi); in hdmi_init() 335 .phy_init = hdmi_phy_8x60_init, 342 .phy_init = hdmi_phy_8960_init, 354 .phy_init = hdmi_phy_8x74_init, 365 .phy_init = hdmi_phy_8x74_init, 374 .phy_init = NULL, /* nothing to do for this HDMI PHY 20nm */ 383 .phy_init = NULL, 453 config.phy_init = hdmi_phy_8960_init; in hdmi_bind() 465 config.phy_init = hdmi_phy_8960_init; in hdmi_bind() [all …]
|
D | hdmi.h | 91 struct hdmi_phy *(*phy_init)(struct hdmi *hdmi); member
|
/linux-4.4.14/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-4.4.14/drivers/usb/host/ |
D | ehci-sh.c | 136 if (pdata && pdata->phy_init) in ehci_hcd_sh_probe() 137 pdata->phy_init(); in ehci_hcd_sh_probe()
|
D | ehci-mv.c | 54 if (ehci_mv->pdata->phy_init) { in mv_ehci_enable() 55 retval = ehci_mv->pdata->phy_init(ehci_mv->phy_regs); in mv_ehci_enable()
|
D | ehci-orion.c | 230 err = phy_init(priv->phy); in ehci_orion_drv_probe()
|
D | ohci-st.c | 76 ret = phy_init(priv->phy); in st_ohci_platform_power_on()
|
D | ehci-st.c | 95 ret = phy_init(priv->phy); in st_ehci_platform_power_on()
|
D | ohci-platform.c | 60 ret = phy_init(priv->phys[phy_num]); in ohci_platform_power_on()
|
D | ehci-platform.c | 92 ret = phy_init(priv->phys[phy_num]); in ehci_platform_power_on()
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | platform.c | 136 else if (hsotg->plat && hsotg->plat->phy_init) in __dwc2_lowlevel_hw_enable() 137 ret = hsotg->plat->phy_init(pdev, hsotg->plat->phy_type); in __dwc2_lowlevel_hw_enable() 141 ret = phy_init(hsotg->phy); in __dwc2_lowlevel_hw_enable()
|
/linux-4.4.14/drivers/phy/ |
D | phy-exynos5-usbdrd.c | 136 void (*phy_init)(struct exynos5_usbdrd_phy *phy_drd); member 388 inst->phy_cfg->phy_init(phy_drd); in exynos5_usbdrd_phy_init() 603 .phy_init = exynos5_usbdrd_utmi_init, 609 .phy_init = exynos5_usbdrd_pipe3_init,
|
D | phy-core.c | 218 int phy_init(struct phy *phy) in phy_init() function 245 EXPORT_SYMBOL_GPL(phy_init);
|
/linux-4.4.14/drivers/usb/renesas_usbhs/ |
D | rcar2.c | 72 retval = phy_init(priv->phy); in usbhs_rcar2_power_ctrl()
|
/linux-4.4.14/include/linux/phy/ |
D | phy.h | 118 int phy_init(struct phy *phy); 199 static inline int phy_init(struct phy *phy) in phy_init() function
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | mv_u3d_core.c | 1118 if (pdata->phy_init) { in mv_u3d_enable() 1119 retval = pdata->phy_init(u3d->phy_regs); in mv_u3d_enable() 1252 if (pdata->phy_init) in mv_u3d_start() 1253 pdata->phy_init(u3d->phy_regs); in mv_u3d_start() 1280 if (pdata->phy_init) in mv_u3d_stop() 1281 pdata->phy_init(u3d->phy_regs); in mv_u3d_stop() 1849 if (pdata->phy_init) { in mv_u3d_probe() 1850 retval = pdata->phy_init(u3d->phy_regs); in mv_u3d_probe()
|
D | mv_udc_core.c | 1081 if (udc->pdata->phy_init) { in mv_udc_enable_internal() 1082 retval = udc->pdata->phy_init(udc->phy_regs); in mv_udc_enable_internal()
|
/linux-4.4.14/arch/sh/drivers/pci/ |
D | pcie-sh7786.c | 257 static int __init phy_init(struct sh7786_pcie_port *port) in phy_init() function 502 ret = phy_init(port); in sh7786_pcie_init_hw()
|
/linux-4.4.14/drivers/usb/dwc3/ |
D | core.c | 89 ret = phy_init(dwc->usb2_generic_phy); in dwc3_core_soft_reset() 93 ret = phy_init(dwc->usb3_generic_phy); in dwc3_core_soft_reset() 1155 ret = phy_init(dwc->usb2_generic_phy); in dwc3_resume() 1159 ret = phy_init(dwc->usb3_generic_phy); in dwc3_resume()
|
/linux-4.4.14/include/linux/ |
D | wm97xx.h | 239 void (*phy_init) (struct wm97xx *); member
|
/linux-4.4.14/arch/arm/mach-mmp/ |
D | aspenite.c | 237 .phy_init = pxa_usb_phy_init,
|
D | ttc_dkb.c | 174 .phy_init = pxa_usb_phy_init,
|
/linux-4.4.14/drivers/pci/host/ |
D | pci-dra7xx.c | 389 ret = phy_init(phy[i]); in dra7xx_pcie_probe() 524 ret = phy_init(dra7xx->phy[i]); in dra7xx_pcie_resume_noirq()
|
D | pcie-spear13xx.c | 324 phy_init(spear13xx_pcie->phy); in spear13xx_pcie_probe()
|
D | pci-keystone.c | 363 ret = phy_init(phy); in ks_pcie_probe()
|
D | pcie-iproc.c | 331 ret = phy_init(pcie->phy); in iproc_pcie_setup()
|
D | pci-tegra.c | 1047 err = phy_init(pcie->phy); in tegra_pcie_get_resources()
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | wm9705.c | 340 .phy_init = wm9705_phy_init,
|
D | wm9713.c | 471 .phy_init = wm9713_phy_init,
|
D | wm9712.c | 461 .phy_init = wm9712_phy_init,
|
D | wm97xx-core.c | 637 wm->codec->phy_init(wm); in wm97xx_probe()
|
/linux-4.4.14/arch/arm/plat-samsung/ |
D | devs.c | 1057 if (!npd->phy_init) in dwc2_hsotg_set_platdata() 1058 npd->phy_init = s5p_usb_phy_init; in dwc2_hsotg_set_platdata()
|
/linux-4.4.14/drivers/usb/phy/ |
D | phy-mv-usb.c | 259 if (mvotg->pdata->phy_init) { in mv_otg_enable_internal() 260 retval = mvotg->pdata->phy_init(mvotg->phy_regs); in mv_otg_enable_internal()
|
/linux-4.4.14/include/linux/i2c/ |
D | twl.h | 637 int (*phy_init)(struct device *dev); member
|
/linux-4.4.14/drivers/net/phy/ |
D | phy_device.c | 1470 static int __init phy_init(void) in phy_init() function 1493 subsys_initcall(phy_init);
|
/linux-4.4.14/drivers/ata/ |
D | libahci_platform.c | 54 rc = phy_init(hpriv->phys[i]); in ahci_platform_enable_phys()
|
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/ |
D | xgbe.h | 688 void (*phy_init)(struct xgbe_prv_data *); member
|
D | xgbe-main.c | 707 pdata->phy_if.phy_init(pdata); in xgbe_probe()
|
D | xgbe-mdio.c | 1348 phy_if->phy_init = xgbe_phy_init; in xgbe_init_function_ptrs_phy()
|
/linux-4.4.14/drivers/usb/musb/ |
D | omap2430.c | 436 phy_init(musb->phy); in omap2430_musb_init()
|
D | sunxi.c | 263 ret = phy_init(glue->phy); in sunxi_musb_init()
|
D | musb_dsps.c | 453 ret = phy_init(musb->phy); in dsps_musb_init()
|
/linux-4.4.14/Documentation/ |
D | phy.txt | 98 the phy_init() and phy_exit() calls, and phy_power_on() and
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_cmn.c | 748 void (*phy_init)(struct brcms_phy *) = NULL; in wlc_phy_init() local 769 phy_init = pi->pi_fptr.init; in wlc_phy_init() 771 if (phy_init == NULL) in wlc_phy_init() 784 (*phy_init)(pi); in wlc_phy_init()
|
/linux-4.4.14/drivers/usb/chipidea/ |
D | core.c | 343 ret = phy_init(ci->phy); in _ci_usb_phy_init()
|
/linux-4.4.14/drivers/scsi/ufs/ |
D | ufs-qcom.c | 1209 phy_init(host->generic_phy); in ufs_qcom_init()
|
/linux-4.4.14/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 1384 static int phy_init(struct net_device *dev) in phy_init() function 4787 phy_init(dev); in nv_set_loopback() 4810 phy_init(dev); in nv_set_loopback() 5970 phy_init(dev); in nv_probe() 6138 phy_init(dev); in nv_resume()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | mv643xx_eth.c | 3007 static void phy_init(struct mv643xx_eth_private *mp, int speed, int duplex) in phy_init() function 3143 phy_init(mp, pd->speed, pd->duplex); in mv643xx_eth_probe()
|
/linux-4.4.14/drivers/usb/core/ |
D | hcd.c | 2711 retval = phy_init(phy); in usb_add_hcd()
|