Lines Matching defs:ohci_hcd
353 struct ohci_hcd { struct
354 spinlock_t lock;
380 void (*start_hnp)(struct ohci_hcd *ohci); argument
385 struct dma_pool *td_cache;
386 struct dma_pool *ed_cache;
387 struct td *td_hash [TD_HASH_SIZE];
388 struct list_head pending;
393 enum ohci_rh_state rh_state;
394 int num_ports;
395 int load [NUM_INTS];
396 u32 hc_control; /* copy of hc control reg */
397 unsigned long next_statechange; /* suspend/resume */
398 u32 fminterval; /* saved register */
399 unsigned autostop:1; /* rh auto stopping/stopped */
401 unsigned long flags; /* for HC bugs */
432 static inline int quirk_nec(struct ohci_hcd *ohci) in quirk_nec() argument