Home
last modified time | relevance | path

Searched refs:number_of_packets (Results 1 – 25 of 85) sorted by relevance

1234

/Linux-v4.19/sound/usb/usx2y/
Dusb_stream.c52 urb->number_of_packets = pack; in playback_prep_freqn()
75 urb->number_of_packets = sk->n_o_ps; in init_pipe_urbs()
266 sk->iso_frame_balance += urb->number_of_packets; in balance_playback()
272 sk->iso_frame_balance -= urb->number_of_packets; in balance_capture()
300 ii->number_of_packets + s->sync_packet; in usb_stream_prepare_playback()
309 s->sync_packet < inurb->number_of_packets && p < sk->n_o_ps; in usb_stream_prepare_playback()
322 s->sync_packet -= inurb->number_of_packets; in usb_stream_prepare_playback()
326 s->sync_packet, p, inurb->number_of_packets, in usb_stream_prepare_playback()
338 io->number_of_packets = p; in usb_stream_prepare_playback()
347 static void prepare_inurb(int number_of_packets, struct urb *iu) in prepare_inurb() argument
[all …]
/Linux-v4.19/drivers/usb/usbip/
Dusbip_common.c253 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()
366 spdu->number_of_packets = urb->number_of_packets; in usbip_pack_cmd_submit()
372 urb->number_of_packets = spdu->number_of_packets; in usbip_pack_cmd_submit()
386 rpdu->number_of_packets = urb->number_of_packets; in usbip_pack_ret_submit()
392 urb->number_of_packets = rpdu->number_of_packets; in usbip_pack_ret_submit()
440 cpu_to_be32s(&pdu->number_of_packets); in correct_endian_cmd_submit()
447 be32_to_cpus(&pdu->number_of_packets); in correct_endian_cmd_submit()
459 cpu_to_be32s(&pdu->number_of_packets); in correct_endian_ret_submit()
[all …]
Dvudc_rx.c21 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()
Dstub_rx.c372 if (pdu->u.cmd_submit.number_of_packets < 0 || in get_pipe()
373 pdu->u.cmd_submit.number_of_packets > packets) { in get_pipe()
376 pdu->u.cmd_submit.number_of_packets); in get_pipe()
460 priv->urb = usb_alloc_urb(pdu->u.cmd_submit.number_of_packets, in stub_recv_cmd_submit()
Dusbip_common.h157 __s32 number_of_packets; member
175 __s32 number_of_packets; member
Dvudc_tx.c96 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()
Dstub_tx.c178 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()
/Linux-v4.19/drivers/media/usb/gspca/
Dkonica.c231 urb->number_of_packets = SD_NPKT; in sd_start()
299 if (data_urb->number_of_packets != status_urb->number_of_packets) { in sd_isoc_irq()
301 data_urb->number_of_packets, in sd_isoc_irq()
302 status_urb->number_of_packets); in sd_isoc_irq()
306 for (i = 0; i < status_urb->number_of_packets; i++) { in sd_isoc_irq()
Dbenq.c115 urb->number_of_packets = SD_NPKT; in sd_start()
178 for (i = 0; i < urb->number_of_packets; i++) { in sd_isoc_irq()
/Linux-v4.19/drivers/media/usb/dvb-usb/
Dusb-urb.c25 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-v4.19/drivers/usb/host/
Dehci-sched.c1204 iso_sched->span = urb->number_of_packets * stream->uperiod; in itd_sched_init()
1209 for (i = 0; i < urb->number_of_packets; i++) { in itd_sched_init()
1220 if (unlikely(((i + 1) == urb->number_of_packets)) in itd_sched_init()
1262 sched = iso_sched_alloc(urb->number_of_packets, mem_flags); in itd_urb_transaction()
1271 num_itds = urb->number_of_packets; in itd_urb_transaction()
1777 packet < urb->number_of_packets;) { in itd_link_urb()
1803 || packet == urb->number_of_packets) { in itd_link_urb()
1878 if (likely((urb_index + 1) != urb->number_of_packets)) in itd_complete()
1949 urb->number_of_packets, urb->interval, in itd_submit()
2003 iso_sched->span = urb->number_of_packets * stream->ps.period; in sitd_sched_init()
[all …]
Duhci-q.c1265 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-v4.19/drivers/usb/core/
Ddevio.c518 if (urb->number_of_packets > 0) /* Isochronous */ in copy_urb_data_to_user()
1438 int number_of_packets = 0; in proc_do_submiturb() local
1551 if (uurb->number_of_packets < 1 || in proc_do_submiturb()
1552 uurb->number_of_packets > 128) in proc_do_submiturb()
1556 number_of_packets = uurb->number_of_packets; in proc_do_submiturb()
1558 number_of_packets; in proc_do_submiturb()
1565 for (totlen = u = 0; u < number_of_packets; u++) { in proc_do_submiturb()
1592 as = alloc_async(number_of_packets); in proc_do_submiturb()
1709 as->urb->number_of_packets = number_of_packets; in proc_do_submiturb()
1724 for (totlen = u = 0; u < number_of_packets; u++) { in proc_do_submiturb()
[all …]
Durb.c448 if (urb->number_of_packets <= 0) in usb_submit_urb()
450 for (n = 0; n < urb->number_of_packets; n++) { in usb_submit_urb()
/Linux-v4.19/include/linux/
Dusbdevice_fs.h68 compat_int_t number_of_packets; member
/Linux-v4.19/drivers/media/usb/stk1160/
Dstk1160-video.c243 for (i = 0; i < urb->number_of_packets; i++) { in stk1160_process_isoc()
326 for (i = 0; i < urb->number_of_packets; i++) { in stk1160_isoc_irq()
492 urb->number_of_packets = max_packets; in stk1160_alloc_isoc()
/Linux-v4.19/drivers/media/usb/dvb-usb-v2/
Dusb_urb.c31 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()
191 urb->number_of_packets = stream->props.u.isoc.framesperurb; in usb_urb_alloc_isoc_urbs()
/Linux-v4.19/drivers/media/usb/uvc/
Duvc_isight.c107 for (i = 0; i < urb->number_of_packets; ++i) { in uvc_video_decode_isight()
/Linux-v4.19/drivers/isdn/hisax/
Dst5481.h482 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()
/Linux-v4.19/include/uapi/linux/
Dusbdevice_fs.h107 int number_of_packets; /* Only used for isoc urbs */ member
/Linux-v4.19/drivers/usb/c67x00/
Dc67x00-sched.c412 last_urb->number_of_packets * in c67x00_urb_enqueue()
749 BUG_ON(urbp->cnt >= urb->number_of_packets); in c67x00_add_iso_urb()
763 if (urbp->cnt + 1 == urb->number_of_packets) in c67x00_add_iso_urb()
967 if (cnt + 1 == urb->number_of_packets) /* Last packet */ in c67x00_handle_isoc()
/Linux-v4.19/sound/usb/
Dpcm.c1367 for (i = 0; i < urb->number_of_packets; i++) { in retire_capture_urb()
1509 for (i = 0; i < urb->number_of_packets; i++) { in copy_to_urb_quirk()
1523 bytes += urb->number_of_packets * sizeof(packet_length); in copy_to_urb_quirk()
1540 urb->number_of_packets = 0; in prepare_playback_urb()
1553 urb->number_of_packets++; in prepare_playback_urb()
1575 urb->number_of_packets++; in prepare_playback_urb()
/Linux-v4.19/drivers/usb/mon/
Dmon_text.c230 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()
Dmon_bin.c512 if (urb->number_of_packets < 0) { in mon_bin_event()
514 } else if (urb->number_of_packets >= ISODESC_MAX) { in mon_bin_event()
517 ndesc = urb->number_of_packets; in mon_bin_event()
586 ep->s.iso.numdesc = urb->number_of_packets; in mon_bin_event()
/Linux-v4.19/drivers/isdn/gigaset/
Dbas-gigaset.c285 urb->start_frame, urb->number_of_packets, urb->interval, in dump_urb()
292 for (i = 0; i < urb->number_of_packets; i++) { in dump_urb()
900 urb->number_of_packets = BAS_NUMFRAMES; in read_iso_callback()
985 urb->number_of_packets = BAS_NUMFRAMES; in starturbs()
1017 urb->number_of_packets = BAS_NUMFRAMES; in starturbs()
1136 urb->number_of_packets = nframe; in submit_iso_write_urb()
1426 urb->number_of_packets = BAS_NUMFRAMES; in read_iso_tasklet()

1234