Searched defs:c67x00_hcd (Results 1 – 2 of 2) sorted by relevance
69 struct c67x00_hcd { struct70 spinlock_t lock;71 struct c67x00_sie *sie;72 unsigned int low_speed_ports; /* bitmask of low speed ports */73 unsigned int urb_count;74 unsigned int urb_iso_count;76 struct list_head list[4]; /* iso, int, ctrl, bulk */101 static inline struct c67x00_hcd *hcd_to_c67x00_hcd(struct usb_hcd *hcd) in hcd_to_c67x00_hcd() argument
800 int (*add)(struct c67x00_hcd *, struct urb *)) in c67x00_fill_from_list()