Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dohci.h362 struct ohci_hcd { struct
384 void (*start_hnp)(struct ohci_hcd *ohci); argument
391 struct dma_pool *td_cache;
392 struct dma_pool *ed_cache;
393 struct td *td_hash [TD_HASH_SIZE];
394 struct td *dl_start, *dl_end; /* the done list */
395 struct list_head pending;
396 struct list_head eds_in_use; /* all EDs with at least 1 TD */
401 enum ohci_rh_state rh_state;
402 int num_ports;
[all …]