/kernel/linux/linux-5.10/include/linux/usb/ |
H A 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
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A 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
|
/kernel/linux/linux-5.10/drivers/usb/chipidea/ |
H A D | ci_hdrc_tegra.c | 66 udc->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "nvidia,phy", 0); in tegra_udc_probe()
|
H A D | ci_hdrc_imx.c | 432 data->phy = devm_usb_get_phy_by_phandle(dev, "fsl,usbphy", 0); in ci_hdrc_imx_probe() 437 data->phy = devm_usb_get_phy_by_phandle(dev, "phys", 0); in ci_hdrc_imx_probe()
|
/kernel/linux/linux-5.10/drivers/usb/phy/ |
H A D | phy.c | 542 * devm_usb_get_phy_by_phandle - find the USB PHY by phandle 556 struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, in devm_usb_get_phy_by_phandle() function 577 EXPORT_SYMBOL_GPL(devm_usb_get_phy_by_phandle); variable
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-plat.c | 266 hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, "usb-phy", 0); in xhci_plat_probe() 300 xhci->shared_hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, in xhci_plat_probe()
|
H A D | ehci-omap.c | 152 phy = devm_usb_get_phy_by_phandle(dev, "phys", i); in ehci_hcd_omap_probe()
|
/kernel/linux/linux-6.6/drivers/usb/phy/ |
H A D | phy.c | 580 * devm_usb_get_phy_by_phandle - find the USB PHY by phandle 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); variable
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-omap.c | 158 phy = devm_usb_get_phy_by_phandle(dev, "phys", i); in ehci_hcd_omap_probe()
|
H A D | ehci-tegra.c | 444 u_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "nvidia,phy", 0); in tegra_ehci_probe()
|
H A D | xhci-plat.c | 333 hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, "usb-phy", 0); in xhci_plat_probe()
|
/kernel/linux/linux-6.6/drivers/usb/chipidea/ |
H A D | ci_hdrc_imx.c | 426 data->phy = devm_usb_get_phy_by_phandle(dev, "fsl,usbphy", 0); in ci_hdrc_imx_probe() 433 data->phy = devm_usb_get_phy_by_phandle(dev, "phys", 0); in ci_hdrc_imx_probe()
|
H A D | ci_hdrc_tegra.c | 293 usb->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "nvidia,phy", 0); in tegra_usb_probe()
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | jz4740.c | 113 musb->xceiv = devm_usb_get_phy_by_phandle(dev, "phys", 0); in jz4740_musb_init()
|
H A D | omap2430.c | 205 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "usb-phy", 0); in omap2430_musb_init()
|
H A D | musb_dsps.c | 443 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "phys", 0); in dsps_musb_init()
|
/kernel/linux/linux-6.6/drivers/usb/musb/ |
H A D | jz4740.c | 143 musb->xceiv = devm_usb_get_phy_by_phandle(dev, "phys", 0); in jz4740_musb_init()
|
H A D | omap2430.c | 209 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "usb-phy", 0); in omap2430_musb_init()
|
H A D | musb_dsps.c | 442 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "phys", 0); in dsps_musb_init()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | isp1704_charger.c | 399 isp->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); in isp1704_charger_probe()
|
H A D | sc2731_charger.c | 496 info->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "phys", 0); in sc2731_charger_probe()
|
H A D | wm831x_power.c | 647 power->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "phys", 0); in wm831x_power_probe()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | isp1704_charger.c | 399 isp->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); in isp1704_charger_probe()
|
H A D | sc2731_charger.c | 496 info->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "phys", 0); in sc2731_charger_probe()
|
H A D | wm831x_power.c | 647 power->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "phys", 0); in wm831x_power_probe()
|