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

123456789

/linux-master/sound/soc/fsl/
H A Dfsl_spdif.c1036 rtd->pcm->streams[stream].substream_count = (set ? 0 : 1);
/linux-master/sound/pci/echoaudio/
H A Dechoaudio.c890 for (ss = pcm->streams[stream].substream; ss; ss = ss->next)
907 streams to physical outputs. The user can mix the streams as he wishes
/linux-master/drivers/usb/core/
H A Dmessage.c1573 /* Changing alt-setting also frees any allocated streams */
1575 iface->cur_altsetting->endpoint[i].streams = 0;
H A Dhub.c6207 /* Resetting also frees any allocated streams */
6209 intf->cur_altsetting->endpoint[j].streams = 0;
/linux-master/include/linux/greybus/
H A Dgreybus_protocols.h1598 __u8 streams; member in struct:gb_camera_capture_request
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c1218 struct dc_stream_state *stream = dc->current_state->streams[i];
/linux-master/sound/soc/sh/rcar/
H A Dcore.c1336 for (substream = rtd->pcm->streams[stream].substream;
/linux-master/sound/pci/ice1712/
H A Dice1712.c1229 pcm->streams[0].substream,
1230 pcm->streams[1].substream);
H A Dice1724.c233 return list_first_entry(&ice->rmidi[0]->streams[stream].substreams,
2571 * VT1724 has separate DMAs for the analog and the SPDIF streams while
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1082 else if (context->stream_count == 1 && context->streams[0]->signal == SIGNAL_TYPE_EDP) {
1083 struct dc_link *link = context->streams[0]->sink->link;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c1372 if (context->streams[i]->apply_seamless_boot_optimization) {
3114 if (context->streams[i]->timing.timing_3d_format
3551 * cursor on both streams while expecting dc to clip it.
/linux-master/sound/pci/hda/
H A Dhda_codec.c1222 /* clean up the all conflicting obsolete streams */
1237 /* clean up all streams; called from suspend */
1795 if (cpcm->pcm->streams[0].substream_opened ||
1796 cpcm->pcm->streams[1].substream_opened)
3187 * Clean up the inactive streams when successful.
3333 /* attach a new PCM streams */
H A Dpatch_hdmi.c1449 substream = pcm->pcm->streams[0].substream;
3532 * streams are disabled. */
/linux-master/sound/pci/ymfpci/
H A Dymfpci_main.c1859 substream = chip->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c736 hack_force_pipe_split(v, context->streams[0]->timing.pix_clk_100hz);
/linux-master/sound/usb/
H A Dmidi.c1531 list_for_each_entry(substream, &umidi->rmidi->streams[stream].substreams,
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1702 /* TODO: Input to this function should indicate which pipe indexes (or streams)
1840 stream = context->streams[i];
2517 * a free pipe - a pipe in input res_ctx not yet used for any streams or
/linux-master/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c2007 if (state->streams[i]->apply_seamless_boot_optimization) {
/linux-master/sound/pci/rme9652/
H A Dhdsp.c3903 snd_pcm_period_elapsed(hdsp->pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream);
3906 snd_pcm_period_elapsed(hdsp->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream);
/linux-master/sound/pci/
H A Dintel8x0.c2227 /* find the available PCM streams */
2649 subs = chip->pcm[0]->streams[0].substream;
/linux-master/sound/soc/
H A Dsoc-dapm.c4432 struct snd_pcm_substream *substream = rtd->pcm->streams[stream].substream;
4559 /* start delayed pop wq here for playback streams */
4566 /* capture streams can be powered down now */
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_ddi.c4369 kfree(dig_port->hdcp_port_data.streams);

Completed in 701 milliseconds

123456789