Searched refs:last_urb (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Duhci.c1323 struct urb *last_urb = NULL; local
1338 if (!last_urb)
1340 last_urb = u;
1344 if (last_urb) {
1345 *end = (last_urb->start_frame + last_urb->number_of_packets) & 1023;
H A Dusb-uhci.c1390 struct urb *u, *last_urb = NULL; local
1404 if (!last_urb)
1406 last_urb = u;
1410 if (last_urb) {
1411 *end = (last_urb->start_frame + last_urb->number_of_packets) & 1023;

Completed in 85 milliseconds