Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/drivers/usb/host/
A Dehci-omap.c153 phy = devm_usb_get_phy_by_phandle(dev, "phys", i); in ehci_hcd_omap_probe()
A Dxhci-plat.c262 hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, "usb-phy", 0); in xhci_plat_probe()
/linux-6.3-rc2/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-6.3-rc2/drivers/usb/chipidea/
A Dci_hdrc_imx.c413 data->phy = devm_usb_get_phy_by_phandle(dev, "fsl,usbphy", 0); in ci_hdrc_imx_probe()
420 data->phy = devm_usb_get_phy_by_phandle(dev, "phys", 0); in ci_hdrc_imx_probe()
A Dci_hdrc_tegra.c292 usb->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "nvidia,phy", 0); in tegra_usb_probe()
A Dcore.c1068 ci->usb_phy = devm_usb_get_phy_by_phandle(dev->parent, in ci_hdrc_probe()
/linux-6.3-rc2/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.c444 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "phys", 0); in dsps_musb_init()
/linux-6.3-rc2/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.c647 power->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "phys", 0); in wm831x_power_probe()
/linux-6.3-rc2/Documentation/driver-api/driver-model/
A Ddevres.rst400 devm_usb_get_phy_by_phandle()
/linux-6.3-rc2/drivers/usb/dwc3/
A Dcore.c1329 dwc->usb2_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 0); in dwc3_core_get_phy()
1330 dwc->usb3_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 1); in dwc3_core_get_phy()
/linux-6.3-rc2/drivers/usb/fotg210/
A Dfotg210-udc.c1193 fotg210->phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 0); in fotg210_udc_probe()
/linux-6.3-rc2/drivers/usb/gadget/udc/
A Dpxa27x_udc.c2387 devm_usb_get_phy_by_phandle(udc->dev, "phys", 0); in pxa_udc_probe()

Completed in 56 milliseconds