Home
last modified time | relevance | path

Searched refs:number_of_packets (Results 1 - 25 of 151) sorted by relevance

1234567

/kernel/linux/linux-5.10/sound/usb/usx2y/
H A Dusb_stream.c39 urb->number_of_packets = pack; in playback_prep_freqn()
62 urb->number_of_packets = sk->n_o_ps; in init_pipe_urbs()
257 sk->iso_frame_balance += urb->number_of_packets; in balance_playback()
263 sk->iso_frame_balance -= urb->number_of_packets; in balance_capture()
291 ii->number_of_packets + s->sync_packet; in usb_stream_prepare_playback()
300 s->sync_packet < inurb->number_of_packets && p < sk->n_o_ps; in usb_stream_prepare_playback()
313 s->sync_packet -= inurb->number_of_packets; in usb_stream_prepare_playback()
317 s->sync_packet, p, inurb->number_of_packets, in usb_stream_prepare_playback()
329 io->number_of_packets = p; in usb_stream_prepare_playback()
338 static void prepare_inurb(int number_of_packets, struc argument
[all...]
/kernel/linux/linux-6.6/sound/usb/usx2y/
H A Dusb_stream.c40 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, struc argument
[all...]
/kernel/linux/linux-5.10/drivers/usb/usbip/
H A 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()
[all...]
H A 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()
H A Dstub_rx.c370 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()
H A Dusbip_common.h154 * @number_of_packets: number of isochronous packets
164 __s32 number_of_packets; member
175 * @number_of_packets: number of isochronous packets
182 __s32 number_of_packets; member
/kernel/linux/linux-6.6/drivers/usb/usbip/
H A 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()
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()
[all...]
H A 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()
H A Dstub_rx.c370 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()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dkonica.c227 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()
H A Dbenq.c106 urb->number_of_packets = SD_NPKT; in sd_start()
169 for (i = 0; i < urb->number_of_packets; i++) { in sd_isoc_irq()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dkonica.c227 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()
H A Dbenq.c106 urb->number_of_packets = SD_NPKT; in sd_start()
169 for (i = 0; i < urb->number_of_packets; i++) { in sd_isoc_irq()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-sched.c1184 iso_sched->span = urb->number_of_packets * stream->uperiod; in itd_sched_init()
1189 for (i = 0; i < urb->number_of_packets; i++) { in itd_sched_init()
1200 if (unlikely(((i + 1) == urb->number_of_packets)) in itd_sched_init()
1242 sched = iso_sched_alloc(urb->number_of_packets, mem_flags); in itd_urb_transaction()
1251 num_itds = urb->number_of_packets; in itd_urb_transaction()
1757 packet < urb->number_of_packets;) { in itd_link_urb()
1783 || packet == urb->number_of_packets) { in itd_link_urb()
1858 if (likely((urb_index + 1) != urb->number_of_packets)) in itd_complete()
1929 urb->number_of_packets, urb->interval, in itd_submit()
1983 iso_sched->span = urb->number_of_packets * strea in sitd_sched_init()
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-sched.c1189 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 * strea in sitd_sched_init()
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A 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()
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H A 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()
/kernel/linux/linux-5.10/drivers/usb/core/
H A Ddevio.c546 if (urb->number_of_packets > 0) /* Isochronous */ in copy_urb_data_to_user()
1611 int number_of_packets = 0; in proc_do_submiturb() local
1724 if (uurb->number_of_packets < 1 || in proc_do_submiturb()
1725 uurb->number_of_packets > 128) in proc_do_submiturb()
1729 number_of_packets = uurb->number_of_packets; in proc_do_submiturb()
1731 number_of_packets; in proc_do_submiturb()
1738 for (totlen = u = 0; u < number_of_packets; u++) { in proc_do_submiturb()
1762 as = alloc_async(number_of_packets); in proc_do_submiturb()
1880 as->urb->number_of_packets in proc_do_submiturb()
[all...]
/kernel/linux/linux-6.6/drivers/usb/core/
H A Ddevio.c557 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 in proc_do_submiturb()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dusbdevice_fs.h68 compat_int_t number_of_packets; member
/kernel/linux/linux-6.6/include/linux/
H A Dusbdevice_fs.h68 compat_int_t number_of_packets; member
/kernel/linux/linux-5.10/drivers/media/usb/uvc/
H A Duvc_isight.c104 for (i = 0; i < urb->number_of_packets; ++i) { in uvc_video_decode_isight()
/kernel/linux/linux-5.10/drivers/media/usb/stk1160/
H A Dstk1160-video.c232 for (i = 0; i < urb->number_of_packets; i++) { in stk1160_process_isoc()
315 for (i = 0; i < urb->number_of_packets; i++) { in stk1160_isoc_irq()
481 urb->number_of_packets = max_packets; in stk1160_alloc_isoc()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
H A 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()
190 urb->number_of_packets = stream->props.u.isoc.framesperurb; in usb_urb_alloc_isoc_urbs()
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/
H A 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()
190 urb->number_of_packets = stream->props.u.isoc.framesperurb; in usb_urb_alloc_isoc_urbs()

Completed in 40 milliseconds

1234567