/linux-4.1.27/sound/usb/usx2y/ |
D | usb_stream.c | 52 urb->number_of_packets = pack; in playback_prep_freqn() 75 urb->number_of_packets = sk->n_o_ps; in init_pipe_urbs() 253 sk->iso_frame_balance += urb->number_of_packets; in balance_playback() 259 sk->iso_frame_balance -= urb->number_of_packets; in balance_capture() 287 ii->number_of_packets + s->sync_packet; in usb_stream_prepare_playback() 296 s->sync_packet < inurb->number_of_packets && p < sk->n_o_ps; in usb_stream_prepare_playback() 309 s->sync_packet -= inurb->number_of_packets; in usb_stream_prepare_playback() 313 s->sync_packet, p, inurb->number_of_packets, in usb_stream_prepare_playback() 325 io->number_of_packets = p; in usb_stream_prepare_playback() 334 static void prepare_inurb(int number_of_packets, struct urb *iu) in prepare_inurb() argument [all …]
|
D | usx2yhwdeppcm.c | 345 (*purb)->number_of_packets = nr_of_packs(); in usX2Y_usbpcm_urbs_allocate()
|
D | usbusx2yaudio.c | 449 (*purb)->number_of_packets = nr_of_packs(); in usX2Y_urbs_allocate()
|
/linux-4.1.27/drivers/usb/usbip/ |
D | usbip_common.c | 274 dev_dbg(dev, " number_of_packets :%d\n", urb->number_of_packets); in usbip_dump_urb() 297 pdu->u.cmd_submit.number_of_packets, in usbip_dump_header() 309 pdu->u.ret_submit.number_of_packets, in usbip_dump_header() 406 spdu->number_of_packets = urb->number_of_packets; in usbip_pack_cmd_submit() 412 urb->number_of_packets = spdu->number_of_packets; in usbip_pack_cmd_submit() 426 rpdu->number_of_packets = urb->number_of_packets; in usbip_pack_ret_submit() 432 urb->number_of_packets = rpdu->number_of_packets; in usbip_pack_ret_submit() 480 cpu_to_be32s(&pdu->number_of_packets); in correct_endian_cmd_submit() 487 be32_to_cpus(&pdu->number_of_packets); in correct_endian_cmd_submit() 499 cpu_to_be32s(&pdu->number_of_packets); in correct_endian_ret_submit() [all …]
|
D | usbip_common.h | 170 __s32 number_of_packets; member 188 __s32 number_of_packets; member
|
D | stub_tx.c | 178 iovnum = 2 + urb->number_of_packets; in stub_send_ret_submit() 222 for (i = 0; i < urb->number_of_packets; i++) { in stub_send_ret_submit()
|
D | usbip_protocol.txt | 260 0x20 | 4 | | number_of_packets: number of ISO packets 307 0x20 | 4 | | number_of_packets
|
D | stub_rx.c | 463 priv->urb = usb_alloc_urb(pdu->u.cmd_submit.number_of_packets, in stub_recv_cmd_submit()
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | konica.c | 234 urb->number_of_packets = SD_NPKT; in sd_start() 302 if (data_urb->number_of_packets != status_urb->number_of_packets) { in sd_isoc_irq() 304 data_urb->number_of_packets, in sd_isoc_irq() 305 status_urb->number_of_packets); in sd_isoc_irq() 309 for (i = 0; i < status_urb->number_of_packets; i++) { in sd_isoc_irq()
|
D | benq.c | 121 urb->number_of_packets = SD_NPKT; in sd_start() 184 for (i = 0; i < urb->number_of_packets; i++) { in sd_isoc_irq()
|
D | gspca.c | 320 for (i = 0; i < urb->number_of_packets; i++) { in fill_frame() 822 urb->number_of_packets = npkt; in create_urbs()
|
/linux-4.1.27/drivers/media/usb/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() 196 urb->number_of_packets = stream->props.u.isoc.framesperurb; in usb_isoc_urb_init()
|
/linux-4.1.27/drivers/usb/host/ |
D | ehci-sched.c | 1219 iso_sched->span = urb->number_of_packets * stream->uperiod; in itd_sched_init() 1224 for (i = 0; i < urb->number_of_packets; i++) { in itd_sched_init() 1235 if (unlikely (((i + 1) == urb->number_of_packets)) in itd_sched_init() 1277 sched = iso_sched_alloc (urb->number_of_packets, mem_flags); in itd_urb_transaction() 1286 num_itds = urb->number_of_packets; in itd_urb_transaction() 1792 packet < urb->number_of_packets;) { in itd_link_urb() 1818 || packet == urb->number_of_packets) { in itd_link_urb() 1894 if (likely ((urb_index + 1) != urb->number_of_packets)) in itd_complete() 1965 urb->number_of_packets, urb->interval, in itd_submit() 2019 iso_sched->span = urb->number_of_packets * stream->ps.period; in sitd_sched_init() [all …]
|
D | uhci-q.c | 1266 urb->number_of_packets >= UHCI_NUMFRAMES) in uhci_submit_isochronous() 1301 lurb->number_of_packets * in uhci_submit_isochronous() 1318 frame + (urb->number_of_packets - 1) * in uhci_submit_isochronous() 1322 (urb->number_of_packets - 1) * in uhci_submit_isochronous() 1330 frame + urb->number_of_packets * urb->interval)) in uhci_submit_isochronous() 1337 for (i = 0; i < urb->number_of_packets; i++) { in uhci_submit_isochronous()
|
D | fhci-hcd.c | 421 size = urb->number_of_packets; in fhci_urb_enqueue() 424 for (i = 0; i < urb->number_of_packets; i++) { in fhci_urb_enqueue()
|
D | imx21-hcd.c | 758 sizeof(struct td) * urb->number_of_packets, mem_flags); in imx21_hc_urb_enqueue_isoc() 834 i >= urb->number_of_packets) { in imx21_hc_urb_enqueue_isoc() 843 urb_priv->isoc_remaining = urb->number_of_packets - i; in imx21_hc_urb_enqueue_isoc() 845 for (; i < urb->number_of_packets; i++, td++) { in imx21_hc_urb_enqueue_isoc() 858 urb->number_of_packets, urb->start_frame, td->frame); in imx21_hc_urb_enqueue_isoc()
|
D | fhci-sched.c | 747 urb->number_of_packets) & 0x07ff; in fhci_queue_urb() 843 for (cnt = 0; cnt < urb->number_of_packets; cnt++) { in fhci_queue_urb()
|
D | fusbh200-hcd.c | 4158 iso_sched->span = urb->number_of_packets * stream->interval; in itd_sched_init() 4163 for (i = 0; i < urb->number_of_packets; i++) { in itd_sched_init() 4174 if (unlikely (((i + 1) == urb->number_of_packets)) in itd_sched_init() 4216 sched = iso_sched_alloc (urb->number_of_packets, mem_flags); in itd_urb_transaction() 4225 num_itds = urb->number_of_packets; in itd_urb_transaction() 4533 for (packet = 0, itd = NULL; packet < urb->number_of_packets; ) { in itd_link_urb() 4559 || packet == urb->number_of_packets) { in itd_link_urb() 4635 if (likely ((urb_index + 1) != urb->number_of_packets)) in itd_complete() 4706 urb->number_of_packets, urb->interval, in itd_submit()
|
D | fotg210-hcd.c | 4224 iso_sched->span = urb->number_of_packets * stream->interval; in itd_sched_init() 4229 for (i = 0; i < urb->number_of_packets; i++) { in itd_sched_init() 4240 if (unlikely(((i + 1) == urb->number_of_packets)) in itd_sched_init() 4282 sched = iso_sched_alloc(urb->number_of_packets, mem_flags); in itd_urb_transaction() 4291 num_itds = urb->number_of_packets; in itd_urb_transaction() 4597 for (packet = 0, itd = NULL; packet < urb->number_of_packets;) { in itd_link_urb() 4622 || packet == urb->number_of_packets) { in itd_link_urb() 4701 if (likely((urb_index + 1) != urb->number_of_packets)) in itd_complete() 4773 urb->number_of_packets, urb->interval, in itd_submit()
|
D | ohci-q.c | 714 for (cnt = urb_priv->td_cnt; cnt < urb->number_of_packets; in td_submit_urb()
|
D | ohci-hcd.c | 185 size = urb->number_of_packets; in ohci_urb_enqueue()
|
D | xhci-ring.c | 3583 num_tds = urb->number_of_packets; in xhci_queue_isoc_tx() 3765 num_tds = urb->number_of_packets; in xhci_queue_isoc_tx_prepare()
|
D | r8a66597-hcd.c | 1244 if (urb->number_of_packets == td->iso_cnt) in check_transfer_finish()
|
D | isp1362-hcd.c | 881 if (diff > urb->number_of_packets) { in start_iso_transfers()
|
D | xhci.c | 1358 size = urb->number_of_packets; in xhci_urb_enqueue()
|
/linux-4.1.27/include/linux/ |
D | usbdevice_fs.h | 67 compat_int_t number_of_packets; member
|
D | usb.h | 1474 int number_of_packets; /* (in) number of ISO packets */ member
|
/linux-4.1.27/drivers/usb/core/ |
D | devio.c | 426 if (urb->number_of_packets > 0) /* Isochronous */ in copy_urb_data_to_user() 1294 int number_of_packets = 0; in proc_do_submiturb() local 1388 if (uurb->number_of_packets < 1 || in proc_do_submiturb() 1389 uurb->number_of_packets > 128) in proc_do_submiturb() 1393 number_of_packets = uurb->number_of_packets; in proc_do_submiturb() 1395 number_of_packets; in proc_do_submiturb() 1402 for (totlen = u = 0; u < number_of_packets; u++) { in proc_do_submiturb() 1433 as = alloc_async(number_of_packets); in proc_do_submiturb() 1527 as->urb->number_of_packets = number_of_packets; in proc_do_submiturb() 1536 for (totlen = u = 0; u < number_of_packets; u++) { in proc_do_submiturb() [all …]
|
D | urb.c | 419 if (urb->number_of_packets <= 0) in usb_submit_urb() 421 for (n = 0; n < urb->number_of_packets; n++) { in usb_submit_urb()
|
/linux-4.1.27/drivers/media/usb/stk1160/ |
D | stk1160-video.c | 246 for (i = 0; i < urb->number_of_packets; i++) { in stk1160_process_isoc() 329 for (i = 0; i < urb->number_of_packets; i++) { in stk1160_isoc_irq() 497 urb->number_of_packets = max_packets; in stk1160_alloc_isoc()
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
D | usb_urb.c | 30 urb->number_of_packets, urb->error_count); in usb_urb_complete() 50 for (i = 0; i < urb->number_of_packets; i++) { in usb_urb_complete() 191 urb->number_of_packets = stream->props.u.isoc.framesperurb; in usb_urb_alloc_isoc_urbs()
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_isight.c | 107 for (i = 0; i < urb->number_of_packets; ++i) { in uvc_video_decode_isight()
|
D | uvc_video.c | 1161 for (i = 0; i < urb->number_of_packets; ++i) { in uvc_video_decode_isoc() 1521 urb->number_of_packets = npackets; in uvc_init_video_isoc()
|
/linux-4.1.27/include/uapi/linux/ |
D | usbdevice_fs.h | 106 int number_of_packets; /* Only used for isoc urbs */ member
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | st5481.h | 482 name, urb->number_of_packets, urb->error_count); in dump_iso_packet() 483 for (i = 0; i < urb->number_of_packets; ++i) { in dump_iso_packet()
|
D | st5481_usb.c | 415 urb->number_of_packets = num_packets; in fill_isoc_urb() 596 pend = &urb->iso_frame_desc[urb->number_of_packets], in st5481_isoc_flatten()
|
D | st5481_d.c | 351 urb->number_of_packets = num_packets; in usb_d_out() 452 urb->number_of_packets = 1; in dout_start_xmit()
|
D | st5481_b.c | 118 urb->number_of_packets = i; in usb_b_out()
|
D | hfc_usb.c | 436 urb->number_of_packets = num_packets; in fill_isoc_urb()
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozusbsvc1.c | 256 for (i = 0; i < urb->number_of_packets; i++) { in oz_usb_send_isoc() 269 while (i < urb->number_of_packets) { in oz_usb_send_isoc() 289 while (i < urb->number_of_packets) { in oz_usb_send_isoc()
|
D | ozhcd.c | 1063 if ((ep->credit + 1) < urb->number_of_packets) in oz_hcd_heartbeat() 1065 ep->credit -= urb->number_of_packets; in oz_hcd_heartbeat() 1105 if (ep->credit < urb->number_of_packets) in oz_hcd_heartbeat() 1107 if (ep->buffered_units < urb->number_of_packets) in oz_hcd_heartbeat() 1110 for (i = 0; i < urb->number_of_packets; i++) { in oz_hcd_heartbeat() 1133 ep->buffered_units -= urb->number_of_packets; in oz_hcd_heartbeat() 1136 ep->start_frame += urb->number_of_packets; in oz_hcd_heartbeat() 1138 ep->credit -= urb->number_of_packets; in oz_hcd_heartbeat() 1801 ep->credit -= urb->number_of_packets; in oz_remove_urb()
|
/linux-4.1.27/drivers/usb/c67x00/ |
D | c67x00-sched.c | 426 last_urb->number_of_packets * in c67x00_urb_enqueue() 763 BUG_ON(urbp->cnt >= urb->number_of_packets); in c67x00_add_iso_urb() 777 if (urbp->cnt + 1 == urb->number_of_packets) in c67x00_add_iso_urb() 983 if (cnt + 1 == urb->number_of_packets) /* Last packet */ in c67x00_handle_isoc()
|
/linux-4.1.27/sound/usb/ |
D | endpoint.c | 218 urb->number_of_packets = ctx->packets; in prepare_outbound_urb() 274 urb->number_of_packets = urb_ctx->packets; in prepare_inbound_urb() 767 u->urb->number_of_packets = 1; in sync_ep_set_params()
|
D | pcm.c | 1252 for (i = 0; i < urb->number_of_packets; i++) { in retire_capture_urb() 1375 urb->number_of_packets = 0; in prepare_playback_urb() 1388 urb->number_of_packets++; in prepare_playback_urb() 1410 urb->number_of_packets++; in prepare_playback_urb()
|
/linux-4.1.27/drivers/usb/mon/ |
D | mon_text.c | 225 ep->numdesc = urb->number_of_packets; in mon_text_event() 227 urb->number_of_packets > 0) { in mon_text_event() 228 if ((ndesc = urb->number_of_packets) > ISODESC_MAX) in mon_text_event()
|
D | mon_bin.c | 509 if (urb->number_of_packets < 0) { in mon_bin_event() 511 } else if (urb->number_of_packets >= ISODESC_MAX) { in mon_bin_event() 514 ndesc = urb->number_of_packets; in mon_bin_event() 583 ep->s.iso.numdesc = urb->number_of_packets; in mon_bin_event()
|
/linux-4.1.27/drivers/media/usb/b2c2/ |
D | flexcop-usb.c | 356 for (i = 0; i < urb->number_of_packets; i++) { in flexcop_usb_urb_complete() 441 urb->number_of_packets = B2C2_USB_FRAMES_PER_ISO; in flexcop_usb_transfer_init()
|
/linux-4.1.27/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() 896 urb->number_of_packets = BAS_NUMFRAMES; in read_iso_callback() 980 urb->number_of_packets = BAS_NUMFRAMES; in starturbs() 1012 urb->number_of_packets = BAS_NUMFRAMES; in starturbs() 1134 urb->number_of_packets = nframe; in submit_iso_write_urb() 1424 urb->number_of_packets = BAS_NUMFRAMES; in read_iso_tasklet()
|
/linux-4.1.27/sound/usb/caiaq/ |
D | audio.c | 688 out->number_of_packets = outframe; in read_completed() 703 urb->number_of_packets = FRAMES_PER_URB; in read_completed() 769 urbs[i]->number_of_packets = FRAMES_PER_URB; in alloc_urbs()
|
/linux-4.1.27/sound/usb/line6/ |
D | capture.c | 268 urb->number_of_packets = LINE6_ISO_PACKETS; in line6_create_audio_in_urbs()
|
D | playback.c | 422 urb->number_of_packets = LINE6_ISO_PACKETS; in line6_create_audio_out_urbs()
|
/linux-4.1.27/drivers/media/usb/usbtv/ |
D | usbtv-video.c | 358 for (i = 0; i < ip->number_of_packets; i++) { in usbtv_iso_cb() 393 ip->number_of_packets = USBTV_ISOC_PACKETS; in usbtv_setup_iso_transfer()
|
/linux-4.1.27/drivers/media/usb/cx231xx/ |
D | cx231xx-audio.c | 132 for (i = 0; i < urb->number_of_packets; i++) { in cx231xx_audio_isocirq() 312 urb->number_of_packets = CX231XX_ISO_NUM_AUDIO_PACKETS; in cx231xx_init_audio_isoc()
|
D | cx231xx-core.c | 813 for (i = 0; i < urb->number_of_packets; i++) { in cx231xx_isoc_irq_callback() 1063 urb->number_of_packets = max_packets; in cx231xx_init_isoc()
|
D | cx231xx-dvb.c | 232 for (i = 0; i < urb->number_of_packets; i++) { in dvb_isoc_copy()
|
D | cx231xx-417.c | 1357 for (i = 0; i < urb->number_of_packets; i++) { in cx231xx_isoc_copy()
|
D | cx231xx-video.c | 296 for (i = 0; i < urb->number_of_packets; i++) { in cx231xx_isoc_copy()
|
/linux-4.1.27/drivers/media/usb/msi2500/ |
D | msi2500.c | 405 for (i = 0; i < urb->number_of_packets; i++) { in msi2500_isoc_handler() 413 i, urb->number_of_packets, fstatus); in msi2500_isoc_handler() 535 urb->number_of_packets = ISO_FRAMES_PER_DESC; in msi2500_isoc_init()
|
/linux-4.1.27/drivers/media/usb/cpia2/ |
D | cpia2_usb.c | 236 for (i = 0; i < urb->number_of_packets; i++) { in cpia2_usb_complete() 678 urb->number_of_packets = FRAMES_PER_DESC; in submit_urbs()
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
D | em28xx-audio.c | 120 for (i = 0; i < urb->number_of_packets; i++) { in em28xx_audio_isocirq() 875 urb->number_of_packets = npackets; in em28xx_audio_urb_init()
|
D | em28xx-core.c | 780 for (i = 0; i < urb->number_of_packets; i++) { in em28xx_irq_callback() 983 urb->number_of_packets = usb_bufs->num_packets; in em28xx_alloc_urbs()
|
D | em28xx-dvb.c | 158 num_packets = urb->number_of_packets; in em28xx_dvb_urb_data_copy()
|
D | em28xx-video.c | 791 num_packets = urb->number_of_packets; in em28xx_urb_data_copy()
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | pwc-if.c | 308 for (i = 0; i < urb->number_of_packets; i++) { in pwc_isoc_handler() 438 urb->number_of_packets = ISO_FRAMES_PER_DESC; in pwc_isoc_init()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | usbduxsigma.c | 381 urb->number_of_packets = 1; in usbduxsigma_ao_handle_urb() 1394 urb->number_of_packets = 1; in usbduxsigma_alloc_usb_buffers() 1416 urb->number_of_packets = 1; in usbduxsigma_alloc_usb_buffers()
|
D | usbdux.c | 427 urb->number_of_packets = 1; in usbduxsub_ao_handle_urb() 1495 urb->number_of_packets = 1; in usbdux_alloc_usb_buffers() 1517 urb->number_of_packets = 1; in usbdux_alloc_usb_buffers()
|
/linux-4.1.27/drivers/media/rc/ |
D | ttusbir.c | 278 urb->number_of_packets = 8; in ttusbir_probe()
|
/linux-4.1.27/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 2014 for (i = 0; i < urb->number_of_packets; i++) { in octeon_usb_urb_complete_callback() 2024 i, urb->number_of_packets, in octeon_usb_urb_complete_callback() 2312 urb->number_of_packets, in cvmx_usb_submit_isochronous() 3213 iso_packet = kmalloc(urb->number_of_packets * in octeon_usb_urb_enqueue() 3219 for (i = 0; i < urb->number_of_packets; i++) { in octeon_usb_urb_enqueue()
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | hcd.c | 2188 for (i = 0; i < urb->number_of_packets; i++) in dwc2_host_complete() 2195 for (i = 0; i < urb->number_of_packets; ++i) { in dwc2_host_complete() 2390 for (i = 0; i < urb->number_of_packets; i++) { in dwc2_dump_urb_info() 2452 dwc2_urb = dwc2_hcd_urb_alloc(hsotg, urb->number_of_packets, in _dwc2_hcd_urb_enqueue() 2490 for (i = 0; i < urb->number_of_packets; ++i) in _dwc2_hcd_urb_enqueue()
|
/linux-4.1.27/drivers/media/usb/tm6000/ |
D | tm6000-video.c | 398 for (i = 0; i < urb->number_of_packets; i++) { in tm6000_isoc_copy() 458 for (i = 0; i < urb->number_of_packets; i++) { in tm6000_irq_callback() 652 urb->number_of_packets = max_packets; in tm6000_prepare_isoc()
|
/linux-4.1.27/Documentation/usb/ |
D | error-codes.txt | 37 d) ISO: number_of_packets is < 0
|
D | URB.txt | 60 int number_of_packets; // size of iso_frame_desc
|
/linux-4.1.27/drivers/usb/misc/ |
D | usbtest.c | 1822 ctx->packet_count += urb->number_of_packets; in iso_callback() 1826 ctx->errors += urb->number_of_packets; in iso_callback() 1885 urb->number_of_packets = packets; in iso_alloc_urb() 1955 packets += urbs[i]->number_of_packets; in test_iso_queue()
|
/linux-4.1.27/drivers/media/usb/au0828/ |
D | au0828-video.c | 149 for (i = 0; i < urb->number_of_packets; i++) { in au0828_irq_callback() 271 urb->number_of_packets = max_packets; in au0828_init_isoc() 539 for (i = 0; i < urb->number_of_packets; i++) { in au0828_isoc_copy()
|
/linux-4.1.27/drivers/usb/atm/ |
D | usbatm.c | 543 for (i = 0; i < urb->number_of_packets; i++) { in usbatm_rx_process() 1163 urb->number_of_packets = iso_packets; in usbatm_usb_probe()
|
/linux-4.1.27/drivers/media/usb/stkwebcam/ |
D | stk-webcam.c | 340 for (i = 0; i < urb->number_of_packets; i++) { in stk_isoc_handler() 474 urb->number_of_packets = ISO_FRAMES_PER_DESC; in stk_prepare_iso()
|
/linux-4.1.27/drivers/media/usb/ttusb-budget/ |
D | dvb-ttusb-budget.c | 766 for (i = 0; i < urb->number_of_packets; ++i) { in ttusb_iso_irq() 865 urb->number_of_packets = FRAMES_PER_ISO_BUF; in ttusb_start_iso_xfer()
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_host.c | 505 done = (++qh->iso_idx >= urb->number_of_packets); in musb_host_packet_rx() 1401 if (++qh->iso_idx >= urb->number_of_packets) { in musb_host_tx() 1711 if (++qh->iso_idx >= urb->number_of_packets) { in musb_host_rx()
|
/linux-4.1.27/sound/usb/6fire/ |
D | pcm.c | 586 urb->instance.number_of_packets = PCM_N_PACKETS_PER_URB; in usb6fire_pcm_init_urb()
|
/linux-4.1.27/drivers/media/usb/usbvision/ |
D | usbvision-core.c | 1205 for (i = 0; i < urb->number_of_packets; i++) { in usbvision_compress_isochronous() 2380 urb->number_of_packets = USBVISION_URB_FRAMES; in usbvision_init_isoc()
|
/linux-4.1.27/drivers/usb/wusbcore/ |
D | wa-xfer.c | 558 while ((index < xfer->urb->number_of_packets) in __wa_seg_calculate_isoc_frame_count() 645 while (index < urb->number_of_packets) { in __wa_xfer_setup_sizes()
|
/linux-4.1.27/sound/usb/misc/ |
D | ua101.c | 1127 urb->urb.number_of_packets = 1; in alloc_stream_urbs()
|
/linux-4.1.27/drivers/bluetooth/ |
D | btusb.c | 766 for (i = 0; i < urb->number_of_packets; i++) { in btusb_isoc_complete() 820 urb->number_of_packets = i; in __fill_isoc_descriptor()
|
/linux-4.1.27/drivers/media/usb/ttusb-dec/ |
D | ttusb_dec.c | 821 urb->number_of_packets = FRAMES_PER_ISO_BUF; in ttusb_dec_setup_urbs()
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 958 urb->number_of_packets = num_packets; in fill_isoc_urb()
|