Home
last modified time | relevance | path

Searched refs:streams (Results 1 – 169 of 169) sorted by relevance

/linux-4.1.27/Documentation/usb/
Dbulk-streams.txt4 Bulk endpoint streams were added in the USB 3.0 specification. Streams allow a
10 Protocol, which uses streams to queue multiple SCSI commands, can be found on
21 device can refuse that transfer. Devices can switch between streams at any
39 streams, or the xHCI driver ran out of memory), or the number of streams the
48 streams.
59 usb_alloc_streams() returns with a value of N, you may use streams 1 though N.
61 endpoint does not support streams, an error will be returned.
70 If a driver wishes to stop using streams to communicate with the device, it
78 ensure that drivers that don't support streams will be able to use the endpoint.
/linux-4.1.27/sound/isa/
Dcmi8330.c178 } streams[2]; member
427 substream->private_data = chip->streams[SNDRV_PCM_STREAM_PLAYBACK].private_data; in snd_cmi8330_playback_open()
428 return chip->streams[SNDRV_PCM_STREAM_PLAYBACK].open(substream); in snd_cmi8330_playback_open()
436 substream->private_data = chip->streams[SNDRV_PCM_STREAM_CAPTURE].private_data; in snd_cmi8330_capture_open()
437 return chip->streams[SNDRV_PCM_STREAM_CAPTURE].open(substream); in snd_cmi8330_capture_open()
457 chip->streams[CMI_SB_STREAM].ops = *ops; in snd_cmi8330_pcm()
458 chip->streams[CMI_SB_STREAM].open = ops->open; in snd_cmi8330_pcm()
459 chip->streams[CMI_SB_STREAM].ops.open = cmi_open_callbacks[CMI_SB_STREAM]; in snd_cmi8330_pcm()
460 chip->streams[CMI_SB_STREAM].private_data = chip->sb; in snd_cmi8330_pcm()
464 chip->streams[CMI_AD_STREAM].ops = *ops; in snd_cmi8330_pcm()
[all …]
/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-streams.c257 struct cx18_stream *s = &cx->streams[type]; in cx18_stream_init()
314 struct cx18_stream *s = &cx->streams[type]; in cx18_prep_dev()
399 ret = cx18_stream_alloc(&cx->streams[type]); in cx18_streams_setup()
413 struct cx18_stream *s = &cx->streams[type]; in cx18_reg_dev()
432 struct cx18_stream *s_mpg = &cx->streams[CX18_ENC_STREAM_TYPE_MPG]; in cx18_reg_dev()
511 if (cx->streams[type].dvb != NULL) { in cx18_streams_cleanup()
513 cx18_dvb_unregister(&cx->streams[type]); in cx18_streams_cleanup()
514 kfree(cx->streams[type].dvb); in cx18_streams_cleanup()
515 cx->streams[type].dvb = NULL; in cx18_streams_cleanup()
516 cx18_stream_free(&cx->streams[type]); in cx18_streams_cleanup()
[all …]
Dcx18-fileops.c47 struct cx18_stream *s = &cx->streams[type]; in cx18_claim_stream()
88 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_claim_stream()
90 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_claim_stream()
140 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_release_stream()
147 s_assoc = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_release_stream()
188 struct cx18_stream *s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_get_mdl()
500 struct cx18_stream *s = &cx->streams[id->type]; in cx18_start_capture()
522 s_vbi = &cx->streams[CX18_ENC_STREAM_TYPE_VBI]; in cx18_start_capture()
523 s_idx = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_start_capture()
591 struct cx18_stream *s = &cx->streams[id->type]; in cx18_v4l2_read()
[all …]
Dcx18-ioctl.c153 struct cx18_stream *s = &cx->streams[id->type]; in cx18_g_fmt_vid_cap()
271 struct cx18_stream *s = &cx->streams[id->type]; in cx18_s_fmt_vid_cap()
532 cx->streams[CX18_ENC_STREAM_TYPE_MPG].video_dev.tvnorms = std; in cx18_s_input()
533 cx->streams[CX18_ENC_STREAM_TYPE_YUV].video_dev.tvnorms = std; in cx18_s_input()
534 cx->streams[CX18_ENC_STREAM_TYPE_VBI].video_dev.tvnorms = std; in cx18_s_input()
769 struct cx18_stream *s = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_g_enc_index()
816 struct cx18_stream *s = &cx->streams[id->type]; in cx18_vb_queue()
835 struct cx18_stream *s = &cx->streams[id->type]; in cx18_streamon()
856 struct cx18_stream *s = &cx->streams[id->type]; in cx18_streamoff()
874 struct cx18_stream *s = &cx->streams[id->type]; in cx18_reqbufs()
[all …]
DMakefile2 cx18-queue.o cx18-streams.o cx18-fileops.o cx18-ioctl.o cx18-controls.o \
Dcx18-alsa-pcm.c161 s = &cx->streams[CX18_ENC_STREAM_TYPE_PCM]; in snd_cx18_pcm_capture_open()
206 s = &cx->streams[CX18_ENC_STREAM_TYPE_PCM]; in snd_cx18_pcm_capture_close()
Dcx18-alsa-main.c218 s = &cx->streams[CX18_ENC_STREAM_TYPE_PCM]; in cx18_alsa_load()
Dcx18-driver.c753 cx->cxhdl.priv = &cx->streams[CX18_ENC_STREAM_TYPE_MPG]; in cx18_init_struct1()
1269 if (&cx->streams[i].video_dev != NULL) in cx18_cancel_out_work_orders()
1270 cancel_work_sync(&cx->streams[i].out_work_order); in cx18_cancel_out_work_orders()
Dcx18-driver.h613 struct cx18_stream streams[CX18_MAX_STREAMS]; /* Stream data */ member
/linux-4.1.27/drivers/media/usb/tm6000/
Dtm6000-dvb.c108 if (dev->dvb->streams > 0) { in tm6000_urb_received()
201 if (dvb->streams == 0) { in tm6000_start_feed()
202 dvb->streams = 1; in tm6000_start_feed()
206 ++(dvb->streams); in tm6000_start_feed()
222 printk(KERN_INFO "stream %#x\n", dvb->streams); in tm6000_stop_feed()
223 --(dvb->streams); in tm6000_stop_feed()
224 if (dvb->streams == 0) { in tm6000_stop_feed()
267 dvb->streams = 0; in register_dvb()
Dtm6000.h149 unsigned int streams; member
/linux-4.1.27/drivers/media/pci/ivtv/
Divtv-fileops.c47 struct ivtv_stream *s = &itv->streams[type]; in ivtv_claim_stream()
88 s_vbi = &itv->streams[vbi_type]; in ivtv_claim_stream()
129 s_vbi = &itv->streams[IVTV_DEC_STREAM_TYPE_VBI]; in ivtv_release_stream()
131 s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; in ivtv_release_stream()
208 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; in ivtv_get_buffer()
430 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_start_capture()
459 s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; in ivtv_start_capture()
509 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_v4l2_read()
526 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_start_decoding()
552 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_write()
[all …]
Divtv-streams.c163 struct ivtv_stream *s = &itv->streams[type]; in ivtv_stream_init()
193 struct ivtv_stream *s = &itv->streams[type]; in ivtv_prep_dev()
262 if (itv->streams[type].vdev.v4l2_dev == NULL) in ivtv_streams_setup()
266 if (ivtv_stream_alloc(&itv->streams[type])) in ivtv_streams_setup()
279 struct ivtv_stream *s = &itv->streams[type]; in ivtv_reg_dev()
290 struct ivtv_stream *s_mpg = &itv->streams[IVTV_ENC_STREAM_TYPE_MPG]; in ivtv_reg_dev()
351 struct video_device *vdev = &itv->streams[type].vdev; in ivtv_streams_cleanup()
357 ivtv_stream_free(&itv->streams[type]); in ivtv_streams_cleanup()
358 itv->streams[type].vdev.v4l2_dev = NULL; in ivtv_streams_cleanup()
766 struct ivtv_stream *s = &itv->streams[i]; in ivtv_stop_all_captures()
[all …]
Divtv-irq.c43 struct ivtv_stream *s = &itv->streams[IVTV_ENC_STREAM_TYPE_PCM]; in ivtv_pcm_work_handler()
72 struct ivtv_stream *s = &itv->streams[itv->cur_pio_stream]; in ivtv_pio_work_handler()
462 struct ivtv_stream *s_vbi = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; in ivtv_dma_enc_start()
553 s = &itv->streams[itv->cur_dma_stream]; in ivtv_irq_dma_read()
617 s = &itv->streams[itv->cur_dma_stream]; in ivtv_irq_enc_dma_complete()
645 s = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; in ivtv_irq_enc_dma_complete()
661 s = &itv->streams[itv->cur_pio_stream]; in ivtv_irq_enc_pio_complete()
674 s = &itv->streams[IVTV_ENC_STREAM_TYPE_VBI]; in ivtv_irq_enc_pio_complete()
706 struct ivtv_stream *s = &itv->streams[itv->cur_dma_stream]; in ivtv_irq_dma_err()
768 s = &itv->streams[ivtv_stream_map[data[0]]]; in ivtv_irq_enc_start_cap()
[all …]
Divtv-ioctl.c247 struct ivtv_stream *s = &itv->streams[IVTV_DEC_STREAM_TYPE_MPG]; in ivtv_video_command()
451 struct ivtv_stream *s = &itv->streams[fh2id(fh)->type]; in ivtv_g_fmt_vid_out_overlay()
561 struct ivtv_stream *s = &itv->streams[fh2id(fh)->type]; in ivtv_try_fmt_vid_out_overlay()
743 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_querycap()
945 struct ivtv_stream *s = &itv->streams[fh2id(fh)->type]; in ivtv_enum_fmt_vid_cap()
971 struct ivtv_stream *s = &itv->streams[fh2id(fh)->type]; in ivtv_enum_fmt_vid_out()
1024 itv->streams[i].vdev.tvnorms = std; in ivtv_s_input()
1073 struct ivtv_stream *s = &itv->streams[fh2id(fh)->type]; in ivtv_g_frequency()
1087 struct ivtv_stream *s = &itv->streams[fh2id(fh)->type]; in ivtv_s_frequency()
1377 struct ivtv_stream *s = &itv->streams[fh2id(fh)->type]; in ivtv_g_fbuf()
[all …]
DMakefile4 ivtv-mailbox.o ivtv-queue.o ivtv-streams.o ivtv-udma.o \
Divtv-alsa-pcm.c168 s = &itv->streams[IVTV_ENC_STREAM_TYPE_PCM]; in snd_ivtv_pcm_capture_open()
213 s = &itv->streams[IVTV_ENC_STREAM_TYPE_PCM]; in snd_ivtv_pcm_capture_close()
Divtv-alsa-main.c226 s = &itv->streams[IVTV_ENC_STREAM_TYPE_PCM]; in ivtv_alsa_load()
Divtv-driver.c341 return &itv->streams[IVTV_DEC_STREAM_TYPE_MPG]; in ivtv_get_output_stream()
343 return &itv->streams[IVTV_DEC_STREAM_TYPE_YUV]; in ivtv_get_output_stream()
1433 ivtv_stop_v4l2_decode_stream(&itv->streams[type], in ivtv_remove()
Divtv-driver.h669 struct ivtv_stream streams[IVTV_MAX_STREAMS]; /* stream data */ member
/linux-4.1.27/net/mac80211/
Drc80211_minstrel_ht_debugfs.c51 p += sprintf(p, "%d ", mg->streams); in minstrel_ht_stats_dump()
55 p += sprintf(p, "%d ", mg->streams); in minstrel_ht_stats_dump()
69 p += sprintf(p, " MCS%-2u", (mg->streams - 1) * 8 + j); in minstrel_ht_stats_dump()
71 p += sprintf(p, " MCS%-1u/%1u", j, mg->streams); in minstrel_ht_stats_dump()
199 p += sprintf(p, "%d,", mg->streams); in minstrel_ht_stats_csv_dump()
203 p += sprintf(p, "%d,", mg->streams); in minstrel_ht_stats_csv_dump()
217 p += sprintf(p, ",MCS%-2u,", (mg->streams - 1) * 8 + j); in minstrel_ht_stats_csv_dump()
219 p += sprintf(p, ",MCS%-1u/%1u,", j, mg->streams); in minstrel_ht_stats_csv_dump()
Drc80211_minstrel_ht.c37 #define MCS_DURATION(streams, sgi, bps) \ argument
38 (MCS_SYMBOL_TIME(sgi, MCS_NSYMS((streams) * (bps))) / AVG_AMPDU_SIZE)
56 .streams = _streams, \
84 .streams = _streams, \
131 .streams = 0, \
485 MCS_GROUP_RATES].streams; in minstrel_ht_prob_rate_reduce_streams()
495 (minstrel_mcs_groups[group].streams < tmp_max_streams)) { in minstrel_ht_prob_rate_reduce_streams()
662 if (minstrel_mcs_groups[group].streams > in minstrel_downgrade_rate()
663 minstrel_mcs_groups[orig_group].streams) in minstrel_downgrade_rate()
865 idx = ((group->streams - 1) << 4) | in minstrel_ht_set_rate()
[all …]
Drc80211_minstrel_ht.h45 unsigned int streams; member
/linux-4.1.27/sound/soc/fsl/
Dimx-pcm-fiq.c243 struct snd_pcm_substream *substream = pcm->streams[stream].substream; in imx_pcm_preallocate_dma_buffer()
269 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { in imx_pcm_new()
276 if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream) { in imx_pcm_new()
298 substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in imx_pcm_fiq_new()
305 substream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in imx_pcm_fiq_new()
325 substream = pcm->streams[stream].substream; in imx_pcm_free()
Dmpc5200_dma.c316 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { in psc_dma_new()
318 size, &pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream->dma_buffer); in psc_dma_new()
323 if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream) { in psc_dma_new()
325 size, &pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream->dma_buffer); in psc_dma_new()
333 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) in psc_dma_new()
334 snd_dma_free_pages(&pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream->dma_buffer); in psc_dma_new()
351 substream = pcm->streams[stream].substream; in psc_dma_free()
Dfsl_dma.c299 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { in fsl_dma_new()
302 &pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream->dma_buffer); in fsl_dma_new()
309 if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream) { in fsl_dma_new()
312 &pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream->dma_buffer); in fsl_dma_new()
315 snd_dma_free_pages(&pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream->dma_buffer); in fsl_dma_new()
830 for (i = 0; i < ARRAY_SIZE(pcm->streams); i++) { in fsl_dma_free_dma_buffers()
831 substream = pcm->streams[i].substream; in fsl_dma_free_dma_buffers()
Dfsl_asrc_dma.c349 substream = pcm->streams[i].substream; in fsl_asrc_dma_pcm_new()
364 if (--i == 0 && pcm->streams[i].substream) in fsl_asrc_dma_pcm_new()
365 snd_dma_free_pages(&pcm->streams[i].substream->dma_buffer); in fsl_asrc_dma_pcm_new()
376 substream = pcm->streams[i].substream; in fsl_asrc_dma_pcm_free()
/linux-4.1.27/sound/core/
Dpcm.c135 pstr = &pcm->streams[stream]; in snd_pcm_control_ioctl()
690 struct snd_pcm_str *pstr = &pcm->streams[stream]; in snd_pcm_new_stream()
891 snd_pcm_free_stream(&pcm->streams[SNDRV_PCM_STREAM_PLAYBACK]); in snd_pcm_free()
892 snd_pcm_free_stream(&pcm->streams[SNDRV_PCM_STREAM_CAPTURE]); in snd_pcm_free()
920 pstr = &pcm->streams[stream]; in snd_pcm_attach_substream()
930 for (substream = pcm->streams[opposite].substream; substream; in snd_pcm_attach_substream()
1081 if (pcm->streams[cidx].substream == NULL) in snd_pcm_dev_register()
1094 &pcm->streams[cidx].dev); in snd_pcm_dev_register()
1100 for (substream = pcm->streams[cidx].substream; substream; substream = substream->next) in snd_pcm_dev_register()
1124 for (substream = pcm->streams[cidx].substream; substream; substream = substream->next) { in snd_pcm_dev_disconnect()
[all …]
Drawmidi.c232 struct snd_rawmidi_str *s = &rmidi->streams[stream]; in assign_substream()
279 rmidi->streams[substream->stream].substream_opened++; in open_substream()
494 rmidi->streams[substream->stream].substream_opened--; in close_substream()
595 pstr = &rmidi->streams[info->stream]; in snd_rawmidi_info_select()
1412 &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams, in snd_rawmidi_proc_info_read()
1436 &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams, in snd_rawmidi_proc_info_read()
1542 INIT_LIST_HEAD(&rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams); in snd_rawmidi_new()
1543 INIT_LIST_HEAD(&rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams); in snd_rawmidi_new()
1553 &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT], in snd_rawmidi_new()
1560 &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT], in snd_rawmidi_new()
[all …]
Dpcm_memory.c119 for (substream = pcm->streams[stream].substream; substream; substream = substream->next) in snd_pcm_lib_preallocate_free_for_all()
290 for (substream = pcm->streams[stream].substream; substream; substream = substream->next) in snd_pcm_lib_preallocate_pages_for_all()
Dpcm_lib.c504 struct snd_pcm_str *stream = &pcm->streams[direction]; in snd_pcm_set_ops()
2566 info->pcm->streams[info->stream].chmap_kctl = NULL; in pcm_chmap_ctl_private_free()
2612 knew.count = pcm->streams[stream].substream_count; in snd_pcm_add_chmap_ctls()
2623 pcm->streams[stream].chmap_kctl = info->kctl; in snd_pcm_add_chmap_ctls()
Dpcm_native.c1337 for (substream = pcm->streams[stream].substream; in snd_pcm_suspend_all()
/linux-4.1.27/sound/soc/omap/
Domap-pcm.c179 struct snd_pcm_substream *substream = pcm->streams[stream].substream; in omap_pcm_preallocate_dma_buffer()
202 substream = pcm->streams[stream].substream; in omap_pcm_free_dma_buffers()
226 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { in omap_pcm_new()
233 if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream) { in omap_pcm_new()
/linux-4.1.27/sound/pci/nm256/
Dnm256.c242 struct nm256_stream streams[2]; member
758 s = &chip->streams[SNDRV_PCM_STREAM_PLAYBACK]; in snd_nm256_playback_update()
773 s = &chip->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_nm256_capture_update()
863 snd_nm256_setup_stream(chip, &chip->streams[SNDRV_PCM_STREAM_PLAYBACK], in snd_nm256_playback_open()
875 snd_nm256_setup_stream(chip, &chip->streams[SNDRV_PCM_STREAM_CAPTURE], in snd_nm256_capture_open()
941 struct nm256_stream *s = &chip->streams[i]; in snd_nm256_pcm()
993 if (chip->streams[SNDRV_PCM_STREAM_PLAYBACK].running) in snd_nm256_intr_check()
995 if (chip->streams[SNDRV_PCM_STREAM_CAPTURE].running) in snd_nm256_intr_check()
1420 struct nm256_stream *s = &chip->streams[i]; in nm256_resume()
1441 if (chip->streams[SNDRV_PCM_STREAM_PLAYBACK].running) in snd_nm256_free()
[all …]
/linux-4.1.27/sound/drivers/
Daloop.c75 struct loopback_pcm *streams[2]; member
210 runtime = cable->streams[SNDRV_PCM_STREAM_PLAYBACK]-> in loopback_check_format()
212 cruntime = cable->streams[SNDRV_PCM_STREAM_CAPTURE]-> in loopback_check_format()
222 snd_pcm_stop(cable->streams[SNDRV_PCM_STREAM_CAPTURE]-> in loopback_check_format()
225 runtime = cable->streams[SNDRV_PCM_STREAM_PLAYBACK]-> in loopback_check_format()
227 setup = get_setup(cable->streams[SNDRV_PCM_STREAM_PLAYBACK]); in loopback_check_format()
228 card = cable->streams[SNDRV_PCM_STREAM_PLAYBACK]->loopback->card; in loopback_check_format()
332 params_change_substream(cable->streams[SNDRV_PCM_STREAM_PLAYBACK], in params_change()
334 params_change_substream(cable->streams[SNDRV_PCM_STREAM_CAPTURE], in params_change()
482 cable->streams[SNDRV_PCM_STREAM_PLAYBACK]; in loopback_pos_update()
[all …]
Dportman2x4.c595 &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams, in snd_portman_rawmidi_create()
602 &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams, in snd_portman_rawmidi_create()
Dmtpav.c656 list_for_each(list, &rawmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams) { in snd_mtpav_get_RAWMIDI()
661 list_for_each(list, &rawmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams) { in snd_mtpav_get_RAWMIDI()
Dmts64.c799 &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams) { in snd_mts64_rawmidi_create()
806 &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams) { in snd_mts64_rawmidi_create()
Dserial-u16550.c888 snd_uart16550_substreams(&rrawmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT]); in snd_uart16550_rmidi()
889 snd_uart16550_substreams(&rrawmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]); in snd_uart16550_rmidi()
/linux-4.1.27/Documentation/networking/
Dtcp-thin.txt1 Thin-streams and TCP
16 applications, we have seen that they often produce thin streams
19 streams provoke high latencies when using TCP is unfortunate.
23 for thin streams. In short, if the kernel detects a thin stream,
Dsctp.txt8 transparent multi-homing, and multiple ordered streams of messages.
D00-INDEX210 - kernel tuning options for low rate 'thin' TCP streams.
Dip-sysctl.txt639 Enable dynamic triggering of linear timeouts for thin streams.
645 non-aggressive thin streams, often found to be time-dependent.
646 For more information on thin streams, see
652 for thin streams. If set, a check is performed upon reception
657 streams, often found to be time-dependent.
658 For more information on thin streams, see
Dcdc_mbim.txt191 MBIM also allows up to 256 non-IP data streams to be multiplexed over
Dtimestamping.txt191 is, for streams option SOF_TIMESTAMPING_TX_SOFTWARE will record
Dcan.txt111 write application data byte streams, without having to deal with
/linux-4.1.27/sound/core/oss/
Dpcm_oss.c1093 substream = pcm_oss_file->streams[idx]; in snd_pcm_oss_get_active_substream()
1521 substream = pcm_oss_file->streams[i]; in snd_pcm_oss_reset()
1539 substream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK]; in snd_pcm_oss_post()
1608 substream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK]; in snd_pcm_oss_sync()
1688 substream = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_sync()
1707 struct snd_pcm_substream *substream = pcm_oss_file->streams[idx]; in snd_pcm_oss_set_rate()
1742 struct snd_pcm_substream *substream = pcm_oss_file->streams[idx]; in snd_pcm_oss_set_channels()
1829 struct snd_pcm_substream *substream = pcm_oss_file->streams[idx]; in snd_pcm_oss_set_format()
1881 struct snd_pcm_substream *substream = pcm_oss_file->streams[idx]; in snd_pcm_oss_set_subdivide()
1914 struct snd_pcm_substream *substream = pcm_oss_file->streams[idx]; in snd_pcm_oss_set_fragment()
[all …]
/linux-4.1.27/sound/soc/kirkwood/
Dkirkwood-dma.c254 struct snd_pcm_substream *substream = pcm->streams[stream].substream; in kirkwood_dma_preallocate_dma_buffer()
280 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { in kirkwood_dma_new()
287 if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream) { in kirkwood_dma_new()
304 substream = pcm->streams[stream].substream; in kirkwood_dma_free_dma_buffers()
/linux-4.1.27/sound/soc/pxa/
Dpxa2xx-pcm.c102 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { in pxa2xx_soc_pcm_new()
109 if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream) { in pxa2xx_soc_pcm_new()
Dmmp-pcm.c158 substream = pcm->streams[stream].substream; in mmp_pcm_free_dma_buffers()
201 substream = pcm->streams[stream].substream; in mmp_pcm_new()
/linux-4.1.27/sound/firewire/dice/
Ddice-midi.c137 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]; in snd_dice_create_midi()
148 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT]; in snd_dice_create_midi()
/linux-4.1.27/sound/soc/atmel/
Datmel-pcm-pdc.c53 struct snd_pcm_substream *substream = pcm->streams[stream].substream; in atmel_pcm_preallocate_dma_buffer()
90 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { in atmel_pcm_new()
98 if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream) { in atmel_pcm_new()
116 substream = pcm->streams[stream].substream; in atmel_pcm_free()
/linux-4.1.27/sound/soc/intel/atom/sst/
Dsst_stream.c87 sst_drv_ctx->streams[str_id].pipe_id = pipe_id; in sst_alloc_stream_mrfld()
88 sst_drv_ctx->streams[str_id].task_id = task_id; in sst_alloc_stream_mrfld()
89 sst_drv_ctx->streams[str_id].num_ch = num_ch; in sst_alloc_stream_mrfld()
104 sst_init_stream(&sst_drv_ctx->streams[str_id], alloc_param.codec_type, in sst_alloc_stream_mrfld()
Dsst_drv_interface.c61 sst_clean_stream(&ctx->streams[str_id]); in free_stream_context()
137 str_info = &ctx->streams[retval]; in sst_get_stream()
213 stream = &ctx->streams[str_id]; in sst_cdev_open()
461 stream = &ctx->streams[str_id]; in sst_cdev_fragment_elapsed()
Dsst_ipc.c269 stream = &sst_drv_ctx->streams[str_id]; in process_fw_async_msg()
281 stream = &sst_drv_ctx->streams[str_id]; in process_fw_async_msg()
Dsst_pvt.c391 return &sst_drv_ctx->streams[str_id]; in get_stream_info()
400 if (pipe_id == sst_drv_ctx->streams[i].pipe_id) in get_stream_id_mrfld()
Dsst.c282 struct stream_info *stream = &ctx->streams[i]; in sst_context_init()
441 struct stream_info *stream = &ctx->streams[i]; in intel_sst_suspend()
Dsst.h411 struct stream_info streams[MAX_NUM_STREAMS+1]; member
/linux-4.1.27/sound/firewire/fireworks/
Dfireworks_midi.c148 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]; in snd_efw_create_midi_devices()
159 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT]; in snd_efw_create_midi_devices()
/linux-4.1.27/sound/firewire/bebob/
Dbebob_midi.c148 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]; in snd_bebob_create_midi_devices()
159 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT]; in snd_bebob_create_midi_devices()
/linux-4.1.27/Documentation/mtd/
Dspi-nor.txt7 SPI bus controllers (drivers/spi/) only deal with streams of bytes; the bus
10 arbitrary streams of bytes, but rather are designed specifically for SPI NOR.
/linux-4.1.27/sound/soc/blackfin/
Dbf5xx-ac97-pcm.c321 struct snd_pcm_substream *substream = pcm->streams[stream].substream; in bf5xx_pcm_preallocate_dma_buffer()
391 substream = pcm->streams[stream].substream; in bf5xx_pcm_free_dma_buffers()
428 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { in bf5xx_pcm_ac97_new()
435 if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream) { in bf5xx_pcm_ac97_new()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dcommon.c355 int streams = 0; in ath9k_cmn_count_streams() local
358 if (++streams == max) in ath9k_cmn_count_streams()
362 return streams; in ath9k_cmn_count_streams()
Dxmit.c808 int width, streams, half_gi, ndelim, mindelim; in ath_compute_num_delims() local
858 streams = HT_RC_2_STREAMS(rix); in ath_compute_num_delims()
859 nsymbits = bits_per_symbol[rix % 8][width] * streams; in ath_compute_num_delims()
1042 int streams; in ath_pkt_duration() local
1045 streams = HT_RC_2_STREAMS(rix); in ath_pkt_duration()
1047 nsymbits = bits_per_symbol[rix % 8][width] * streams; in ath_pkt_duration()
1056 duration += L_STF + L_LTF + L_SIG + HT_SIG + HT_STF + HT_LTF(streams); in ath_pkt_duration()
1063 int streams = HT_RC_2_STREAMS(mcs); in ath_max_framelen() local
1067 usec -= L_STF + L_LTF + L_SIG + HT_SIG + HT_STF + HT_LTF(streams); in ath_max_framelen()
1069 bits = symbols * bits_per_symbol[mcs % 8][ht40] * streams; in ath_max_framelen()
/linux-4.1.27/sound/firewire/oxfw/
Doxfw-midi.c187 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]; in snd_oxfw_create_midi()
198 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT]; in snd_oxfw_create_midi()
/linux-4.1.27/include/sound/
Dpcm_oss.h68 struct snd_pcm_substream *streams[2]; member
Drawmidi.h135 struct snd_rawmidi_str streams[2]; member
Dpcm.h531 struct snd_pcm_str streams[2]; member
1358 for (s = info->pcm->streams[info->stream].substream; s; s = s->next) in snd_pcm_chmap_substream()
/linux-4.1.27/drivers/uwb/
Drsv.c156 streams_bm = rsv->target.dev->streams; in uwb_rsv_get_stream()
159 streams_bm = rc->uwb_dev.streams; in uwb_rsv_get_stream()
187 streams_bm = rsv->target.dev->streams; in uwb_rsv_put_stream()
190 streams_bm = rc->uwb_dev.streams; in uwb_rsv_put_stream()
996 bitmap_complement(rc->uwb_dev.streams, rc->uwb_dev.streams, UWB_NUM_STREAMS); in uwb_rsv_init()
Dlc-dev.c115 bitmap_fill(uwb_dev->streams, UWB_NUM_GLOBAL_STREAMS); in uwb_dev_init()
/linux-4.1.27/sound/pci/mixart/
Dmixart_core.c463 u32 buffer_id = notify->streams[i].buffer_id; in snd_mixart_threaded_irq()
475 buffer_id, notify->streams[i].sample_pos_low_part); in snd_mixart_threaded_irq()
487 u64 sample_count = ((u64)notify->streams[i].sample_pos_high_part) << 32; in snd_mixart_threaded_irq()
488 sample_count |= notify->streams[i].sample_pos_low_part; in snd_mixart_threaded_irq()
Dmixart_core.h270 struct mixart_sample_pos streams[MIXART_MAX_STREAM_PER_CARD * MIXART_MAX_CARDS]; member
Dmixart.c955 for (subs = pcm->streams[stream].substream; subs; subs = subs->next, idx++) in preallocate_buffers()
/linux-4.1.27/Documentation/blockdev/
Dzram.txt24 2) Set max number of compression streams
25 Compression backend may use up to max_comp_streams compression streams,
30 #show max compression streams number
33 #set max compression streams number to 3
/linux-4.1.27/drivers/gpu/host1x/
DKconfig18 Say yes if kernel should protect command streams from tampering.
/linux-4.1.27/sound/soc/samsung/
Didma.c346 substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in idma_free()
362 struct snd_pcm_substream *substream = pcm->streams[stream].substream; in preallocate_idma_buffer()
387 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { in idma_new()
/linux-4.1.27/sound/usb/line6/
Dpcm.h43 (line6pcm->pcm->streams[stream].substream)
/linux-4.1.27/sound/pci/hda/
Dhda_proc.c216 unsigned int streams) in print_pcm_formats() argument
218 snd_iprintf(buffer, " formats [0x%x]:", streams & 0xf); in print_pcm_formats()
219 if (streams & AC_SUPFMT_PCM) in print_pcm_formats()
221 if (streams & AC_SUPFMT_FLOAT32) in print_pcm_formats()
223 if (streams & AC_SUPFMT_AC3) in print_pcm_formats()
Dhda_codec.c1842 if (cpcm->pcm->streams[0].substream_opened || in snd_hda_lock_devices()
1843 cpcm->pcm->streams[1].substream_opened) in snd_hda_lock_devices()
3437 unsigned int streams = snd_hda_param_read(codec, nid, AC_PAR_STREAM); in query_stream_param() local
3438 if (!streams || streams == -1) in query_stream_param()
3439 streams = snd_hda_param_read(codec, codec->core.afg, AC_PAR_STREAM); in query_stream_param()
3440 if (!streams || streams == -1) in query_stream_param()
3442 return streams; in query_stream_param()
3484 unsigned int streams, bps; in snd_hda_query_supported_pcm() local
3486 streams = query_stream_param(codec, nid); in snd_hda_query_supported_pcm()
3487 if (!streams) in snd_hda_query_supported_pcm()
[all …]
/linux-4.1.27/sound/pci/lola/
Dlola_pcm.c44 return &pcm->streams[idx]; in lola_get_stream()
264 struct lola_stream *s = &pcm->streams[i]; in lola_cleanup_slave_streams()
581 struct lola_stream *str = &pcm->streams[i]; in lola_pcm_update()
704 err = lola_init_stream(chip, &pcm->streams[i], i, nid, dir); in lola_init_pcm()
Dlola.h320 struct lola_stream streams[MAX_STREAM_COUNT]; member
Dlola_mixer.c446 err = lola_codec_write(chip, chip->pcm[CAPT].streams[n].nid, in lola_set_src_config()
/linux-4.1.27/sound/arm/
Dpxa2xx-pcm-lib.c282 struct snd_pcm_substream *substream = pcm->streams[stream].substream; in pxa2xx_pcm_preallocate_dma_buffer()
304 substream = pcm->streams[stream].substream; in pxa2xx_pcm_free_dma_buffers()
/linux-4.1.27/Documentation/devicetree/bindings/media/xilinx/
Dxlnx,video.txt7 Xilinx video IP pipeline processes video streams through one or more Xilinx
Dvideo.txt4 Xilinx video IP cores process video streams by acting as video sinks and/or
/linux-4.1.27/sound/pci/oxygen/
Doxygen_pcm.c184 chip->streams[channel] = substream; in oxygen_open()
249 chip->streams[channel] = NULL; in oxygen_close()
726 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, in oxygen_pcm_init()
732 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in oxygen_pcm_init()
Doxygen_lib.c99 if ((elapsed_streams & (1 << i)) && chip->streams[i]) in oxygen_interrupt()
100 snd_pcm_period_elapsed(chip->streams[i]); in oxygen_interrupt()
756 snd_pcm_suspend(chip->streams[i]); in oxygen_pci_suspend()
Doxygen.h138 struct snd_pcm_substream *streams[PCM_COUNT]; member
/linux-4.1.27/sound/soc/
Dsoc-compress.c71 struct snd_pcm_substream *fe_substream = fe->pcm->streams[0].substream; in soc_compr_open_fe()
415 struct snd_pcm_substream *fe_substream = fe->pcm->streams[0].substream; in soc_compr_set_params_fe()
690 be_pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream->private_data = rtd; in soc_new_compress()
692 be_pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream->private_data = rtd; in soc_new_compress()
Dsoc-generic-dmaengine-pcm.c262 substream = rtd->pcm->streams[i].substream; in dmaengine_pcm_new()
Dsoc-pcm.c2522 pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream->private_data = rtd; in soc_new_pcm()
2524 pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream->private_data = rtd; in soc_new_pcm()
2606 return be->pcm->streams[stream].substream; in snd_soc_dpcm_get_substream()
Dsoc-core.c553 return card->rtd[i].pcm->streams[stream].substream; in snd_soc_get_dai_substream()
/linux-4.1.27/drivers/media/pci/solo6x10/
Dsolo6x10-g723.c90 &solo_dev->snd_pcm->streams[SNDRV_PCM_STREAM_CAPTURE]; in solo_g723_isr()
336 for (i = 0, ss = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in solo_snd_pcm_init()
/linux-4.1.27/Documentation/sound/alsa/
DCMIPCI.txt12 DACs, both streams are handled independently unlike the 4/6ch multi-
124 respectively, so you cannot playback both analog and digital streams
143 "IEC958 Mix Analog" - Mix analog PCM playback and FM-OPL/3 streams and
147 This is "mixing" of streams, so e.g. it's not for AC3 output
DMIXART.txt69 - linked streams
DSB-Live-mixer.txt20 little endian streams without any modifications to the digital output
24 but the conversion routines exist only for stereo (2-channel streams)
325 streams
Dtimestamping.txt85 streams and to the DMA time (hw_ptr) in all other cases.
100 different streams - but may require the wallclock to be always
Dcompress_offload.txt11 extend the existing API to compressed data streams.
101 listed for playback streams.
DProcfile.txt42 <card>-<device>: <id>: <name> : <sub-streams>
Dhdspm.txt349 "Send playback streams to analog outs by default."
Dhda_codec.txt141 streams. When it's called, each codec belonging to the bus stores
DAudigy-mixer.txt314 streams
DAudiophile-Usb.txt113 compliant (supposedly supporting S16_LE) but processes in fact only S16_BE streams.
DALSA-Configuration.txt989 line_outs_monitor - Send playback streams to analog outs by default.
1973 streams can be played at the same time, and the controller
DHD-Audio.txt66 streams.
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-module25 too limiting. For example two video streams could require 110
Dsysfs-block-zram65 number of backend's zcomp_strm compression streams (number of
/linux-4.1.27/Documentation/devicetree/bindings/media/
Ds5p-mfc.txt6 video raw/elementary streams and has support for all popular
/linux-4.1.27/sound/soc/qcom/
Dlpass-platform.c450 pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in lpass_platform_pcm_new()
497 pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in lpass_platform_pcm_free()
/linux-4.1.27/sound/soc/intel/baytrail/
Dsst-baytrail-pcm.c331 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream || in sst_byt_pcm_new()
332 pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream) { in sst_byt_pcm_new()
/linux-4.1.27/Documentation/
Dxillybus.txt81 data streams with a straightforward user interface. It's intended as a low-
91 Xillybus presents independent data streams, which resemble pipes or TCP/IP
96 There may be more than a hundred of these streams on a single IP core, but
148 bulk data transfers, and is nearly impossible for use with streams that
271 direction: As data streams into the respective channel's interface in the
319 This somewhat complicates the handling of host to FPGA streams, because
Dxz.txt56 Since the XZ Embedded supports only streams with no integrity check or
Dstable_api_nonsense.txt108 - A change from a synchronous model of data streams to an asynchronous
Dmedia-framework.txt318 Pipelines and media streams
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-decoder-api.txt295 streams <8mpbs or 640KB for streams >8mbps
/linux-4.1.27/drivers/media/usb/uvc/
Duvc_driver.c318 list_for_each_entry(stream, &dev->streams, list) { in uvc_stream_by_id()
830 list_add_tail(&streaming->list, &dev->streams); in uvc_parse_streaming()
1675 list_for_each_safe(p, n, &dev->streams) { in uvc_delete()
1715 list_for_each_entry(stream, &dev->streams, list) { in uvc_unregister_video()
1869 INIT_LIST_HEAD(&dev->streams); in uvc_probe()
1993 list_for_each_entry(stream, &dev->streams, list) { in uvc_suspend()
2028 list_for_each_entry(stream, &dev->streams, list) { in __uvc_resume()
Duvcvideo.h549 struct list_head streams; member
/linux-4.1.27/sound/soc/davinci/
Ddavinci-mcasp.c89 int streams; member
240 mcasp->streams++; in davinci_mcasp_start()
258 if (mcasp_is_synchronous(mcasp) && !mcasp->streams) in mcasp_stop_rx()
283 if (mcasp_is_synchronous(mcasp) && mcasp->streams) in mcasp_stop_tx()
298 mcasp->streams--; in davinci_mcasp_stop()
/linux-4.1.27/Documentation/dvb/
Dfaq.txt36 MPEG2 transport streams (TS) directly. Then, run
51 streams (PS) only, and can be used in conjunction with the
/linux-4.1.27/sound/pcmcia/pdaudiocf/
Dpdaudiocf_pcm.c303 err = snd_ak4117_build(chip->ak4117, pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream); in snd_pdacf_pcm_new()
/linux-4.1.27/Documentation/video4linux/
DREADME.ivtv138 Note that the YUV and PCM streams are not synchronized, so they are of
154 read or write audio streams with this device. Once you use this
Dvivid.txt748 capture and output streams and for the SDR capture device except for the
/linux-4.1.27/net/sctp/
DKconfig24 -- sequenced delivery of user messages within multiple streams,
/linux-4.1.27/sound/soc/intel/haswell/
Dsst-haswell-pcm.c947 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream || in hsw_pcm_new()
948 pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream) { in hsw_pcm_new()
960 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) in hsw_pcm_new()
962 if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream) in hsw_pcm_new()
/linux-4.1.27/Documentation/sound/alsa/soc/
Doverview.txt43 active streams.
DDPCM.txt299 Hostless PCM streams
/linux-4.1.27/sound/pci/emu10k1/
Dp16v.c664 for(substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in snd_p16v_pcm()
678 for (substream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in snd_p16v_pcm()
Demupcm.c1422 …for (substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; substream; substream = substre… in snd_emu10k1_pcm()
1426 …for (substream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; substream; substream = substrea… in snd_emu10k1_pcm()
1450 …for (substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; substream; substream = substre… in snd_emu10k1_pcm_multi()
/linux-4.1.27/sound/usb/usx2y/
Dusx2yhwdeppcm.c740 if (0 > (err = snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, in usX2Y_hwdep_pcm_new()
744 0 > (err = snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in usX2Y_hwdep_pcm_new()
Dusbusx2yaudio.c982 0 > (err = snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream, in usX2Y_audio_stream_new()
986 0 > (err = snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in usX2Y_audio_stream_new()
/linux-4.1.27/fs/xfs/
Dxfs_trace.h549 __field(int, streams)
555 __entry->streams = xfs_filestream_peek_ag(ip->i_mount, agno);
561 __entry->streams)
579 __field(int, streams)
587 __entry->streams = xfs_filestream_peek_ag(ip->i_mount, agno);
595 __entry->streams,
/linux-4.1.27/net/wireless/
Dutil.c1157 int modulation, streams, bitrate; in cfg80211_calculate_bitrate() local
1172 streams = (rate->mcs >> 3) + 1; in cfg80211_calculate_bitrate()
1183 bitrate *= streams; in cfg80211_calculate_bitrate()
/linux-4.1.27/drivers/usb/core/
Ddevio.c783 struct usbdevfs_streams __user *streams, in parse_usbdevfs_streams() argument
795 if (get_user(num_streams, &streams->num_streams) || in parse_usbdevfs_streams()
796 get_user(num_eps, &streams->num_eps)) in parse_usbdevfs_streams()
811 if (get_user(ep, &streams->eps[i])) { in parse_usbdevfs_streams()
1376 if (ep->streams) in proc_do_submiturb()
Dhcd.c2074 if (eps[i]->streams) in usb_alloc_streams()
2084 eps[i]->streams = ret; in usb_alloc_streams()
2117 if (!eps[i] || !eps[i]->streams) in usb_free_streams()
2125 eps[i]->streams = 0; in usb_free_streams()
Ddriver.c420 if (ep->streams == 0) in usb_unbind_interface()
Dmessage.c1331 iface->cur_altsetting->endpoint[i].streams = 0; in usb_set_interface()
Dhub.c5440 intf->cur_altsetting->endpoint[j].streams = 0; in usb_reset_and_verify_device()
/linux-4.1.27/include/linux/
Duwb.h70 DECLARE_BITMAP(streams, UWB_NUM_STREAMS);
Dusb.h75 int streams; member
/linux-4.1.27/sound/aoa/soundbus/i2sbus/
Dpcm.c990 dev->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].dev.parent = in i2sbus_attach_codec()
1007 dev->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].dev.parent = in i2sbus_attach_codec()
/linux-4.1.27/sound/pci/ice1712/
Djuli.c479 ice->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream); in juli_add_controls()
Drevo.c613 ice->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream); in revo_add_controls()
Dprodigy192.c683 ice->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream); in prodigy192_add_controls()
Dquartet.c837 ice->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream); in qtet_add_controls()
Dice1712.c1277 pcm->streams[0].substream, in snd_ice1712_pcm_profi()
1278 pcm->streams[1].substream); in snd_ice1712_pcm_profi()
Dice1724.c266 return list_first_entry(&ice->rmidi[0]->streams[stream].substreams, in get_rawmidi_substream()
/linux-4.1.27/sound/isa/gus/
Dgus_pcm.c874 …for (substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; substream; substream = substre… in snd_gf1_pcm_new()
885 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in snd_gf1_pcm_new()
/linux-4.1.27/drivers/usb/gadget/udc/
Ddummy_hcd.c1102 unsigned int pipe, unsigned int streams) in set_max_streams_for_pipe() argument
1106 streams--; in set_max_streams_for_pipe()
1109 streams <<= 4; in set_max_streams_for_pipe()
1114 max_streams |= streams; in set_max_streams_for_pipe()
/linux-4.1.27/drivers/usb/gadget/legacy/
DKconfig66 on the device - the audio streams are simply sinked to and
258 UAS utilizes the USB 3.0 feature called streams support.
/linux-4.1.27/sound/firewire/
Disight.c467 isight->pcm = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in isight_create_pcm()
/linux-4.1.27/arch/x86/crypto/
Dsha1_ssse3_asm.S376 # blended scheduling of vector and scalar instruction streams, one 4-wide
/linux-4.1.27/sound/pci/ca0106/
Dca0106_main.c1404 for(substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in snd_ca0106_pcm()
1414 for (substream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in snd_ca0106_pcm()
/linux-4.1.27/arch/x86/crypto/sha-mb/
Dsha1_x8_avx2.S288 # 8 streams x 5 32bit words per digest x 4 bytes per word
/linux-4.1.27/drivers/net/wireless/
Dmwl8k.c3804 struct mwl8k_ampdu_stream *streams; in mwl8k_watchdog_ba_events() local
3824 streams = &priv->ampdu[stream_index]; in mwl8k_watchdog_ba_events()
3825 if (streams->state == AMPDU_STREAM_ACTIVE) { in mwl8k_watchdog_ba_events()
3826 ieee80211_stop_tx_ba_session(streams->sta, in mwl8k_watchdog_ba_events()
3827 streams->tid); in mwl8k_watchdog_ba_events()
/linux-4.1.27/sound/pci/rme9652/
Drme9652.c1848 snd_pcm_period_elapsed(rme9652->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream); in snd_rme9652_interrupt()
1852 snd_pcm_period_elapsed(rme9652->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream); in snd_rme9652_interrupt()
Dhdsp.c3857 snd_pcm_period_elapsed(hdsp->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream); in snd_hdsp_interrupt()
3860 snd_pcm_period_elapsed(hdsp->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream); in snd_hdsp_interrupt()
/linux-4.1.27/sound/pci/trident/
Dtrident_main.c2201 …for (substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; substream; substream = substre… in snd_trident_pcm()
2205 snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream, in snd_trident_pcm()
2246 substream = foldback->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in snd_trident_foldback_pcm()
/linux-4.1.27/drivers/usb/gadget/
DKconfig399 on the device - the audio streams are simply sinked to and
/linux-4.1.27/Documentation/filesystems/caching/
Dfscache.txt421 This is a bitmask of debugging streams to enable:
Dcachefiles.txt488 This is a bitmask of debugging streams to enable:
/linux-4.1.27/sound/pci/
Dsonicvibes.c1439 dir = &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT]; in snd_sonicvibes_midi()
Dintel8x0.c2773 subs = chip->pcm[0]->streams[0].substream; in intel8x0_measure_ac97_clock()
/linux-4.1.27/sound/pci/echoaudio/
Dechoaudio.c889 for (ss = pcm->streams[stream].substream; ss; ss = ss->next) { in snd_echo_preallocate_pages()
/linux-4.1.27/sound/usb/
Dmidi.c1520 list_for_each_entry(substream, &umidi->rmidi->streams[stream].substreams, in snd_usbmidi_find_substream()
/linux-4.1.27/drivers/hid/
DKconfig878 for events and handle data streams. Each sensor driver can format
/linux-4.1.27/Documentation/spi/
Dspi-summary38 lengths, such as streams of 12-bit or 20-bit digital samples.
/linux-4.1.27/sound/pci/ymfpci/
Dymfpci_main.c1872 substream = chip->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in snd_ymfpci_mixer()
/linux-4.1.27/Documentation/block/
Dbiodoc.txt1005 multiple I/O streams are being performed at once on one disk.