Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/cris/drivers/
Dusb-host.h32 struct virt_root_hub { struct
54 struct virt_root_hub rh; argument
/linux-2.4.37.9/drivers/usb/host/
Dhc_simple.h43 struct virt_root_hub { struct
44 int devnum; /* Address of Root Hub endpoint */
45 void *urb; /* interrupt URB of root hub */
46 int send; /* active flag */
47 int interval; /* intervall of roothub interrupt transfers */
48 struct timer_list rh_int_timer; /* intervall timer for rh interrupt EP */
Duhci.h269 struct virt_root_hub { struct
270 struct usb_device *dev;
271 int devnum; /* Address of Root Hub endpoint */
272 struct urb *urb;
273 void *int_addr;
274 int send;
275 int interval;
276 int numports;
277 int c_p_r[8];
278 struct timer_list rh_int_timer;
Dsl811.h108 struct virt_root_hub { struct
109 int devnum; /* Address of Root Hub endpoint */
110 void *urb; /* interrupt URB of root hub */
111 int send; /* active flag */
112 int interval; /* intervall of roothub interrupt transfers */
113 struct timer_list rh_int_timer; /* intervall timer for rh interrupt EP */
Dusb-uhci.h169 struct virt_root_hub { struct
170 int devnum; /* Address of Root Hub endpoint */
171 void *urb;
172 void *int_addr;
173 int send;
174 int interval;
175 int numports;
176 int c_p_r[8];
177 struct timer_list rh_int_timer;
Dusb-ohci.h231 struct virt_root_hub { struct
232 int devnum; /* Address of Root Hub endpoint */
233 void * urb;
234 void * int_addr;
235 int send;
236 int interval;
237 struct timer_list rh_int_timer;