Searched refs:devm_usb_get_phy_by_phandle (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/usb/phy/ |
| H A D | phy.c | 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/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()
|
| /linux/drivers/usb/musb/ |
| H A D | omap2430.c | 208 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()
|
| /linux/drivers/usb/dwc3/ |
| H A D | core.c | 1559 dwc->usb2_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 0); in dwc3_core_get_phy() 1560 dwc->usb3_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 1); in dwc3_core_get_phy()
|
| /linux/drivers/usb/chipidea/ |
| H A D | core.c | 1091 ci->usb_phy = devm_usb_get_phy_by_phandle(dev->parent, in ci_hdrc_probe()
|
| /linux/drivers/usb/fotg210/ |
| H A D | fotg210-udc.c | 1193 fotg210->phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 0); in fotg210_udc_probe()
|