Searched refs:streams (Results 126 - 150 of 222) sorted by relevance

123456789

/linux-master/sound/soc/codecs/
H A Dtscs454.c95 u8 streams; member in struct:aifs_status
103 status->streams |= mask;
111 status->streams &= mask;
116 return status->streams;
121 return (0x03 << aif_id * 2) & status->streams;
819 aif->id, tscs454->aifs_status.streams);
3227 aif->id, tscs454->aifs_status.streams);
/linux-master/drivers/media/usb/uvc/
H A Duvc_driver.c167 list_for_each_entry(stream, &dev->streams, list) {
753 list_add_tail(&streaming->list, &dev->streams);
1884 list_for_each_safe(p, n, &dev->streams) {
1911 list_for_each_entry(stream, &dev->streams, list) {
2106 INIT_LIST_HEAD(&dev->streams);
2288 list_for_each_entry(stream, &dev->streams, list) {
2323 list_for_each_entry(stream, &dev->streams, list) {
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dxmit.c879 int width, streams, half_gi, ndelim, mindelim; local
929 streams = HT_RC_2_STREAMS(rix);
930 nsymbits = bits_per_symbol[rix % 8][width] * streams;
1121 int streams; local
1124 streams = HT_RC_2_STREAMS(rix);
1126 nsymbits = bits_per_symbol[rix % 8][width] * streams;
1135 duration += L_STF + L_LTF + L_SIG + HT_SIG + HT_STF + HT_LTF(streams);
1142 int streams = HT_RC_2_STREAMS(mcs); local
1146 usec -= L_STF + L_LTF + L_SIG + HT_SIG + HT_STF + HT_LTF(streams);
1148 bits = symbols * bits_per_symbol[mcs % 8][ht40] * streams;
[all...]
/linux-master/drivers/media/pci/ivtv/
H A Divtv-driver.c50 #include "ivtv-streams.h"
338 return &itv->streams[IVTV_DEC_STREAM_TYPE_MPG];
340 return &itv->streams[IVTV_DEC_STREAM_TYPE_YUV];
1259 IVTV_ERR("Error %d setting up streams\n", retval);
1403 IVTV_DEBUG_INFO("Stopping all streams\n");
1420 ivtv_stop_v4l2_decode_stream(&itv->streams[type],
/linux-master/sound/soc/qcom/
H A Dlpass-platform.c1135 if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream)
1136 substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream;
1138 substream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream;
/linux-master/sound/pci/ice1712/
H A Drevo.c599 ice->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream);
H A Djuli.c442 ice->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream);
/linux-master/sound/pci/lola/
H A Dlola.h307 struct lola_stream streams[MAX_STREAM_COUNT]; member in struct:lola_pcm
336 /* streams */
/linux-master/drivers/media/pci/tw686x/
H A Dtw686x-audio.c283 for (i = 0, ss = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream;
/linux-master/sound/soc/intel/atom/sst/
H A Dsst.h338 * @streams : sst stream contexts
349 * @pb_streams : total active pb streams
350 * @cp_streams : total active cp streams
382 struct stream_info streams[MAX_NUM_STREAMS+1]; member in struct:intel_sst_drv
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c187 unsigned int streams; local
221 streams = etnaviv_field(specs[3],
223 if (streams)
224 gpu->identity.stream_count = streams;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c203 (dc->current_state->streams[i]->link->psr_settings.psr_version == DC_PSR_VERSION_UNSUPPORTED))
265 if (dc->current_state->streams[i] != NULL &&
266 dc->current_state->streams[i]->link->psr_settings.psr_version != DC_PSR_VERSION_UNSUPPORTED &&
267 (dc->current_state->stream_count > 1 || (!dc->current_state->streams[i]->dpms_off &&
/linux-master/sound/drivers/
H A Dserial-u16550.c216 interpreted as streams */
848 snd_uart16550_substreams(&rrawmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT]);
849 snd_uart16550_substreams(&rrawmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]);
H A Dmts64.c782 &rmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT].substreams) {
789 &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams) {
/linux-master/sound/pci/oxygen/
H A Doxygen_lib.c87 if ((elapsed_streams & (1 << i)) && chip->streams[i])
88 snd_pcm_period_elapsed(chip->streams[i]);
/linux-master/sound/usb/usx2y/
H A Dusx2yhwdeppcm.c518 // Start hardware streams
756 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream,
760 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream,
H A Dusbusx2yaudio.c857 // Start hardware streams
1000 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream,
1006 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream,
/linux-master/sound/isa/gus/
H A Dgus_pcm.c852 for (substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; substream; substream = substream->next)
863 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream,
/linux-master/sound/soc/apple/
H A Dmca.c922 rtd->pcm->streams[i].substream;
944 rtd->pcm->streams[i].substream;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddcn30_fpu.c395 if (context->streams[i])
396 context->streams[i]->fpo_in_use = false;
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_utils.c234 if (state->streams[i]->stream_id == stream_id) {
439 if (context->streams[i]->num_wb_info != 0)
/linux-master/sound/aoa/soundbus/i2sbus/
H A Dpcm.c975 dev->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].dev->parent =
992 dev->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].dev->parent =
/linux-master/sound/core/
H A Dpcm_lib.c510 struct snd_pcm_str *stream = &pcm->streams[direction];
2533 info->pcm->streams[info->stream].chmap_kctl = NULL;
2567 if (WARN_ON(pcm->streams[stream].chmap_kctl))
2581 knew.count = pcm->streams[stream].substream_count;
2592 pcm->streams[stream].chmap_kctl = info->kctl;
/linux-master/sound/soc/ti/
H A Ddavinci-mcasp.c99 int streams; member in struct:davinci_mcasp
290 mcasp->streams++;
308 if (mcasp_is_synchronous(mcasp) && !mcasp->streams) {
335 if (mcasp_is_synchronous(mcasp) && mcasp->streams)
355 mcasp->streams--;
/linux-master/sound/pci/emu10k1/
H A Demupcm.c1453 for (substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; substream; substream = substream->next)
1458 for (substream = pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream; substream; substream = substream->next)
1484 for (substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; substream; substream = substream->next)

Completed in 295 milliseconds

123456789