| /drivers/usb/usbip/ |
| A D | usbip_common.c | 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() 640 int np = urb->number_of_packets; in usbip_alloc_iso_desc_pdu() 664 int np = urb->number_of_packets; in usbip_recv_iso() [all …]
|
| A 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()
|
| A D | stub_rx.c | 379 if (pdu->u.cmd_submit.number_of_packets < 0 || in get_pipe() 380 pdu->u.cmd_submit.number_of_packets > in get_pipe() 384 pdu->u.cmd_submit.number_of_packets); in get_pipe() 545 np = pdu->u.cmd_submit.number_of_packets; in stub_recv_cmd_submit()
|
| A D | usbip_common.h | 165 __s32 number_of_packets; member 183 __s32 number_of_packets; member
|
| A 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()
|
| A 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()
|
| /drivers/media/usb/gspca/ |
| A 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()
|
| A 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()
|
| /drivers/usb/host/ |
| A D | ehci-sched.c | 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() 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() 1940 urb->number_of_packets, urb->interval, in itd_submit() 1999 for (i = 0; i < urb->number_of_packets; i++) { in sitd_sched_init() 2009 if (((i + 1) == urb->number_of_packets) in sitd_sched_init() 2053 for (i = 0; i < urb->number_of_packets; i++) { in sitd_urb_transaction() 2170 packet < urb->number_of_packets; in sitd_link_urb() [all …]
|
| A 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()
|
| A D | xen-hcd.c | 658 urb->number_of_packets); in xenhcd_map_urb_for_request() 688 req->u.isoc.number_of_packets = urb->number_of_packets; in xenhcd_map_urb_for_request() 693 urb->number_of_packets, in xenhcd_map_urb_for_request()
|
| A D | fhci-hcd.c | 416 size = urb->number_of_packets; in fhci_urb_enqueue() 419 for (i = 0; i < urb->number_of_packets; i++) { in fhci_urb_enqueue()
|
| /drivers/media/usb/dvb-usb/ |
| A 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()
|
| A D | cxusb-analog.c | 147 for (i = 0, len = 0; i < urb->number_of_packets; i++) in cxusb_auxbuf_append_urb() 152 for (i = 0; i < urb->number_of_packets; i++) { in cxusb_auxbuf_append_urb() 560 for (i = 0, len = 0; i < urb->number_of_packets; i++) in cxusb_medion_v_complete_handle_urb() 848 surb->number_of_packets = npackets; in cxusb_medion_v_start_streaming()
|
| /drivers/usb/core/ |
| A D | devio.c | 1629 int number_of_packets = 0; in proc_do_submiturb() local 1742 if (uurb->number_of_packets < 1 || in proc_do_submiturb() 1743 uurb->number_of_packets > 128) in proc_do_submiturb() 1747 number_of_packets = uurb->number_of_packets; in proc_do_submiturb() 1749 number_of_packets; in proc_do_submiturb() 1780 as = alloc_async(number_of_packets); in proc_do_submiturb() 1898 as->urb->number_of_packets = number_of_packets; in proc_do_submiturb() 2035 if (urb->number_of_packets > 0) { in compute_isochronous_actual_length() 2037 for (i = 0; i < urb->number_of_packets; i++) in compute_isochronous_actual_length() 2063 for (i = 0; i < urb->number_of_packets; i++) { in processcompl() [all …]
|
| A 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()
|
| /drivers/media/usb/stk1160/ |
| A D | stk1160-video.c | 236 for (i = 0; i < urb->number_of_packets; i++) { in stk1160_process_isoc() 319 for (i = 0; i < urb->number_of_packets; i++) { in stk1160_isoc_irq() 478 urb->number_of_packets = max_packets; in stk1160_alloc_isoc()
|
| /drivers/media/usb/dvb-usb-v2/ |
| A 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()
|
| /drivers/media/usb/uvc/ |
| A D | uvc_isight.c | 108 for (i = 0; i < urb->number_of_packets; ++i) { in uvc_video_decode_isight()
|
| /drivers/usb/c67x00/ |
| A 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()
|
| /drivers/usb/mon/ |
| A 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()
|
| A D | mon_bin.c | 515 if (urb->number_of_packets < 0) { in mon_bin_event() 517 } else if (urb->number_of_packets >= ISODESC_MAX) { in mon_bin_event() 520 ndesc = urb->number_of_packets; in mon_bin_event() 589 ep->s.iso.numdesc = urb->number_of_packets; in mon_bin_event()
|
| /drivers/media/usb/b2c2/ |
| A D | flexcop-usb.c | 383 for (i = 0; i < urb->number_of_packets; i++) { in flexcop_usb_urb_complete() 469 urb->number_of_packets = B2C2_USB_FRAMES_PER_ISO; in flexcop_usb_transfer_init()
|
| /drivers/media/usb/cx231xx/ |
| A D | cx231xx-audio.c | 116 for (i = 0; i < urb->number_of_packets; i++) { in cx231xx_audio_isocirq() 297 urb->number_of_packets = CX231XX_ISO_NUM_AUDIO_PACKETS; in cx231xx_init_audio_isoc()
|
| /drivers/media/usb/msi2500/ |
| A D | msi2500.c | 390 for (i = 0; i < urb->number_of_packets; i++) { in msi2500_isoc_handler() 398 i, urb->number_of_packets, fstatus); in msi2500_isoc_handler() 519 urb->number_of_packets = ISO_FRAMES_PER_DESC; in msi2500_isoc_init()
|