Searched defs:virt_root_hub (Results 1 – 6 of 6) sorted by relevance
32 struct virt_root_hub { struct54 struct virt_root_hub rh; argument
43 struct virt_root_hub { struct44 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 */
269 struct virt_root_hub { struct270 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;
108 struct virt_root_hub { struct109 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 */
169 struct virt_root_hub { struct170 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;
231 struct virt_root_hub { struct232 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;