Home
last modified time | relevance | path

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

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