Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/usb/
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-v4.19/drivers/usb/chipidea/
Dci_hdrc_tegra.c78 udc->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "nvidia,phy", 0); in tegra_udc_probe()
Dci_hdrc_imx.c283 data->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "fsl,usbphy", 0); in ci_hdrc_imx_probe()
/Linux-v4.19/drivers/usb/host/
Dehci-omap.c160 phy = devm_usb_get_phy_by_phandle(dev, "phys", i); in ehci_hcd_omap_probe()
Dxhci-plat.c295 hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, "usb-phy", 0); in xhci_plat_probe()
Dehci-tegra.c446 u_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "nvidia,phy", 0); in tegra_ehci_probe()
/Linux-v4.19/drivers/usb/phy/
Dphy.c545 struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, in devm_usb_get_phy_by_phandle() function
566 EXPORT_SYMBOL_GPL(devm_usb_get_phy_by_phandle);
/Linux-v4.19/drivers/power/supply/
Disp1704_charger.c448 isp->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); in isp1704_charger_probe()
Dwm831x_power.c650 power->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "phys", 0); in wm831x_power_probe()
/Linux-v4.19/drivers/usb/musb/
Domap2430.c245 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "usb-phy", 0); in omap2430_musb_init()
Dmusb_dsps.c434 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "phys", 0); in dsps_musb_init()
/Linux-v4.19/drivers/usb/dwc3/
Dcore.c1073 dwc->usb2_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 0); in dwc3_core_get_phy()
1074 dwc->usb3_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 1); in dwc3_core_get_phy()
/Linux-v4.19/drivers/usb/gadget/udc/
Dpxa27x_udc.c2392 devm_usb_get_phy_by_phandle(udc->dev, "phys", 0); in pxa_udc_probe()