Searched refs:phy_init (Results 1 - 17 of 17) sorted by relevance

/drivers/usb/host/
H A Dohci-exynos.c139 if (pdata->phy_init)
140 pdata->phy_init(pdev, S5P_USB_PHY_HOST);
240 if (pdata && pdata->phy_init)
241 pdata->phy_init(pdev, S5P_USB_PHY_HOST);
H A Dehci-s5p.c132 if (pdata->phy_init)
133 pdata->phy_init(pdev, S5P_USB_PHY_HOST);
246 if (pdata && pdata->phy_init)
247 pdata->phy_init(pdev, S5P_USB_PHY_HOST);
H A Dehci-mv.c61 if (ehci_mv->pdata->phy_init) {
62 retval = ehci_mv->pdata->phy_init(ehci_mv->phy_regs);
/drivers/usb/dwc3/
H A Ddwc3-exynos.c83 if (pdata->phy_init)
84 pdata->phy_init(pdev, pdata->phy_type);
/drivers/input/touchscreen/
H A Dwm9705.c340 .phy_init = wm9705_phy_init,
H A Dwm9712.c457 .phy_init = wm9712_phy_init,
H A Dwm9713.c471 .phy_init = wm9713_phy_init,
H A Dwm97xx-core.c626 wm->codec->phy_init(wm);
/drivers/video/exynos/
H A Dexynos_dp_core.c919 if (pdata->phy_init)
920 pdata->phy_init();
1013 if (pdata && pdata->phy_init)
1014 pdata->phy_init();
/drivers/net/phy/
H A Dphy_device.c1010 static int __init phy_init(void) function
1031 subsys_initcall(phy_init); variable
/drivers/usb/otg/
H A Dmv_otg.c264 if (mvotg->pdata->phy_init) {
265 retval = mvotg->pdata->phy_init(mvotg->phy_regs);
H A Dtwl6030-usb.c483 pdata->phy_init(dev);
/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c1390 static void phy_init(struct pxa168_eth_private *pep, int speed, int duplex) function
1420 phy_init(pep, pep->pd->speed, pep->pd->duplex);
H A Dmv643xx_eth.c2794 static void phy_init(struct mv643xx_eth_private *mp, int speed, int duplex) function
2901 phy_init(mp, pd->speed, pd->duplex);
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c747 void (*phy_init)(struct brcms_phy *) = NULL;
768 phy_init = pi->pi_fptr.init;
770 if (phy_init == NULL)
783 (*phy_init)(pi);
/drivers/usb/gadget/
H A Dmv_udc_core.c1105 if (udc->pdata->phy_init) {
1106 retval = udc->pdata->phy_init(udc->phy_regs);
/drivers/net/ethernet/nvidia/
H A Dforcedeth.c1386 static int phy_init(struct net_device *dev) function
4713 phy_init(dev);
4736 phy_init(dev);
5889 phy_init(dev);
6050 phy_init(dev);

Completed in 328 milliseconds