Searched refs:active_urbs (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/host/
H A Dfhci-q.c189 fhci->active_urbs--;
H A Dfhci.h277 int active_urbs; member in struct:fhci_hcd
H A Dfhci-hcd.c235 fhci->active_urbs = 0;
H A Dfhci-sched.c894 fhci->active_urbs++;
/drivers/usb/serial/
H A Dmos7720.c112 struct list_head active_urbs; /* list async urbs in flight */ member in struct:mos7715_parport
315 /* move contents of deferred_urbs list to active_urbs list and submit */
317 list_move_tail(cursor, &mos_parport->active_urbs);
318 list_for_each_entry(urbtrack, &mos_parport->active_urbs,
342 /* remove the urbtracker from the active_urbs list */
407 /* add the tracker to the active_urbs list and submit */
409 list_add_tail(&urbtrack->urblist_entry, &mos_parport->active_urbs);
705 INIT_LIST_HEAD(&mos_parport->active_urbs);
2154 &mos_parport->active_urbs,

Completed in 109 milliseconds