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