Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dphy.h221 extern struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev,
245 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/
H A Dehci-omap.c152 phy = devm_usb_get_phy_by_phandle(dev, "phys", i); in ehci_hcd_omap_probe()
H A Dxhci-plat.c280 hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, "usb-phy", 0); in xhci_plat_probe()
315 xhci->shared_hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, in xhci_plat_probe()
/linux/drivers/usb/phy/
H A Dphy.c573 * devm_usb_get_phy_by_phandle - find the USB PHY by phandle
587 struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, in devm_usb_get_phy_by_phandle() function
608 EXPORT_SYMBOL_GPL(devm_usb_get_phy_by_phandle);
/linux/drivers/usb/chipidea/
H A Dci_hdrc_imx.c482 data->phy = devm_usb_get_phy_by_phandle(dev, "fsl,usbphy", 0); in ci_hdrc_imx_probe()
489 data->phy = devm_usb_get_phy_by_phandle(dev, "phys", 0); in ci_hdrc_imx_probe()
H A Dci_hdrc_tegra.c293 usb->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "nvidia,phy", 0); in tegra_usb_probe()
H A Dcore.c1110 ci->usb_phy = devm_usb_get_phy_by_phandle(dev->parent, in ci_hdrc_probe()
/linux/drivers/usb/musb/
H A Djz4740.c143 musb->xceiv = devm_usb_get_phy_by_phandle(dev, "phys", 0); in jz4740_musb_init()
H A Domap2430.c209 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "usb-phy", 0); in omap2430_musb_init()
H A Dmusb_dsps.c443 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "phys", 0); in dsps_musb_init()
/linux/drivers/power/supply/
H A Dsc2731_charger.c496 info->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "phys", 0); in sc2731_charger_probe()
H A Disp1704_charger.c399 isp->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); in isp1704_charger_probe()
/linux/Documentation/driver-api/driver-model/
H A Ddevres.rst404 devm_usb_get_phy_by_phandle()
/linux/drivers/usb/dwc3/
H A Dcore.c1540 dwc->usb2_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 0); in dwc3_core_get_phy()
1541 dwc->usb3_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 1); in dwc3_core_get_phy()
/linux/drivers/usb/fotg210/
H A Dfotg210-udc.c1193 fotg210->phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 0); in fotg210_udc_probe()