Searched refs:devm_usb_get_phy_by_phandle (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/include/linux/usb/ |
D | phy.h | 221 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.1.9/drivers/usb/host/ |
D | ehci-omap.c | 153 phy = devm_usb_get_phy_by_phandle(dev, "phys", i); in ehci_hcd_omap_probe()
|
D | xhci-plat.c | 308 hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, "usb-phy", 0); in xhci_plat_probe()
|
/linux-6.1.9/drivers/usb/phy/ |
D | phy.c | 594 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.1.9/drivers/usb/chipidea/ |
D | ci_hdrc_imx.c | 413 data->phy = devm_usb_get_phy_by_phandle(dev, "fsl,usbphy", 0); in ci_hdrc_imx_probe() 418 data->phy = devm_usb_get_phy_by_phandle(dev, "phys", 0); in ci_hdrc_imx_probe()
|
D | ci_hdrc_tegra.c | 292 usb->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "nvidia,phy", 0); in tegra_usb_probe()
|
D | core.c | 1061 ci->usb_phy = devm_usb_get_phy_by_phandle(dev->parent, in ci_hdrc_probe()
|
/linux-6.1.9/drivers/usb/musb/ |
D | jz4740.c | 112 musb->xceiv = devm_usb_get_phy_by_phandle(dev, "phys", 0); in jz4740_musb_init()
|
D | omap2430.c | 209 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "usb-phy", 0); in omap2430_musb_init()
|
D | musb_dsps.c | 444 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "phys", 0); in dsps_musb_init()
|
/linux-6.1.9/drivers/power/supply/ |
D | isp1704_charger.c | 399 isp->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); in isp1704_charger_probe()
|
D | sc2731_charger.c | 496 info->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "phys", 0); in sc2731_charger_probe()
|
D | wm831x_power.c | 647 power->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "phys", 0); in wm831x_power_probe()
|
/linux-6.1.9/drivers/usb/dwc3/ |
D | core.c | 1329 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.1.9/drivers/usb/gadget/udc/ |
D | pxa27x_udc.c | 2387 devm_usb_get_phy_by_phandle(udc->dev, "phys", 0); in pxa_udc_probe()
|