/Linux-v6.6/sound/usb/usx2y/ |
D | usb_stream.c | 40 urb->number_of_packets = pack; in playback_prep_freqn() 65 urb->number_of_packets = sk->n_o_ps; in init_pipe_urbs() 261 sk->iso_frame_balance += urb->number_of_packets; in balance_playback() 267 sk->iso_frame_balance -= urb->number_of_packets; in balance_capture() 297 ii->number_of_packets + s->sync_packet; in usb_stream_prepare_playback() 306 s->sync_packet < inurb->number_of_packets && p < sk->n_o_ps; in usb_stream_prepare_playback() 319 s->sync_packet -= inurb->number_of_packets; in usb_stream_prepare_playback() 323 s->sync_packet, p, inurb->number_of_packets, in usb_stream_prepare_playback() 335 io->number_of_packets = p; in usb_stream_prepare_playback() 344 static void prepare_inurb(int number_of_packets, struct urb *iu) in prepare_inurb() argument [all …]
|
/Linux-v6.6/drivers/usb/usbip/ |
D | usbip_common.c | 253 dev_dbg(dev, " number_of_packets :%d\n", urb->number_of_packets); in usbip_dump_urb() 274 pdu->u.cmd_submit.number_of_packets, in usbip_dump_header() 286 pdu->u.ret_submit.number_of_packets, in usbip_dump_header() 447 spdu->number_of_packets = urb->number_of_packets; in usbip_pack_cmd_submit() 453 urb->number_of_packets = spdu->number_of_packets; in usbip_pack_cmd_submit() 467 rpdu->number_of_packets = urb->number_of_packets; in usbip_pack_ret_submit() 473 urb->number_of_packets = rpdu->number_of_packets; in usbip_pack_ret_submit() 521 cpu_to_be32s(&pdu->number_of_packets); in correct_endian_cmd_submit() 528 be32_to_cpus(&pdu->number_of_packets); in correct_endian_cmd_submit() 540 cpu_to_be32s(&pdu->number_of_packets); in correct_endian_ret_submit() [all …]
|
D | vudc_rx.c | 21 urb = usb_alloc_urb(pdu->u.cmd_submit.number_of_packets, in alloc_urb_from_cmd() 132 if (pdu->u.cmd_submit.number_of_packets < 0 || in v_recv_cmd_submit() 133 pdu->u.cmd_submit.number_of_packets > packets) { in v_recv_cmd_submit() 136 pdu->u.cmd_submit.number_of_packets); in v_recv_cmd_submit()
|
D | stub_rx.c | 370 if (pdu->u.cmd_submit.number_of_packets < 0 || in get_pipe() 371 pdu->u.cmd_submit.number_of_packets > in get_pipe() 375 pdu->u.cmd_submit.number_of_packets); in get_pipe() 535 np = pdu->u.cmd_submit.number_of_packets; in stub_recv_cmd_submit()
|
D | usbip_common.h | 165 __s32 number_of_packets; member 183 __s32 number_of_packets; member
|
D | vudc_tx.c | 96 iovnum = 2 + urb->number_of_packets; in v_send_ret_submit() 131 for (i = 0; i < urb->number_of_packets; i++) { in v_send_ret_submit()
|
D | stub_tx.c | 184 iovnum = 2 + urb->number_of_packets; in stub_send_ret_submit() 277 for (i = 0; i < urb->number_of_packets; i++) { in stub_send_ret_submit()
|
/Linux-v6.6/drivers/media/usb/gspca/ |
D | konica.c | 227 urb->number_of_packets = SD_NPKT; in sd_start() 295 if (data_urb->number_of_packets != status_urb->number_of_packets) { in sd_isoc_irq() 297 data_urb->number_of_packets, in sd_isoc_irq() 298 status_urb->number_of_packets); in sd_isoc_irq() 302 for (i = 0; i < status_urb->number_of_packets; i++) { in sd_isoc_irq()
|
D | benq.c | 106 urb->number_of_packets = SD_NPKT; in sd_start() 169 for (i = 0; i < urb->number_of_packets; i++) { in sd_isoc_irq()
|
/Linux-v6.6/drivers/media/usb/dvb-usb/ |
D | usb-urb.c | 25 urb->number_of_packets,urb->error_count); in usb_urb_complete() 43 for (i = 0; i < urb->number_of_packets; i++) { in usb_urb_complete() 197 urb->number_of_packets = stream->props.u.isoc.framesperurb; in usb_isoc_urb_init()
|
/Linux-v6.6/drivers/usb/host/ |
D | ehci-sched.c | 1189 iso_sched->span = urb->number_of_packets * stream->uperiod; in itd_sched_init() 1194 for (i = 0; i < urb->number_of_packets; i++) { in itd_sched_init() 1205 if (unlikely(((i + 1) == urb->number_of_packets)) in itd_sched_init() 1247 sched = iso_sched_alloc(urb->number_of_packets, mem_flags); in itd_urb_transaction() 1256 num_itds = urb->number_of_packets; in itd_urb_transaction() 1768 packet < urb->number_of_packets;) { in itd_link_urb() 1794 || packet == urb->number_of_packets) { in itd_link_urb() 1869 if (likely((urb_index + 1) != urb->number_of_packets)) in itd_complete() 1940 urb->number_of_packets, urb->interval, in itd_submit() 1994 iso_sched->span = urb->number_of_packets * stream->ps.period; in sitd_sched_init() [all …]
|
D | uhci-q.c | 1265 urb->number_of_packets >= UHCI_NUMFRAMES) in uhci_submit_isochronous() 1300 lurb->number_of_packets * in uhci_submit_isochronous() 1317 frame + (urb->number_of_packets - 1) * in uhci_submit_isochronous() 1321 (urb->number_of_packets - 1) * in uhci_submit_isochronous() 1329 frame + urb->number_of_packets * urb->interval)) in uhci_submit_isochronous() 1336 for (i = 0; i < urb->number_of_packets; i++) { in uhci_submit_isochronous()
|
/Linux-v6.6/include/linux/ |
D | usbdevice_fs.h | 68 compat_int_t number_of_packets; member
|
/Linux-v6.6/drivers/media/usb/stk1160/ |
D | stk1160-video.c | 233 for (i = 0; i < urb->number_of_packets; i++) { in stk1160_process_isoc() 322 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-v6.6/drivers/media/usb/dvb-usb-v2/ |
D | usb_urb.c | 31 urb->number_of_packets, urb->error_count); in usb_urb_complete() 51 for (i = 0; i < urb->number_of_packets; i++) { in usb_urb_complete() 190 urb->number_of_packets = stream->props.u.isoc.framesperurb; in usb_urb_alloc_isoc_urbs()
|
/Linux-v6.6/drivers/usb/core/ |
D | devio.c | 557 if (urb->number_of_packets > 0) /* Isochronous */ in copy_urb_data_to_user() 1626 int number_of_packets = 0; in proc_do_submiturb() local 1739 if (uurb->number_of_packets < 1 || in proc_do_submiturb() 1740 uurb->number_of_packets > 128) in proc_do_submiturb() 1744 number_of_packets = uurb->number_of_packets; in proc_do_submiturb() 1746 number_of_packets; in proc_do_submiturb() 1753 for (totlen = u = 0; u < number_of_packets; u++) { in proc_do_submiturb() 1777 as = alloc_async(number_of_packets); in proc_do_submiturb() 1895 as->urb->number_of_packets = number_of_packets; in proc_do_submiturb() 1910 for (totlen = u = 0; u < number_of_packets; u++) { in proc_do_submiturb() [all …]
|
D | urb.c | 474 if (urb->number_of_packets <= 0) in usb_submit_urb() 476 for (n = 0; n < urb->number_of_packets; n++) { in usb_submit_urb()
|
/Linux-v6.6/drivers/media/usb/uvc/ |
D | uvc_isight.c | 108 for (i = 0; i < urb->number_of_packets; ++i) { in uvc_video_decode_isight()
|
/Linux-v6.6/include/xen/interface/io/ |
D | usbif.h | 347 uint16_t number_of_packets; /* number of ISO packet */ member
|
/Linux-v6.6/tools/include/uapi/linux/ |
D | usbdevice_fs.h | 127 int number_of_packets; /* Only used for isoc urbs */ member
|
/Linux-v6.6/include/uapi/linux/ |
D | usbdevice_fs.h | 127 int number_of_packets; /* Only used for isoc urbs */ member
|
/Linux-v6.6/drivers/usb/c67x00/ |
D | c67x00-sched.c | 412 last_urb->number_of_packets * in c67x00_urb_enqueue() 750 BUG_ON(urbp->cnt >= urb->number_of_packets); in c67x00_add_iso_urb() 764 if (urbp->cnt + 1 == urb->number_of_packets) in c67x00_add_iso_urb() 968 if (cnt + 1 == urb->number_of_packets) /* Last packet */ in c67x00_handle_isoc()
|
/Linux-v6.6/sound/usb/ |
D | pcm.c | 1281 for (i = 0; i < urb->number_of_packets; i++) { in retire_capture_urb() 1452 for (i = 0; i < urb->number_of_packets; i++) { in copy_to_urb_quirk() 1466 bytes += urb->number_of_packets * sizeof(packet_length); in copy_to_urb_quirk() 1488 urb->number_of_packets = 0; in prepare_playback_urb() 1515 urb->number_of_packets++; in prepare_playback_urb() 1537 urb->number_of_packets++; in prepare_playback_urb()
|
/Linux-v6.6/sound/usb/caiaq/ |
D | audio.c | 665 out->number_of_packets = outframe; in read_completed() 680 urb->number_of_packets = FRAMES_PER_URB; in read_completed() 743 urbs[i]->number_of_packets = FRAMES_PER_URB; in alloc_urbs()
|
/Linux-v6.6/drivers/usb/mon/ |
D | mon_text.c | 230 ep->numdesc = urb->number_of_packets; in mon_text_event() 232 urb->number_of_packets > 0) { in mon_text_event() 233 if ((ndesc = urb->number_of_packets) > ISODESC_MAX) in mon_text_event()
|