Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dohci.h368 typedef struct ohci_device { struct
385 struct ohci_device ohci_dev __aligned(TD_ALIGNMENT); argument
386 struct ohci_device int_dev[NUM_INT_DEVS] __aligned(TD_ALIGNMENT);
/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h373 struct ohci_device { struct
Dau1x00_usb_ohci.c80 struct ohci_device ohci_dev;
1541 memset(&ohci_dev, 0, sizeof(struct ohci_device)); in usb_lowlevel_init()