/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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 | fotg210-hcd.c | 4064 iso_sched->span = urb->number_of_packets * stream->interval; in itd_sched_init() 4069 for (i = 0; i < urb->number_of_packets; i++) { in itd_sched_init() 4080 if (unlikely(((i + 1) == urb->number_of_packets)) in itd_sched_init() 4114 sched = iso_sched_alloc(urb->number_of_packets, mem_flags); in itd_urb_transaction() 4123 num_itds = urb->number_of_packets; in itd_urb_transaction() 4405 for (packet = 0, itd = NULL; packet < urb->number_of_packets;) { in itd_link_urb() 4430 || packet == urb->number_of_packets) { in itd_link_urb() 4509 if (likely((urb_index + 1) != urb->number_of_packets)) in itd_complete() 4579 urb->number_of_packets, urb->interval, in itd_submit()
|
D | ohci-q.c | 715 for (cnt = urb_priv->td_cnt; cnt < urb->number_of_packets; in td_submit_urb()
|
D | ohci-hcd.c | 186 size = urb->number_of_packets; in ohci_urb_enqueue()
|
D | xhci-ring.c | 3715 num_tds = urb->number_of_packets; in xhci_queue_isoc_tx() 3917 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 | 1348 size = urb->number_of_packets; in xhci_urb_enqueue()
|
/linux-4.4.14/include/linux/ |
D | usbdevice_fs.h | 67 compat_int_t number_of_packets; member
|
D | usb.h | 1483 int number_of_packets; /* (in) number of ISO packets */ member
|
/linux-4.4.14/drivers/usb/core/ |
D | devio.c | 426 if (urb->number_of_packets > 0) /* Isochronous */ in copy_urb_data_to_user() 1296 int number_of_packets = 0; in proc_do_submiturb() local 1390 if (uurb->number_of_packets < 1 || in proc_do_submiturb() 1391 uurb->number_of_packets > 128) in proc_do_submiturb() 1395 number_of_packets = uurb->number_of_packets; in proc_do_submiturb() 1397 number_of_packets; in proc_do_submiturb() 1405 for (totlen = u = 0; u < number_of_packets; u++) { in proc_do_submiturb() 1436 as = alloc_async(number_of_packets); in proc_do_submiturb() 1530 as->urb->number_of_packets = number_of_packets; in proc_do_submiturb() 1539 for (totlen = u = 0; u < number_of_packets; u++) { in proc_do_submiturb() [all …]
|
D | urb.c | 418 if (urb->number_of_packets <= 0) in usb_submit_urb() 420 for (n = 0; n < urb->number_of_packets; n++) { in usb_submit_urb()
|
/linux-4.4.14/drivers/media/usb/stk1160/ |
D | stk1160-video.c | 244 for (i = 0; i < urb->number_of_packets; i++) { in stk1160_process_isoc() 327 for (i = 0; i < urb->number_of_packets; i++) { in stk1160_isoc_irq() 495 urb->number_of_packets = max_packets; in stk1160_alloc_isoc()
|
/linux-4.4.14/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.4.14/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 | 1172 for (i = 0; i < urb->number_of_packets; ++i) { in uvc_video_decode_isoc() 1532 urb->number_of_packets = npackets; in uvc_init_video_isoc()
|
/linux-4.4.14/include/uapi/linux/ |
D | usbdevice_fs.h | 106 int number_of_packets; /* Only used for isoc urbs */ member
|
/linux-4.4.14/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.4.14/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.4.14/sound/usb/ |
D | pcm.c | 1280 for (i = 0; i < urb->number_of_packets; i++) { in retire_capture_urb() 1422 for (i = 0; i < urb->number_of_packets; i++) { in copy_to_urb_quirk() 1436 bytes += urb->number_of_packets * sizeof(packet_length); in copy_to_urb_quirk() 1453 urb->number_of_packets = 0; in prepare_playback_urb() 1466 urb->number_of_packets++; in prepare_playback_urb() 1488 urb->number_of_packets++; in prepare_playback_urb()
|
D | endpoint.c | 223 urb->number_of_packets = ctx->packets; in prepare_silent_urb() 297 urb->number_of_packets = urb_ctx->packets; in prepare_inbound_urb() 813 u->urb->number_of_packets = 1; in sync_ep_set_params()
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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 | 811 for (i = 0; i < urb->number_of_packets; i++) { in cx231xx_isoc_irq_callback() 1061 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 | 1356 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.4.14/drivers/media/usb/msi2500/ |
D | msi2500.c | 406 for (i = 0; i < urb->number_of_packets; i++) { in msi2500_isoc_handler() 414 i, urb->number_of_packets, fstatus); in msi2500_isoc_handler() 536 urb->number_of_packets = ISO_FRAMES_PER_DESC; in msi2500_isoc_init()
|
/linux-4.4.14/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.4.14/drivers/staging/comedi/drivers/ |
D | usbduxsigma.c | 382 urb->number_of_packets = 1; in usbduxsigma_ao_handle_urb() 1371 urb->number_of_packets = 1; in usbduxsigma_alloc_usb_buffers() 1393 urb->number_of_packets = 1; in usbduxsigma_alloc_usb_buffers()
|
D | usbdux.c | 427 urb->number_of_packets = 1; in usbduxsub_ao_handle_urb() 1481 urb->number_of_packets = 1; in usbdux_alloc_usb_buffers() 1503 urb->number_of_packets = 1; in usbdux_alloc_usb_buffers()
|
/linux-4.4.14/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.4.14/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 | 159 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.4.14/drivers/media/rc/ |
D | ttusbir.c | 278 urb->number_of_packets = 8; in ttusbir_probe()
|
/linux-4.4.14/drivers/staging/octeon-usb/ |
D | octeon-hcd.c | 2020 for (i = 0; i < urb->number_of_packets; i++) { in octeon_usb_urb_complete_callback() 2030 i, urb->number_of_packets, in octeon_usb_urb_complete_callback() 2318 urb->number_of_packets, in cvmx_usb_submit_isochronous() 3219 iso_packet = kmalloc_array(urb->number_of_packets, in octeon_usb_urb_enqueue() 3225 for (i = 0; i < urb->number_of_packets; i++) { in octeon_usb_urb_enqueue()
|
/linux-4.4.14/drivers/usb/dwc2/ |
D | hcd.c | 2240 for (i = 0; i < urb->number_of_packets; ++i) { in dwc2_host_complete() 2250 for (i = 0; i < urb->number_of_packets; i++) in dwc2_host_complete() 2577 for (i = 0; i < urb->number_of_packets; i++) { in dwc2_dump_urb_info() 2642 dwc2_urb = dwc2_hcd_urb_alloc(hsotg, urb->number_of_packets, in _dwc2_hcd_urb_enqueue() 2680 for (i = 0; i < urb->number_of_packets; ++i) in _dwc2_hcd_urb_enqueue()
|
/linux-4.4.14/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.4.14/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.4.14/drivers/usb/misc/ |
D | usbtest.c | 1836 ctx->packet_count += urb->number_of_packets; in complicated_callback() 1840 ctx->errors += (ctx->is_iso ? urb->number_of_packets : 1); in complicated_callback() 1899 urb->number_of_packets = packets; in iso_alloc_urb() 1966 packets += urbs[i]->number_of_packets; in test_queue()
|
/linux-4.4.14/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.4.14/drivers/usb/atm/ |
D | usbatm.c | 544 for (i = 0; i < urb->number_of_packets; i++) { in usbatm_rx_process() 1165 urb->number_of_packets = iso_packets; in usbatm_usb_probe()
|
/linux-4.4.14/drivers/media/usb/ttusb-budget/ |
D | dvb-ttusb-budget.c | 767 for (i = 0; i < urb->number_of_packets; ++i) { in ttusb_iso_irq() 866 urb->number_of_packets = FRAMES_PER_ISO_BUF; in ttusb_start_iso_xfer()
|
/linux-4.4.14/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.4.14/drivers/usb/musb/ |
D | musb_host.c | 515 done = (++qh->iso_idx >= urb->number_of_packets); in musb_host_packet_rx() 1446 if (++qh->iso_idx >= urb->number_of_packets) { in musb_host_tx() 1647 if (++qh->iso_idx >= urb->number_of_packets) { in musb_rx_dma_inventra_cppi41()
|
/linux-4.4.14/sound/usb/6fire/ |
D | pcm.c | 586 urb->instance.number_of_packets = PCM_N_PACKETS_PER_URB; in usb6fire_pcm_init_urb()
|
/linux-4.4.14/drivers/media/usb/usbvision/ |
D | usbvision-core.c | 1205 for (i = 0; i < urb->number_of_packets; i++) { in usbvision_compress_isochronous() 2329 urb->number_of_packets = USBVISION_URB_FRAMES; in usbvision_init_isoc()
|
/linux-4.4.14/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.4.14/drivers/bluetooth/ |
D | btusb.c | 787 for (i = 0; i < urb->number_of_packets; i++) { in btusb_isoc_complete() 841 urb->number_of_packets = i; in __fill_isoc_descriptor()
|
/linux-4.4.14/sound/usb/misc/ |
D | ua101.c | 1127 urb->urb.number_of_packets = 1; in alloc_stream_urbs()
|
/linux-4.4.14/drivers/media/usb/ttusb-dec/ |
D | ttusb_dec.c | 814 urb->number_of_packets = FRAMES_PER_ISO_BUF; in ttusb_dec_setup_urbs()
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | hfcsusb.c | 958 urb->number_of_packets = num_packets; in fill_isoc_urb()
|