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

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A Dusb_stream.c52 urb->number_of_packets = pack;
76 urb->number_of_packets = sk->n_o_ps;
254 sk->iso_frame_balance += urb->number_of_packets;
260 sk->iso_frame_balance -= urb->number_of_packets;
288 ii->number_of_packets + s->sync_packet;
297 s->sync_packet < inurb->number_of_packets && p < sk->n_o_ps;
310 s->sync_packet -= inurb->number_of_packets;
314 s->sync_packet, p, inurb->number_of_packets,
326 io->number_of_packets = p;
335 static void prepare_inurb(int number_of_packets, struc argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dusbdevice_fs.h105 int number_of_packets; member in struct:usbdevfs_urb
163 compat_int_t number_of_packets; member in struct:usbdevfs_urb32
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/uvc/
H A Duvc_isight.c107 for (i = 0; i < urb->number_of_packets; ++i) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Dusb-urb.c24 urb->number_of_packets,urb->error_count);
42 for (i = 0; i < urb->number_of_packets; i++) {
196 urb->number_of_packets = stream->props.u.isoc.framesperurb;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/usbip/
H A Dusbip_common.c305 dev_dbg(dev, " number_of_packets :%d\n", urb->number_of_packets);
329 pdu->u.cmd_submit.number_of_packets,
603 spdu->number_of_packets = urb->number_of_packets;
611 urb->number_of_packets = spdu->number_of_packets;
683 cpu_to_be32s(&pdu->number_of_packets);
690 be32_to_cpus(&pdu->number_of_packets);
802 int np = urb->number_of_packets;
[all...]
H A Dusbip_common.h207 __s32 number_of_packets; member in struct:usbip_header_cmd_submit
224 __s32 number_of_packets; /* ISO only */ member in struct:usbip_header_ret_submit
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dbenq.c138 urb->number_of_packets = SD_NPKT;
196 for (i = 0; i < urb->number_of_packets; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Durb.c342 u->urb->number_of_packets = 1;
436 urb->number_of_packets = ctx->packets;
458 for (i = 0; i < urb->number_of_packets; i++) {
663 urb->number_of_packets = ctx->packets;
693 urb->number_of_packets = 0;
701 urb->number_of_packets++;
720 urb->number_of_packets++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Ddevio.c1110 uurb->number_of_packets = 0;
1139 uurb->number_of_packets = 0;
1148 uurb->number_of_packets = 0;
1155 if (uurb->number_of_packets < 1 ||
1156 uurb->number_of_packets > 128)
1161 uurb->number_of_packets;
1168 for (totlen = u = 0; u < uurb->number_of_packets; u++) {
1195 as = alloc_async(uurb->number_of_packets);
1243 as->urb->number_of_packets = uurb->number_of_packets;
[all...]
H A Durb.c376 if (urb->number_of_packets <= 0)
378 for (n = 0; n < urb->number_of_packets; n++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-sched.c1153 iso_sched->span = urb->number_of_packets * stream->interval;
1158 for (i = 0; i < urb->number_of_packets; i++) {
1169 if (unlikely (((i + 1) == urb->number_of_packets))
1211 sched = iso_sched_alloc (urb->number_of_packets, mem_flags);
1220 num_itds = urb->number_of_packets;
1665 for (packet = 0, itd = NULL; packet < urb->number_of_packets; ) {
1691 || packet == urb->number_of_packets) {
1770 if (likely ((urb_index + 1) != urb->number_of_packets))
1852 urb->number_of_packets, urb->interval,
1905 iso_sched->span = urb->number_of_packets * strea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dst5481.h483 name,urb->number_of_packets,urb->error_count);
484 for (i = 0; i < urb->number_of_packets; ++i) {
H A Dst5481_d.c293 urb->number_of_packets = num_packets;
393 urb->number_of_packets = 1;
H A Dst5481_usb.c407 urb->number_of_packets = num_packets;
588 pend = &urb->iso_frame_desc[urb->number_of_packets],
H A Dst5481_b.c118 urb->number_of_packets = i;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dcpia_usb.c131 for (i = 0; i < urb->number_of_packets; i++) {
228 urb->number_of_packets = FRAMES_PER_DESC;
250 urb->number_of_packets = FRAMES_PER_DESC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/caiaq/
H A Daudio.c508 out->number_of_packets = FRAMES_PER_URB;
520 urb->number_of_packets = FRAMES_PER_URB;
585 urbs[i]->number_of_packets = FRAMES_PER_URB;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx231xx/
H A Dcx231xx-audio.c108 for (i = 0; i < urb->number_of_packets; i++) {
197 urb->number_of_packets = CX231XX_NUM_AUDIO_PACKETS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/em28xx/
H A Dem28xx-audio.c110 for (i = 0; i < urb->number_of_packets; i++) {
197 urb->number_of_packets = EM28XX_NUM_AUDIO_PACKETS;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/c67x00/
H A Dc67x00-sched.c435 last_urb->number_of_packets *
772 BUG_ON(urbp->cnt >= urb->number_of_packets);
785 if (urbp->cnt + 1 == urb->number_of_packets)
991 if (cnt + 1 == urb->number_of_packets) /* Last packet */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/b2c2/
H A Dflexcop-usb.c337 for (i = 0; i < urb->number_of_packets; i++) {
422 urb->number_of_packets = B2C2_USB_FRAMES_PER_ISO;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/easycap/
H A Deasycap_sound.c243 for (i = 0; i < purb->number_of_packets; i++) {
925 purb->number_of_packets = \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/mon/
H A Dmon_bin.c470 if (urb->number_of_packets < 0) {
472 } else if (urb->number_of_packets >= ISODESC_MAX) {
475 ndesc = urb->number_of_packets;
542 ep->s.iso.numdesc = urb->number_of_packets;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Dcapture.c399 urb->number_of_packets = LINE6_ISO_PACKETS;
H A Dplayback.c451 urb->number_of_packets = LINE6_ISO_PACKETS;

Completed in 388 milliseconds

123