Lines Matching refs:number_of_packets
560 if (urb->number_of_packets > 0) /* Isochronous */ in copy_urb_data_to_user()
1629 int number_of_packets = 0; in proc_do_submiturb() local
1742 if (uurb->number_of_packets < 1 || in proc_do_submiturb()
1743 uurb->number_of_packets > 128) in proc_do_submiturb()
1747 number_of_packets = uurb->number_of_packets; in proc_do_submiturb()
1749 number_of_packets; in proc_do_submiturb()
1756 for (totlen = u = 0; u < number_of_packets; u++) { in proc_do_submiturb()
1780 as = alloc_async(number_of_packets); in proc_do_submiturb()
1898 as->urb->number_of_packets = number_of_packets; in proc_do_submiturb()
1913 for (totlen = u = 0; u < number_of_packets; u++) { in proc_do_submiturb()
2035 if (urb->number_of_packets > 0) { in compute_isochronous_actual_length()
2037 for (i = 0; i < urb->number_of_packets; i++) in compute_isochronous_actual_length()
2063 for (i = 0; i < urb->number_of_packets; i++) { in processcompl()
2191 kurb->number_of_packets = urb32.number_of_packets; in get_urb32()
2234 for (i = 0; i < urb->number_of_packets; i++) { in processcompl_compat()