Home
last modified time | relevance | path

Searched defs:c67x00_hcd (Results 1 – 2 of 2) sorted by relevance

/drivers/usb/c67x00/
Dc67x00-hcd.h55 struct c67x00_hcd { struct
56 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
Dc67x00-sched.c778 int (*add)(struct c67x00_hcd *, struct urb *)) in c67x00_fill_from_list()