Home
last modified time | relevance | path

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

/linux/drivers/usb/phy/
H A Dphy.c587 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 Disp1704_charger.c399 isp->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); in isp1704_charger_probe()
/linux/drivers/usb/musb/
H A Domap2430.c208 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "usb-phy", 0); in omap2430_musb_init()
H A Dmusb_dsps.c442 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "phys", 0); in dsps_musb_init()
/linux/drivers/usb/dwc3/
H A Dcore.c1559 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 Dcore.c1091 ci->usb_phy = devm_usb_get_phy_by_phandle(dev->parent, in ci_hdrc_probe()
/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()