Home
last modified time | relevance | path

Searched refs:devm_usb_get_phy_by_phandle (Results 1 – 17 of 17) sorted by relevance

/linux/include/linux/usb/
A Dphy.h221 extern struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev,
246 static inline struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, in devm_usb_get_phy_by_phandle() function
/linux/drivers/usb/host/
A Dxhci-plat.c278 hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, "usb-phy", 0); in xhci_plat_probe()
312 xhci->shared_hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, in xhci_plat_probe()
A Dehci-omap.c152 phy = devm_usb_get_phy_by_phandle(dev, "phys", i); in ehci_hcd_omap_probe()
/linux/drivers/usb/phy/
A Dphy.c594 struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, in devm_usb_get_phy_by_phandle() function
615 EXPORT_SYMBOL_GPL(devm_usb_get_phy_by_phandle);
/linux/drivers/usb/chipidea/
A Dci_hdrc_imx.c438 data->phy = devm_usb_get_phy_by_phandle(dev, "fsl,usbphy", 0); in ci_hdrc_imx_probe()
445 data->phy = devm_usb_get_phy_by_phandle(dev, "phys", 0); in ci_hdrc_imx_probe()
A Dci_hdrc_tegra.c293 usb->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "nvidia,phy", 0); in tegra_usb_probe()
A Dcore.c1108 ci->usb_phy = devm_usb_get_phy_by_phandle(dev->parent, in ci_hdrc_probe()
/linux/drivers/usb/musb/
A Djz4740.c143 musb->xceiv = devm_usb_get_phy_by_phandle(dev, "phys", 0); in jz4740_musb_init()
A Domap2430.c209 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "usb-phy", 0); in omap2430_musb_init()
A Dmusb_dsps.c442 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "phys", 0); in dsps_musb_init()
/linux/drivers/power/supply/
A Disp1704_charger.c399 isp->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); in isp1704_charger_probe()
A Dsc2731_charger.c496 info->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "phys", 0); in sc2731_charger_probe()
A Dwm831x_power.c650 power->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "phys", 0); in wm831x_power_probe()
/linux/Documentation/driver-api/driver-model/
A Ddevres.rst407 devm_usb_get_phy_by_phandle()
/linux/drivers/usb/dwc3/
A Dcore.c1499 dwc->usb2_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 0); in dwc3_core_get_phy()
1500 dwc->usb3_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 1); in dwc3_core_get_phy()
/linux/drivers/usb/fotg210/
A Dfotg210-udc.c1193 fotg210->phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 0); in fotg210_udc_probe()
/linux/drivers/usb/gadget/udc/
A Dpxa27x_udc.c2386 devm_usb_get_phy_by_phandle(udc->dev, "phys", 0); in pxa_udc_probe()

Completed in 41 milliseconds