Home
last modified time | relevance | path

Searched refs:devm_otg_ulpi_create (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dulpi.h55 struct usb_phy *devm_otg_ulpi_create(struct device *dev,
65 static inline struct usb_phy *devm_otg_ulpi_create(struct device *dev, in devm_otg_ulpi_create() function
/openbmc/linux/drivers/usb/phy/
H A Dphy-ulpi.c282 devm_otg_ulpi_create(struct device *dev, in devm_otg_ulpi_create() function
303 EXPORT_SYMBOL_GPL(devm_otg_ulpi_create);
H A Dphy-tegra-usb.c1461 phy = devm_otg_ulpi_create(&pdev->dev, in tegra_usb_phy_probe()