Linux Kernel
3.7.1
|
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/platform_device.h>
#include <linux/platform_data/tegra_usb.h>
#include <linux/irq.h>
#include <linux/usb/otg.h>
#include <linux/gpio.h>
#include <linux/of.h>
#include <linux/of_gpio.h>
#include <linux/pm_runtime.h>
#include <linux/usb/tegra_usb_phy.h>
#include <mach/iomap.h>
Go to the source code of this file.
Data Structures | |
struct | tegra_ehci_hcd |
struct | dma_aligned_buffer |
Macros | |
#define | TEGRA_USB_DMA_ALIGN 32 |
#define TEGRA_USB_DMA_ALIGN 32 |
Definition at line 33 of file ehci-tegra.c.