Searched refs:number_of_packets (Results 1 – 4 of 4) sorted by relevance
519 for (x = 0; x < urb->number_of_packets; x++) { in usb_unlink_urb_sub()1156 urb->number_of_packets = iso_packets; in usb_alloc_urb()1523 for (x = 0; x < urb->number_of_packets; x++) { in usb_linux_isoc_callback()1544 for (x = 0; x < urb->number_of_packets; x++) { in usb_linux_isoc_callback()1587 if (urb->number_of_packets > x) { in usb_linux_isoc_callback()1589 urb->number_of_packets = x; in usb_linux_isoc_callback()1610 for (x = 0; x < urb->number_of_packets; x++) { in usb_linux_isoc_callback()1623 for (x = 0; x < urb->number_of_packets; x++) { in usb_linux_isoc_callback()1630 xfer->nframes = urb->number_of_packets; in usb_linux_isoc_callback()1645 for (x = 0; x < urb->number_of_packets; x++) { in usb_linux_isoc_callback()
88 int number_of_packets; /* Only used for isoc urbs */ member
2136 urb->number_of_packets = num_packets_in_urb; in submit_iso_transfer()2479 for (i = 0; i < urb->number_of_packets; i++) { in handle_iso_completion()
263 usb_frcount_t number_of_packets; /* (in) number of ISO packets */ member