Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dulpi.h56 struct usb_phy *otg_ulpi_create(struct usb_phy_io_ops *ops,
63 static inline struct usb_phy *otg_ulpi_create(struct usb_phy_io_ops *ops, in otg_ulpi_create() function
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-ulpi.c259 otg_ulpi_create(struct usb_phy_io_ops *ops, in otg_ulpi_create() function
279 EXPORT_SYMBOL_GPL(otg_ulpi_create);
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dpxa3xx-ulpi.c221 u2d->otg = otg_ulpi_create(&pxa310_ulpi_access_ops, ulpi_mode); in pxa310_otg_init()