|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/slab.h>#include <linux/export.h>#include <linux/usb.h>#include <linux/usb/otg.h>#include <linux/usb/ulpi.h>Go to the source code of this file.
Data Structures | |
| struct | ulpi_info |
Macros | |
| #define | ULPI_ID(vendor, product) (((vendor) << 16) | (product)) |
| #define | ULPI_INFO(_id, _name) |
Functions | |
| struct usb_phy * | otg_ulpi_create (struct usb_phy_io_ops *ops, unsigned int flags) |
| EXPORT_SYMBOL_GPL (otg_ulpi_create) | |
| #define ULPI_INFO | ( | _id, | |
| _name | |||
| ) |
| EXPORT_SYMBOL_GPL | ( | otg_ulpi_create | ) |
1.8.2