Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/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()
273 struct cx18_stream *s = &cx->streams[id->type]; in cx18_s_fmt_vid_cap()
534 cx->streams[CX18_ENC_STREAM_TYPE_MPG].video_dev.tvnorms = std; in cx18_s_input()
535 cx->streams[CX18_ENC_STREAM_TYPE_YUV].video_dev.tvnorms = std; in cx18_s_input()
536 cx->streams[CX18_ENC_STREAM_TYPE_VBI].video_dev.tvnorms = std; in cx18_s_input()
771 struct cx18_stream *s = &cx->streams[CX18_ENC_STREAM_TYPE_IDX]; in cx18_g_enc_index()
818 struct cx18_stream *s = &cx->streams[id->type]; in cx18_vb_queue()
837 struct cx18_stream *s = &cx->streams[id->type]; in cx18_streamon()
858 struct cx18_stream *s = &cx->streams[id->type]; in cx18_streamoff()
876 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.4.14/sound/hda/
Dhdac_device.c811 unsigned int streams = snd_hdac_read_parm(codec, nid, AC_PAR_STREAM); in query_stream_param() local
813 if (!streams || streams == -1) in query_stream_param()
814 streams = snd_hdac_read_parm(codec, codec->afg, AC_PAR_STREAM); in query_stream_param()
815 if (!streams || streams == -1) in query_stream_param()
817 return streams; in query_stream_param()
859 unsigned int streams, bps; in snd_hdac_query_supported_pcm() local
861 streams = query_stream_param(codec, nid); in snd_hdac_query_supported_pcm()
862 if (!streams) in snd_hdac_query_supported_pcm()
866 if (streams & AC_SUPFMT_PCM) { in snd_hdac_query_supported_pcm()
896 if (streams & AC_SUPFMT_FLOAT32) { in snd_hdac_query_supported_pcm()
[all …]
Dhdac_stream.c520 unsigned int streams) in snd_hdac_stream_timecounter_init() argument
530 if (streams & (1 << i)) { in snd_hdac_stream_timecounter_init()
551 unsigned int streams, unsigned int reg) in snd_hdac_stream_sync_trigger() argument
560 val |= streams; in snd_hdac_stream_sync_trigger()
562 val &= ~streams; in snd_hdac_stream_sync_trigger()
577 unsigned int streams) in snd_hdac_stream_sync() argument
587 if (streams & (1 << i)) { in snd_hdac_stream_sync()
/linux-4.4.14/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.4.14/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()
745 struct ivtv_stream *s = &itv->streams[id->type]; in ivtv_querycap()
947 struct ivtv_stream *s = &itv->streams[fh2id(fh)->type]; in ivtv_enum_fmt_vid_cap()
973 struct ivtv_stream *s = &itv->streams[fh2id(fh)->type]; in ivtv_enum_fmt_vid_out()
1026 itv->streams[i].vdev.tvnorms = std; in ivtv_s_input()
1075 struct ivtv_stream *s = &itv->streams[fh2id(fh)->type]; in ivtv_g_frequency()
1089 struct ivtv_stream *s = &itv->streams[fh2id(fh)->type]; in ivtv_s_frequency()
1379 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.c236 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.4.14/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()
197 p += sprintf(p, "%d,", mg->streams); in minstrel_ht_stats_csv_dump()
201 p += sprintf(p, "%d,", mg->streams); in minstrel_ht_stats_csv_dump()
215 p += sprintf(p, ",MCS%-2u,", (mg->streams - 1) * 8 + j); in minstrel_ht_stats_csv_dump()
217 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.4.14/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.4.14/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()
1078 if (pcm->streams[cidx].substream == NULL) in snd_pcm_dev_register()
1091 &pcm->streams[cidx].dev); in snd_pcm_dev_register()
1097 for (substream = pcm->streams[cidx].substream; substream; substream = substream->next) in snd_pcm_dev_register()
1121 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()
2564 info->pcm->streams[info->stream].chmap_kctl = NULL; in pcm_chmap_ctl_private_free()
2610 knew.count = pcm->streams[stream].substream_count; in snd_pcm_add_chmap_ctls()
2621 pcm->streams[stream].chmap_kctl = info->kctl; in snd_pcm_add_chmap_ctls()
Dpcm_native.c1336 for (substream = pcm->streams[stream].substream; in snd_pcm_suspend_all()
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.txt680 Enable dynamic triggering of linear timeouts for thin streams.
686 non-aggressive thin streams, often found to be time-dependent.
687 For more information on thin streams, see
693 for thin streams. If set, a check is performed upon reception
698 streams, often found to be time-dependent.
699 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.4.14/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.4.14/drivers/media/pci/cobalt/
Dcobalt-driver.c140 if (sd == cobalt->streams[i].sd) in cobalt_get_sd_nr()
151 struct cobalt_stream *s = &cobalt->streams[sd_nr]; in cobalt_notify()
440 struct cobalt_stream *s = &cobalt->streams[i]; in cobalt_stream_struct_init()
511 struct cobalt_stream *s = cobalt->streams; in cobalt_subdevs_init()
561 cobalt->streams[i + COBALT_AUDIO_IN_STREAM].is_dummy = false; in cobalt_subdevs_init()
620 struct cobalt_stream *s = &cobalt->streams[COBALT_HSMA_IN_NODE]; in cobalt_subdevs_hsma_init()
641 cobalt->streams[4 + COBALT_AUDIO_IN_STREAM].is_dummy = false; in cobalt_subdevs_hsma_init()
672 cobalt->streams[COBALT_AUDIO_OUT_STREAM].is_dummy = false; in cobalt_subdevs_hsma_init()
801 struct v4l2_subdev *sd = cobalt->streams[i].sd; in cobalt_remove()
Dcobalt-irq.c161 struct cobalt_stream *s = &cobalt->streams[i]; in cobalt_irq_handler()
218 struct cobalt_stream *s = &cobalt->streams[i]; in cobalt_irq_work_handler()
223 v4l2_subdev_call(cobalt->streams[i].sd, core, in cobalt_irq_work_handler()
Dcobalt-driver.h273 struct cobalt_stream streams[DMA_CHANNELS_MAX]; member
Dcobalt-v4l2.c1170 struct cobalt_stream *s = cobalt->streams + node; in cobalt_node_register()
1271 struct cobalt_stream *s = cobalt->streams + node; in cobalt_nodes_unregister()
/linux-4.4.14/sound/soc/pxa/
Dpxa2xx-pcm.c70 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { in pxa2xx_soc_pcm_new()
77 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.4.14/sound/soc/kirkwood/
Dkirkwood-dma.c258 struct snd_pcm_substream *substream = pcm->streams[stream].substream; in kirkwood_dma_preallocate_dma_buffer()
284 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) { in kirkwood_dma_new()
291 if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream) { in kirkwood_dma_new()
308 substream = pcm->streams[stream].substream; in kirkwood_dma_free_dma_buffers()
/linux-4.4.14/sound/firewire/tascam/
Dtascam-midi.c104 stream = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]; in snd_tscm_create_midi_devices()
120 stream = &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT]; in snd_tscm_create_midi_devices()
/linux-4.4.14/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.4.14/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()
216 stream = &ctx->streams[str_id]; in sst_cdev_open()
464 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.4.14/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.4.14/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.4.14/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.4.14/sound/arm/
Dpxa2xx-pcm-lib.c153 struct snd_pcm_substream *substream = pcm->streams[stream].substream; in pxa2xx_pcm_preallocate_dma_buffer()
175 substream = pcm->streams[stream].substream; in pxa2xx_pcm_free_dma_buffers()
/linux-4.4.14/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.4.14/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.4.14/sound/firewire/oxfw/
Doxfw-midi.c169 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]; in snd_oxfw_create_midi()
180 str = &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT]; in snd_oxfw_create_midi()
/linux-4.4.14/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.c797 int width, streams, half_gi, ndelim, mindelim; in ath_compute_num_delims() local
847 streams = HT_RC_2_STREAMS(rix); in ath_compute_num_delims()
848 nsymbits = bits_per_symbol[rix % 8][width] * streams; in ath_compute_num_delims()
1031 int streams; in ath_pkt_duration() local
1034 streams = HT_RC_2_STREAMS(rix); in ath_pkt_duration()
1036 nsymbits = bits_per_symbol[rix % 8][width] * streams; in ath_pkt_duration()
1045 duration += L_STF + L_LTF + L_SIG + HT_SIG + HT_STF + HT_LTF(streams); in ath_pkt_duration()
1052 int streams = HT_RC_2_STREAMS(mcs); in ath_max_framelen() local
1056 usec -= L_STF + L_LTF + L_SIG + HT_SIG + HT_STF + HT_LTF(streams); in ath_max_framelen()
1058 bits = symbols * bits_per_symbol[mcs % 8][ht40] * streams; in ath_max_framelen()
/linux-4.4.14/sound/firewire/digi00x/
Ddigi00x-midi.c212 str = &rmidi[i]->streams[SNDRV_RAWMIDI_STREAM_INPUT]; in snd_dg00x_create_midi_devices()
216 str = &rmidi[i]->streams[SNDRV_RAWMIDI_STREAM_OUTPUT]; in snd_dg00x_create_midi_devices()
/linux-4.4.14/include/sound/
Dpcm_oss.h68 struct snd_pcm_substream *streams[2]; member
Dhdaudio.h453 unsigned int streams, unsigned int reg);
455 unsigned int streams);
457 unsigned int streams);
Drawmidi.h135 struct snd_rawmidi_str streams[2]; member
Dpcm.h522 struct snd_pcm_str streams[2]; member
1371 for (s = info->pcm->streams[info->stream].substream; s; s = s->next) in snd_pcm_chmap_substream()
/linux-4.4.14/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()
993 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.4.14/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.4.14/drivers/gpu/host1x/
DKconfig18 Say yes if kernel should protect command streams from tampering.
/linux-4.4.14/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.4.14/sound/usb/line6/
Dpcm.h43 (line6pcm->pcm->streams[stream].substream)
/linux-4.4.14/sound/pci/hda/
Dhda_proc.c201 unsigned int streams) in print_pcm_formats() argument
203 snd_iprintf(buffer, " formats [0x%x]:", streams & 0xf); in print_pcm_formats()
204 if (streams & AC_SUPFMT_PCM) in print_pcm_formats()
206 if (streams & AC_SUPFMT_FLOAT32) in print_pcm_formats()
208 if (streams & AC_SUPFMT_AC3) in print_pcm_formats()
Dhda_codec.c1639 if (cpcm->pcm->streams[0].substream_opened || in snd_hda_lock_devices()
1640 cpcm->pcm->streams[1].substream_opened) in snd_hda_lock_devices()
/linux-4.4.14/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.4.14/Documentation/blockdev/
Dzram.txt61 2) Set max number of compression streams
62 Compression backend may use up to max_comp_streams compression streams,
67 #show max compression streams number
70 #set max compression streams number to 3
/linux-4.4.14/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.4.14/Documentation/DocBook/
Dusb.xml.db116 API-usb-alloc-streams
117 API-usb-free-streams
/linux-4.4.14/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()
752 snd_pcm_suspend(chip->streams[i]); in oxygen_pci_suspend()
Doxygen.h138 struct snd_pcm_substream *streams[PCM_COUNT]; member
/linux-4.4.14/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()
697 be_pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream->private_data = rtd; in snd_soc_new_compress()
699 be_pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream->private_data = rtd; in snd_soc_new_compress()
Dsoc-generic-dmaengine-pcm.c272 substream = rtd->pcm->streams[i].substream; in dmaengine_pcm_new()
Dsoc-pcm.c2604 pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream->private_data = rtd; in soc_new_pcm()
2606 pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream->private_data = rtd; in soc_new_pcm()
2688 return be->pcm->streams[stream].substream; in snd_soc_dpcm_get_substream()
Dsoc-core.c545 return card->rtd[i].pcm->streams[stream].substream; in snd_soc_get_dai_substream()
/linux-4.4.14/drivers/media/pci/solo6x10/
Dsolo6x10-g723.c88 &solo_dev->snd_pcm->streams[SNDRV_PCM_STREAM_CAPTURE]; in solo_g723_isr()
334 for (i = 0, ss = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in solo_snd_pcm_init()
/linux-4.4.14/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."
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.4.14/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
Dsysfs-bus-coresight-devices-etm4x117 streams.
/linux-4.4.14/Documentation/devicetree/bindings/media/
Ds5p-mfc.txt6 video raw/elementary streams and has support for all popular
/linux-4.4.14/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.4.14/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.4.14/Documentation/video4linux/cx2341x/
Dfw-decoder-api.txt295 streams <8mpbs or 640KB for streams >8mbps
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_driver.c319 list_for_each_entry(stream, &dev->streams, list) { in uvc_stream_by_id()
831 list_add_tail(&streaming->list, &dev->streams); in uvc_parse_streaming()
1676 list_for_each_safe(p, n, &dev->streams) { in uvc_delete()
1716 list_for_each_entry(stream, &dev->streams, list) { in uvc_unregister_video()
1870 INIT_LIST_HEAD(&dev->streams); in uvc_probe()
1992 list_for_each_entry(stream, &dev->streams, list) { in uvc_suspend()
2027 list_for_each_entry(stream, &dev->streams, list) { in __uvc_resume()
Duvcvideo.h544 struct list_head streams; member
/linux-4.4.14/sound/soc/qcom/
Dlpass-platform.c479 pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in lpass_platform_pcm_new()
527 pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in lpass_platform_pcm_free()
/linux-4.4.14/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.4.14/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.4.14/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.txt755 capture and output streams and for the SDR capture device except for the
/linux-4.4.14/net/sctp/
DKconfig24 -- sequenced delivery of user messages within multiple streams,
/linux-4.4.14/sound/soc/davinci/
Ddavinci-mcasp.c90 int streams; member
242 mcasp->streams++; in davinci_mcasp_start()
260 if (mcasp_is_synchronous(mcasp) && !mcasp->streams) in mcasp_stop_rx()
285 if (mcasp_is_synchronous(mcasp) && mcasp->streams) in mcasp_stop_tx()
300 mcasp->streams--; in davinci_mcasp_stop()
/linux-4.4.14/sound/soc/intel/haswell/
Dsst-haswell-pcm.c952 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream || in hsw_pcm_new()
953 pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream) { in hsw_pcm_new()
965 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream) in hsw_pcm_new()
967 if (pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream) in hsw_pcm_new()
/linux-4.4.14/Documentation/sound/alsa/soc/
Doverview.txt43 active streams.
DDPCM.txt299 Hostless PCM streams
/linux-4.4.14/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.4.14/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.4.14/net/wireless/
Dutil.c1158 int modulation, streams, bitrate; in cfg80211_calculate_bitrate() local
1173 streams = (rate->mcs >> 3) + 1; in cfg80211_calculate_bitrate()
1184 bitrate *= streams; in cfg80211_calculate_bitrate()
/linux-4.4.14/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()
1378 if (ep->streams) in proc_do_submiturb()
Dhcd.c2125 if (eps[i]->streams) in usb_alloc_streams()
2135 eps[i]->streams = ret; in usb_alloc_streams()
2168 if (!eps[i] || !eps[i]->streams) in usb_free_streams()
2176 eps[i]->streams = 0; in usb_free_streams()
Ddriver.c425 if (ep->streams == 0) in usb_unbind_interface()
Dmessage.c1331 iface->cur_altsetting->endpoint[i].streams = 0; in usb_set_interface()
Dhub.c5480 intf->cur_altsetting->endpoint[j].streams = 0; in usb_reset_and_verify_device()
/linux-4.4.14/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.4.14/include/linux/
Duwb.h70 DECLARE_BITMAP(streams, UWB_NUM_STREAMS);
Dusb.h75 int streams; member
/linux-4.4.14/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.4.14/sound/pci/ice1712/
Drevo.c613 ice->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream); in revo_add_controls()
Djuli.c479 ice->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream); in juli_add_controls()
Dprodigy192.c683 ice->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream); in prodigy192_add_controls()
Dquartet.c832 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.4.14/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.4.14/drivers/usb/gadget/udc/
Ddummy_hcd.c1167 unsigned int pipe, unsigned int streams) in set_max_streams_for_pipe() argument
1171 streams--; in set_max_streams_for_pipe()
1174 streams <<= 4; in set_max_streams_for_pipe()
1179 max_streams |= streams; in set_max_streams_for_pipe()
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_cmd.h1472 SVGAGBVertexStream streams[SVGA3D_MAX_VERTEX_ARRAYS]; member
/linux-4.4.14/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.4.14/arch/x86/crypto/
Dsha1_ssse3_asm.S376 # blended scheduling of vector and scalar instruction streams, one 4-wide
/linux-4.4.14/sound/firewire/
Disight.c467 isight->pcm = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in isight_create_pcm()
/linux-4.4.14/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.4.14/arch/x86/crypto/sha-mb/
Dsha1_x8_avx2.S288 # 8 streams x 5 32bit words per digest x 4 bytes per word
/linux-4.4.14/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.4.14/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.c3858 snd_pcm_period_elapsed(hdsp->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream); in snd_hdsp_interrupt()
3861 snd_pcm_period_elapsed(hdsp->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream); in snd_hdsp_interrupt()
/linux-4.4.14/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.4.14/drivers/usb/gadget/
DKconfig399 on the device - the audio streams are simply sinked to and
/linux-4.4.14/Documentation/filesystems/caching/
Dfscache.txt426 This is a bitmask of debugging streams to enable:
Dcachefiles.txt488 This is a bitmask of debugging streams to enable:
/linux-4.4.14/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.4.14/sound/pci/echoaudio/
Dechoaudio.c889 for (ss = pcm->streams[stream].substream; ss; ss = ss->next) { in snd_echo_preallocate_pages()
/linux-4.4.14/sound/usb/
Dmidi.c1520 list_for_each_entry(substream, &umidi->rmidi->streams[stream].substreams, in snd_usbmidi_find_substream()
/linux-4.4.14/drivers/hid/
DKconfig905 for events and handle data streams. Each sensor driver can format
/linux-4.4.14/Documentation/spi/
Dspi-summary38 lengths, such as streams of 12-bit or 20-bit digital samples.
/linux-4.4.14/sound/pci/ymfpci/
Dymfpci_main.c1872 substream = chip->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in snd_ymfpci_mixer()
/linux-4.4.14/Documentation/block/
Dbiodoc.txt1005 multiple I/O streams are being performed at once on one disk.