Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dsl811.h152 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 */
[all …]