next_urb          200 drivers/usb/musb/musb_host.c 	struct urb		*urb = next_urb(qh);
next_urb          397 drivers/usb/musb/musb_host.c 		    hw_ep->epnum, is_in ? 'R' : 'T', next_urb(qh));
next_urb          966 drivers/usb/musb/musb_host.c 		urb = next_urb(cur_qh);
next_urb         1093 drivers/usb/musb/musb_host.c 	urb = next_urb(qh);
next_urb         1231 drivers/usb/musb/musb_host.c 	struct urb		*urb = next_urb(qh);
next_urb         1773 drivers/usb/musb/musb_host.c 	urb = next_urb(qh);
next_urb         2025 drivers/usb/musb/musb_host.c 	struct urb		*urb = next_urb(qh);
next_urb         2293 drivers/usb/musb/musb_host.c 	if (hep->hcpriv || !next_urb(qh)) {
next_urb         2459 drivers/usb/musb/musb_host.c 		urb = next_urb(qh);
next_urb         2472 drivers/usb/musb/musb_host.c 			urb = next_urb(qh);
next_urb         2482 drivers/usb/musb/musb_host.c 			musb_giveback(musb, next_urb(qh), -ESHUTDOWN);
next_urb          146 sound/usb/midi.c 	unsigned int next_urb;
next_urb          322 sound/usb/midi.c 	urb_index = ep->next_urb;
next_urb          340 sound/usb/midi.c 		if (urb_index == ep->next_urb)
next_urb          343 sound/usb/midi.c 	ep->next_urb = urb_index;