Home
last modified time | relevance | path

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

/linux-3.3/drivers/usb/c67x00/
Dc67x00-hcd.h69 struct c67x00_hcd { struct
70 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
Dc67x00-sched.c800 int (*add)(struct c67x00_hcd *, struct urb *)) in c67x00_fill_from_list()