/drivers/staging/usbip/ |
D | usbip_common.c | 330 dev_dbg(dev, " number_of_packets :%d\n", urb->number_of_packets); in usbip_dump_urb() 353 pdu->u.cmd_submit.number_of_packets, in usbip_dump_header() 671 spdu->number_of_packets = urb->number_of_packets; in usbip_pack_cmd_submit() 679 urb->number_of_packets = spdu->number_of_packets; in usbip_pack_cmd_submit() 751 cpu_to_be32s(&pdu->number_of_packets); in correct_endian_cmd_submit() 758 be32_to_cpus(&pdu->number_of_packets); in correct_endian_cmd_submit() 870 int np = urb->number_of_packets; in usbip_alloc_iso_desc_pdu() 896 int np = urb->number_of_packets; in usbip_recv_iso()
|
D | usbip_common.h | 207 __s32 number_of_packets; member 224 __s32 number_of_packets; /* ISO only */ member
|
/drivers/usb/core/ |
D | devio.c | 1030 uurb->number_of_packets = 0; in proc_do_submiturb() 1061 uurb->number_of_packets = 0; in proc_do_submiturb() 1072 if (uurb->number_of_packets < 1 || in proc_do_submiturb() 1073 uurb->number_of_packets > 128) in proc_do_submiturb() 1078 uurb->number_of_packets; in proc_do_submiturb() 1085 for (totlen = u = 0; u < uurb->number_of_packets; u++) { in proc_do_submiturb() 1103 uurb->number_of_packets = 0; in proc_do_submiturb() 1117 as = alloc_async(uurb->number_of_packets); in proc_do_submiturb() 1155 as->urb->number_of_packets = uurb->number_of_packets; in proc_do_submiturb() 1163 for (totlen = u = 0; u < uurb->number_of_packets; u++) { in proc_do_submiturb() [all …]
|
D | urb.c | 361 if (urb->number_of_packets <= 0) in usb_submit_urb() 363 for (n = 0; n < urb->number_of_packets; n++) { in usb_submit_urb()
|
/drivers/usb/host/ |
D | ehci-sched.c | 1103 iso_sched->span = urb->number_of_packets * stream->interval; in itd_sched_init() 1108 for (i = 0; i < urb->number_of_packets; i++) { in itd_sched_init() 1119 if (unlikely (((i + 1) == urb->number_of_packets)) in itd_sched_init() 1161 sched = iso_sched_alloc (urb->number_of_packets, mem_flags); in itd_urb_transaction() 1170 num_itds = urb->number_of_packets; in itd_urb_transaction() 1528 for (packet = 0, itd = NULL; packet < urb->number_of_packets; ) { in itd_link_urb() 1555 || packet == urb->number_of_packets) { in itd_link_urb() 1632 if (likely ((urb_index + 1) != urb->number_of_packets)) in itd_complete() 1709 urb->number_of_packets, urb->interval, in itd_submit() 1763 iso_sched->span = urb->number_of_packets * stream->interval; in sitd_sched_init() [all …]
|
D | fhci-hcd.c | 417 size = urb->number_of_packets; in fhci_urb_enqueue() 420 for (i = 0; i < urb->number_of_packets; i++) { in fhci_urb_enqueue()
|
D | uhci-q.c | 1238 urb->number_of_packets >= UHCI_NUMFRAMES) in uhci_submit_isochronous() 1281 lurb->number_of_packets * in uhci_submit_isochronous() 1300 urb->start_frame + urb->number_of_packets * in uhci_submit_isochronous() 1307 for (i = 0; i < urb->number_of_packets; i++) { in uhci_submit_isochronous()
|
/drivers/media/dvb/dvb-usb/ |
D | usb-urb.c | 24 urb->number_of_packets,urb->error_count); in usb_urb_complete() 42 for (i = 0; i < urb->number_of_packets; i++) { in usb_urb_complete() 195 urb->number_of_packets = stream->props.u.isoc.framesperurb; in usb_isoc_urb_init()
|
/drivers/isdn/hisax/ |
D | st5481.h | 483 name,urb->number_of_packets,urb->error_count); in dump_iso_packet() 484 for (i = 0; i < urb->number_of_packets; ++i) { in dump_iso_packet()
|
D | st5481_usb.c | 414 urb->number_of_packets = num_packets; in fill_isoc_urb() 595 pend = &urb->iso_frame_desc[urb->number_of_packets], in st5481_isoc_flatten()
|
D | st5481_d.c | 349 urb->number_of_packets = num_packets; in usb_d_out() 450 urb->number_of_packets = 1; in dout_start_xmit()
|
D | st5481_b.c | 118 urb->number_of_packets = i; in usb_b_out()
|
/drivers/media/video/ |
D | cpia_usb.c | 131 for (i = 0; i < urb->number_of_packets; i++) { in cpia_usb_complete() 228 urb->number_of_packets = FRAMES_PER_DESC; in cpia_usb_open() 250 urb->number_of_packets = FRAMES_PER_DESC; in cpia_usb_open()
|
D | dabusb.c | 102 dbg("number_of_packets :%d", urb->number_of_packets); in dump_urb() 184 for (i = 0; i < purb->number_of_packets; i++) in dabusb_iso_complete() 243 b->purb->number_of_packets = packets; in dabusb_alloc_buffers()
|
/drivers/media/video/uvc/ |
D | uvc_isight.c | 107 for (i = 0; i < urb->number_of_packets; ++i) { in uvc_video_decode_isight()
|
D | uvc_video.c | 504 for (i = 0; i < urb->number_of_packets; ++i) { in uvc_video_decode_isoc() 795 urb->number_of_packets = npackets; in uvc_init_video_isoc()
|
/drivers/usb/c67x00/ |
D | c67x00-sched.c | 435 last_urb->number_of_packets * in c67x00_urb_enqueue() 772 BUG_ON(urbp->cnt >= urb->number_of_packets); in c67x00_add_iso_urb() 785 if (urbp->cnt + 1 == urb->number_of_packets) in c67x00_add_iso_urb() 991 if (cnt + 1 == urb->number_of_packets) /* Last packet */ in c67x00_handle_isoc()
|
/drivers/media/video/em28xx/ |
D | em28xx-audio.c | 95 for (i = 0; i < urb->number_of_packets; i++) { in em28xx_audio_isocirq() 185 urb->number_of_packets = EM28XX_NUM_AUDIO_PACKETS; in em28xx_init_audio_isoc()
|
/drivers/isdn/gigaset/ |
D | bas-gigaset.c | 284 urb->start_frame, urb->number_of_packets, urb->interval, in dump_urb() 291 for (i = 0; i < urb->number_of_packets; i++) { in dump_urb() 841 urb->number_of_packets = BAS_NUMFRAMES; in read_iso_callback() 927 urb->number_of_packets = BAS_NUMFRAMES; in starturbs() 958 urb->number_of_packets = BAS_NUMFRAMES; in starturbs() 1079 urb->number_of_packets = nframe; in submit_iso_write_urb() 1383 urb->number_of_packets = BAS_NUMFRAMES; in read_iso_tasklet()
|
/drivers/usb/mon/ |
D | mon_text.c | 222 ep->numdesc = urb->number_of_packets; in mon_text_event() 224 urb->number_of_packets > 0) { in mon_text_event() 225 if ((ndesc = urb->number_of_packets) > ISODESC_MAX) in mon_text_event()
|
/drivers/media/dvb/b2c2/ |
D | flexcop-usb.c | 342 for (i = 0; i < urb->number_of_packets; i++) { in flexcop_usb_urb_complete() 413 urb->number_of_packets = B2C2_USB_FRAMES_PER_ISO; in flexcop_usb_transfer_init()
|
/drivers/media/video/usbvideo/ |
D | konicawc.c | 287 for (i = 0; i < dataurb->number_of_packets; i++) { in konicawc_compress_iso() 476 urb->number_of_packets = FRAMES_PER_DESC; in konicawc_start_data() 491 urb->number_of_packets = FRAMES_PER_DESC; in konicawc_start_data()
|
/drivers/usb/misc/ |
D | usbtest.c | 1351 ctx->packet_count += urb->number_of_packets; in iso_callback() 1355 ctx->errors += urb->number_of_packets; in iso_callback() 1410 urb->number_of_packets = packets; in iso_alloc_urb() 1469 packets += urbs[i]->number_of_packets; in test_iso_queue()
|
/drivers/media/video/cpia2/ |
D | cpia2_usb.c | 231 for (i = 0; i < urb->number_of_packets; i++) { in cpia2_usb_complete() 673 urb->number_of_packets = FRAMES_PER_DESC; in submit_urbs()
|
/drivers/bluetooth/ |
D | btusb.c | 357 for (i = 0; i < urb->number_of_packets; i++) { in btusb_isoc_complete() 406 urb->number_of_packets = i; in __fill_isoc_descriptor()
|