Lines Matching defs:sl811_hc
152 struct sl811_hc { struct
153 spinlock_t hc_lock; /* Lock for this structure */
155 int irq; /* IRQ number this hc use */
156 int addr_io; /* I/O address line address */
157 int data_io; /* I/O data line address */
158 struct virt_root_hub rh; /* root hub */
159 struct usb_port_status rh_status;/* root hub port status */
160 …truct list_head urb_list[6]; /* set of urbs, the order is iso,intr,ctrl,bulk,inactive intr, wait */
161 struct list_head *cur_list; /* the current list is in process */
162 wait_queue_head_t waitq; /* deletion of URBs and devices needs a waitqueue */
163 struct sl811_td *cur_td; /* point to the td is in process */
164 struct list_head hc_hcd_list; /* list of all hci_hcd */
165 struct usb_bus *bus; /* our bus */
166 int active_urbs; /* total number of active usbs */
167 int frame_number; /* the current frame number, we do't use it, any one need it? */