/linux-4.4.14/Documentation/usb/ |
D | bulk-streams.txt | 4 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/ |
D | cmi8330.c | 178 } 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/ |
D | cx18-streams.c | 257 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 …]
|
D | cx18-fileops.c | 47 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 …]
|
D | cx18-ioctl.c | 153 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 …]
|
D | Makefile | 2 cx18-queue.o cx18-streams.o cx18-fileops.o cx18-ioctl.o cx18-controls.o \
|
D | cx18-alsa-pcm.c | 161 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()
|
D | cx18-alsa-main.c | 218 s = &cx->streams[CX18_ENC_STREAM_TYPE_PCM]; in cx18_alsa_load()
|
D | cx18-driver.c | 753 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()
|
D | cx18-driver.h | 613 struct cx18_stream streams[CX18_MAX_STREAMS]; /* Stream data */ member
|
/linux-4.4.14/sound/hda/ |
D | hdac_device.c | 811 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 …]
|
D | hdac_stream.c | 520 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/ |
D | tm6000-dvb.c | 108 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()
|
D | tm6000.h | 149 unsigned int streams; member
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | ivtv-fileops.c | 47 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 …]
|
D | ivtv-streams.c | 163 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 …]
|
D | ivtv-irq.c | 43 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 …]
|
D | ivtv-ioctl.c | 247 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 …]
|
D | Makefile | 4 ivtv-mailbox.o ivtv-queue.o ivtv-streams.o ivtv-udma.o \
|
D | ivtv-alsa-pcm.c | 168 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()
|
D | ivtv-alsa-main.c | 236 s = &itv->streams[IVTV_ENC_STREAM_TYPE_PCM]; in ivtv_alsa_load()
|
D | ivtv-driver.c | 341 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()
|
D | ivtv-driver.h | 669 struct ivtv_stream streams[IVTV_MAX_STREAMS]; /* stream data */ member
|
/linux-4.4.14/net/mac80211/ |
D | rc80211_minstrel_ht_debugfs.c | 51 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()
|
D | rc80211_minstrel_ht.c | 37 #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 …]
|
D | rc80211_minstrel_ht.h | 45 unsigned int streams; member
|
/linux-4.4.14/sound/soc/fsl/ |
D | imx-pcm-fiq.c | 243 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()
|
D | mpc5200_dma.c | 316 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()
|
D | fsl_dma.c | 299 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()
|
D | fsl_asrc_dma.c | 349 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/ |
D | pcm.c | 135 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 …]
|
D | rawmidi.c | 232 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 …]
|
D | pcm_memory.c | 119 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()
|
D | pcm_lib.c | 504 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()
|
D | pcm_native.c | 1336 for (substream = pcm->streams[stream].substream; in snd_pcm_suspend_all()
|
/linux-4.4.14/sound/soc/omap/ |
D | omap-pcm.c | 179 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/ |
D | nm256.c | 242 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/ |
D | aloop.c | 75 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 …]
|
D | portman2x4.c | 595 &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()
|
D | mtpav.c | 656 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()
|
D | mts64.c | 799 &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()
|
D | serial-u16550.c | 888 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/ |
D | tcp-thin.txt | 1 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,
|
D | sctp.txt | 8 transparent multi-homing, and multiple ordered streams of messages.
|
D | 00-INDEX | 210 - kernel tuning options for low rate 'thin' TCP streams.
|
D | ip-sysctl.txt | 680 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
|
D | cdc_mbim.txt | 191 MBIM also allows up to 256 non-IP data streams to be multiplexed over
|
D | timestamping.txt | 191 is, for streams option SOF_TIMESTAMPING_TX_SOFTWARE will record
|
D | can.txt | 111 write application data byte streams, without having to deal with
|
/linux-4.4.14/sound/core/oss/ |
D | pcm_oss.c | 1093 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/ |
D | cobalt-driver.c | 140 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()
|
D | cobalt-irq.c | 161 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()
|
D | cobalt-driver.h | 273 struct cobalt_stream streams[DMA_CHANNELS_MAX]; member
|
D | cobalt-v4l2.c | 1170 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/ |
D | pxa2xx-pcm.c | 70 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()
|
D | mmp-pcm.c | 158 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/ |
D | kirkwood-dma.c | 258 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/ |
D | tascam-midi.c | 104 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/ |
D | dice-midi.c | 137 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/ |
D | sst_stream.c | 87 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()
|
D | sst_drv_interface.c | 61 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()
|
D | sst_ipc.c | 269 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()
|
D | sst_pvt.c | 391 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()
|
D | sst.c | 282 struct stream_info *stream = &ctx->streams[i]; in sst_context_init() 441 struct stream_info *stream = &ctx->streams[i]; in intel_sst_suspend()
|
D | sst.h | 411 struct stream_info streams[MAX_NUM_STREAMS+1]; member
|
/linux-4.4.14/sound/soc/atmel/ |
D | atmel-pcm-pdc.c | 53 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/ |
D | fireworks_midi.c | 148 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/ |
D | bebob_midi.c | 148 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/ |
D | pxa2xx-pcm-lib.c | 153 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/ |
D | spi-nor.txt | 7 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/ |
D | bf5xx-ac97-pcm.c | 321 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/ |
D | oxfw-midi.c | 169 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/ |
D | common.c | 355 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()
|
D | xmit.c | 797 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/ |
D | digi00x-midi.c | 212 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/ |
D | pcm_oss.h | 68 struct snd_pcm_substream *streams[2]; member
|
D | hdaudio.h | 453 unsigned int streams, unsigned int reg); 455 unsigned int streams); 457 unsigned int streams);
|
D | rawmidi.h | 135 struct snd_rawmidi_str streams[2]; member
|
D | pcm.h | 522 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/ |
D | rsv.c | 156 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()
|
D | lc-dev.c | 115 bitmap_fill(uwb_dev->streams, UWB_NUM_GLOBAL_STREAMS); in uwb_dev_init()
|
/linux-4.4.14/sound/pci/mixart/ |
D | mixart_core.c | 463 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()
|
D | mixart_core.h | 270 struct mixart_sample_pos streams[MIXART_MAX_STREAM_PER_CARD * MIXART_MAX_CARDS]; member
|
D | mixart.c | 955 for (subs = pcm->streams[stream].substream; subs; subs = subs->next, idx++) in preallocate_buffers()
|
/linux-4.4.14/drivers/gpu/host1x/ |
D | Kconfig | 18 Say yes if kernel should protect command streams from tampering.
|
/linux-4.4.14/sound/soc/samsung/ |
D | idma.c | 346 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/ |
D | pcm.h | 43 (line6pcm->pcm->streams[stream].substream)
|
/linux-4.4.14/sound/pci/hda/ |
D | hda_proc.c | 201 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()
|
D | hda_codec.c | 1639 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/ |
D | lola_pcm.c | 44 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()
|
D | lola.h | 320 struct lola_stream streams[MAX_STREAM_COUNT]; member
|
D | lola_mixer.c | 446 err = lola_codec_write(chip, chip->pcm[CAPT].streams[n].nid, in lola_set_src_config()
|
/linux-4.4.14/Documentation/blockdev/ |
D | zram.txt | 61 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/ |
D | xlnx,video.txt | 7 Xilinx video IP pipeline processes video streams through one or more Xilinx
|
D | video.txt | 4 Xilinx video IP cores process video streams by acting as video sinks and/or
|
/linux-4.4.14/Documentation/DocBook/ |
D | usb.xml.db | 116 API-usb-alloc-streams 117 API-usb-free-streams
|
/linux-4.4.14/sound/pci/oxygen/ |
D | oxygen_pcm.c | 184 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()
|
D | oxygen_lib.c | 99 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()
|
D | oxygen.h | 138 struct snd_pcm_substream *streams[PCM_COUNT]; member
|
/linux-4.4.14/sound/soc/ |
D | soc-compress.c | 71 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()
|
D | soc-generic-dmaengine-pcm.c | 272 substream = rtd->pcm->streams[i].substream; in dmaengine_pcm_new()
|
D | soc-pcm.c | 2604 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()
|
D | soc-core.c | 545 return card->rtd[i].pcm->streams[stream].substream; in snd_soc_get_dai_substream()
|
/linux-4.4.14/drivers/media/pci/solo6x10/ |
D | solo6x10-g723.c | 88 &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/ |
D | CMIPCI.txt | 12 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
|
D | MIXART.txt | 69 - linked streams
|
D | SB-Live-mixer.txt | 20 little endian streams without any modifications to the digital output 24 but the conversion routines exist only for stereo (2-channel streams) 325 streams
|
D | timestamping.txt | 85 streams and to the DMA time (hw_ptr) in all other cases. 100 different streams - but may require the wallclock to be always
|
D | compress_offload.txt | 11 extend the existing API to compressed data streams. 101 listed for playback streams.
|
D | Procfile.txt | 42 <card>-<device>: <id>: <name> : <sub-streams>
|
D | hdspm.txt | 349 "Send playback streams to analog outs by default."
|
D | Audigy-mixer.txt | 314 streams
|
D | Audiophile-Usb.txt | 113 compliant (supposedly supporting S16_LE) but processes in fact only S16_BE streams.
|
D | ALSA-Configuration.txt | 989 line_outs_monitor - Send playback streams to analog outs by default. 1973 streams can be played at the same time, and the controller
|
D | HD-Audio.txt | 66 streams.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-module | 25 too limiting. For example two video streams could require 110
|
D | sysfs-block-zram | 65 number of backend's zcomp_strm compression streams (number of
|
D | sysfs-bus-coresight-devices-etm4x | 117 streams.
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | s5p-mfc.txt | 6 video raw/elementary streams and has support for all popular
|
/linux-4.4.14/sound/soc/intel/baytrail/ |
D | sst-baytrail-pcm.c | 331 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/ |
D | xillybus.txt | 81 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
|
D | xz.txt | 56 Since the XZ Embedded supports only streams with no integrity check or
|
D | stable_api_nonsense.txt | 108 - A change from a synchronous model of data streams to an asynchronous
|
D | media-framework.txt | 318 Pipelines and media streams
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-decoder-api.txt | 295 streams <8mpbs or 640KB for streams >8mbps
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_driver.c | 319 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()
|
D | uvcvideo.h | 544 struct list_head streams; member
|
/linux-4.4.14/sound/soc/qcom/ |
D | lpass-platform.c | 479 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/ |
D | faq.txt | 36 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/ |
D | pdaudiocf_pcm.c | 303 err = snd_ak4117_build(chip->ak4117, pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream); in snd_pdacf_pcm_new()
|
/linux-4.4.14/Documentation/video4linux/ |
D | README.ivtv | 138 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
|
D | vivid.txt | 755 capture and output streams and for the SDR capture device except for the
|
/linux-4.4.14/net/sctp/ |
D | Kconfig | 24 -- sequenced delivery of user messages within multiple streams,
|
/linux-4.4.14/sound/soc/davinci/ |
D | davinci-mcasp.c | 90 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/ |
D | sst-haswell-pcm.c | 952 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/ |
D | overview.txt | 43 active streams.
|
D | DPCM.txt | 299 Hostless PCM streams
|
/linux-4.4.14/sound/usb/usx2y/ |
D | usx2yhwdeppcm.c | 740 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()
|
D | usbusx2yaudio.c | 982 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/ |
D | p16v.c | 664 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()
|
D | emupcm.c | 1422 …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/ |
D | util.c | 1158 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/ |
D | devio.c | 783 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()
|
D | hcd.c | 2125 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()
|
D | driver.c | 425 if (ep->streams == 0) in usb_unbind_interface()
|
D | message.c | 1331 iface->cur_altsetting->endpoint[i].streams = 0; in usb_set_interface()
|
D | hub.c | 5480 intf->cur_altsetting->endpoint[j].streams = 0; in usb_reset_and_verify_device()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_trace.h | 549 __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/ |
D | uwb.h | 70 DECLARE_BITMAP(streams, UWB_NUM_STREAMS);
|
D | usb.h | 75 int streams; member
|
/linux-4.4.14/sound/aoa/soundbus/i2sbus/ |
D | pcm.c | 990 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/ |
D | revo.c | 613 ice->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream); in revo_add_controls()
|
D | juli.c | 479 ice->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream); in juli_add_controls()
|
D | prodigy192.c | 683 ice->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream); in prodigy192_add_controls()
|
D | quartet.c | 832 ice->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream); in qtet_add_controls()
|
D | ice1712.c | 1277 pcm->streams[0].substream, in snd_ice1712_pcm_profi() 1278 pcm->streams[1].substream); in snd_ice1712_pcm_profi()
|
D | ice1724.c | 266 return list_first_entry(&ice->rmidi[0]->streams[stream].substreams, in get_rawmidi_substream()
|
/linux-4.4.14/sound/isa/gus/ |
D | gus_pcm.c | 874 …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/ |
D | dummy_hcd.c | 1167 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/ |
D | svga3d_cmd.h | 1472 SVGAGBVertexStream streams[SVGA3D_MAX_VERTEX_ARRAYS]; member
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | Kconfig | 66 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/ |
D | sha1_ssse3_asm.S | 376 # blended scheduling of vector and scalar instruction streams, one 4-wide
|
/linux-4.4.14/sound/firewire/ |
D | isight.c | 467 isight->pcm = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; in isight_create_pcm()
|
/linux-4.4.14/sound/pci/ca0106/ |
D | ca0106_main.c | 1404 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/ |
D | sha1_x8_avx2.S | 288 # 8 streams x 5 32bit words per digest x 4 bytes per word
|
/linux-4.4.14/drivers/net/wireless/ |
D | mwl8k.c | 3804 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/ |
D | rme9652.c | 1848 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()
|
D | hdsp.c | 3858 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/ |
D | trident_main.c | 2201 …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/ |
D | Kconfig | 399 on the device - the audio streams are simply sinked to and
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | fscache.txt | 426 This is a bitmask of debugging streams to enable:
|
D | cachefiles.txt | 488 This is a bitmask of debugging streams to enable:
|
/linux-4.4.14/sound/pci/ |
D | sonicvibes.c | 1439 dir = &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT]; in snd_sonicvibes_midi()
|
D | intel8x0.c | 2773 subs = chip->pcm[0]->streams[0].substream; in intel8x0_measure_ac97_clock()
|
/linux-4.4.14/sound/pci/echoaudio/ |
D | echoaudio.c | 889 for (ss = pcm->streams[stream].substream; ss; ss = ss->next) { in snd_echo_preallocate_pages()
|
/linux-4.4.14/sound/usb/ |
D | midi.c | 1520 list_for_each_entry(substream, &umidi->rmidi->streams[stream].substreams, in snd_usbmidi_find_substream()
|
/linux-4.4.14/drivers/hid/ |
D | Kconfig | 905 for events and handle data streams. Each sensor driver can format
|
/linux-4.4.14/Documentation/spi/ |
D | spi-summary | 38 lengths, such as streams of 12-bit or 20-bit digital samples.
|
/linux-4.4.14/sound/pci/ymfpci/ |
D | ymfpci_main.c | 1872 substream = chip->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; in snd_ymfpci_mixer()
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 1005 multiple I/O streams are being performed at once on one disk.
|