Searched refs:devm_usb_get_phy_by_phandle (Results 1 - 12 of 12) sorted by relevance
/linux-4.4.14/drivers/usb/chipidea/ |
H A D | ci_hdrc_msm.c | 66 phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); ci_hdrc_msm_probe()
|
H A D | ci_hdrc_imx.c | 276 data->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "fsl,usbphy", 0); ci_hdrc_imx_probe()
|
/linux-4.4.14/include/linux/usb/ |
H A D | phy.h | 206 extern struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, 237 static inline struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, devm_usb_get_phy_by_phandle() function
|
/linux-4.4.14/drivers/usb/phy/ |
H A D | phy.c | 230 * devm_usb_get_phy_by_phandle - find the USB PHY by phandle 244 struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, devm_usb_get_phy_by_phandle() function 265 EXPORT_SYMBOL_GPL(devm_usb_get_phy_by_phandle); variable
|
/linux-4.4.14/drivers/usb/host/ |
H A D | ehci-msm.c | 112 phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); ehci_msm_probe()
|
H A D | ehci-omap.c | 175 phy = devm_usb_get_phy_by_phandle(dev, "phys", i); ehci_hcd_omap_probe()
|
H A D | xhci-plat.c | 165 hcd->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); xhci_plat_probe()
|
H A D | ehci-tegra.c | 458 u_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "nvidia,phy", 0); tegra_ehci_probe()
|
/linux-4.4.14/drivers/power/ |
H A D | isp1704_charger.c | 440 isp->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); isp1704_charger_probe()
|
/linux-4.4.14/drivers/usb/dwc3/ |
H A D | core.c | 683 dwc->usb2_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 0); dwc3_core_get_phy() 684 dwc->usb3_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 1); dwc3_core_get_phy()
|
/linux-4.4.14/drivers/usb/musb/ |
H A D | omap2430.c | 371 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, omap2430_musb_init()
|
H A D | musb_dsps.c | 438 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "phys", 0); dsps_musb_init()
|
Completed in 278 milliseconds