Lines Matching defs:ohci_hcd
362 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;
403 int load [NUM_INTS];
404 u32 hc_control; /* copy of hc control reg */
405 unsigned long next_statechange; /* suspend/resume */
406 u32 fminterval; /* saved register */
407 unsigned autostop:1; /* rh auto stopping/stopped */
408 unsigned working:1;
409 unsigned restart_work:1;
411 unsigned long flags; /* for HC bugs */
443 static inline int quirk_nec(struct ohci_hcd *ohci) in quirk_nec() argument