Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A 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;
394 struct td *dl_start, *dl_end; /* the done list */
395 struct list_head pending;
402 int num_ports;
403 int load [NUM_INTS];
408 unsigned working:1;
409 unsigned restart_work:1;
[all …]