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/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/Documentation/driver-api/driver-model/
H A Ddevres.rst404 devm_usb_get_phy_by_phandle()
/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()
/linux/drivers/usb/gadget/udc/
H A Dpxa27x_udc.c2392 devm_usb_get_phy_by_phandle(udc->dev, "phys", 0); in pxa_udc_probe()