Home
last modified time | relevance | path

Searched defs:ohci_device (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Dusb.c126 struct platform_device *ohci_device = config->ohci_device; in omap_otg_init() local
226 static struct platform_device ohci_device = { variable
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dusb-omap1.h43 struct platform_device *ohci_device; member
/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h373 struct ohci_device { struct
374 ed_t ed[NUM_EDS];
375 int ed_cnt;
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h368 typedef struct ohci_device { struct
385 struct ohci_device ohci_dev __aligned(TD_ALIGNMENT); argument