Home
last modified time | relevance | path

Searched refs:otg_ulpi_create (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/linux/usb/
Dulpi.h56 struct usb_phy *otg_ulpi_create(struct usb_phy_io_ops *ops,
59 static inline struct usb_phy *otg_ulpi_create(struct usb_phy_io_ops *ops, in otg_ulpi_create() function
/Linux-v5.4/arch/arm/mach-imx/
Dulpi.h10 return otg_ulpi_create(&ulpi_viewport_access_ops, flags); in imx_otg_ulpi_create()
/Linux-v5.4/drivers/usb/phy/
Dphy-ulpi.c244 otg_ulpi_create(struct usb_phy_io_ops *ops, in otg_ulpi_create() function
272 EXPORT_SYMBOL_GPL(otg_ulpi_create);
Dphy-tegra-usb.c827 phy->ulpi = otg_ulpi_create(&ulpi_viewport_access_ops, 0); in ulpi_open()
/Linux-v5.4/arch/arm/mach-pxa/
Dpxa3xx-ulpi.c221 u2d->otg = otg_ulpi_create(&pxa310_ulpi_access_ops, ulpi_mode); in pxa310_otg_init()