Home
last modified time | relevance | path

Searched defs:ohci_hcd (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/drivers/usb/host/
Dohci.h353 struct ohci_hcd { struct
354 spinlock_t lock;
380 void (*start_hnp)(struct ohci_hcd *ohci); argument
385 struct dma_pool *td_cache;
386 struct dma_pool *ed_cache;
387 struct td *td_hash [TD_HASH_SIZE];
388 struct list_head pending;
393 enum ohci_rh_state rh_state;
394 int num_ports;
395 int load [NUM_INTS];
[all …]
Dohci-jz4740.c20 struct ohci_hcd ohci_hcd; member