Searched defs:ohci_hcd (Results 1 – 1 of 1) sorted by relevance
361 struct ohci_hcd { struct383 void (*start_hnp)(struct ohci_hcd *ohci); argument388 struct dma_pool *td_cache;389 struct dma_pool *ed_cache;390 struct td *td_hash [TD_HASH_SIZE];391 struct td *dl_start, *dl_end; /* the done list */392 struct list_head pending;393 struct list_head eds_in_use; /* all EDs with at least 1 TD */398 enum ohci_rh_state rh_state;399 int num_ports;[all …]