Searched defs:ohci_hcd (Results 1 – 2 of 2) sorted by relevance
353 struct ohci_hcd { struct354 spinlock_t lock;380 void (*start_hnp)(struct ohci_hcd *ohci); argument385 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 …]
20 struct ohci_hcd ohci_hcd; member