Searched defs:c67x00_hcd (Results 1 – 2 of 2) sorted by relevance
55 struct c67x00_hcd { struct56 spinlock_t lock;57 struct c67x00_sie *sie;58 unsigned int low_speed_ports; /* bitmask of low speed ports */59 unsigned int urb_count;60 unsigned int urb_iso_count;62 struct list_head list[4]; /* iso, int, ctrl, bulk */87 static inline struct c67x00_hcd *hcd_to_c67x00_hcd(struct usb_hcd *hcd) in hcd_to_c67x00_hcd() argument
778 int (*add)(struct c67x00_hcd *, struct urb *)) in c67x00_fill_from_list()