Home
last modified time | relevance | path

Searched refs:stream2 (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/soc/omap/
Domap-mcbsp.c162 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcbsp_dai_shutdown() local
164 if (mcbsp->latency[stream2]) in omap_mcbsp_dai_shutdown()
166 mcbsp->latency[stream2]); in omap_mcbsp_dai_shutdown()
185 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcbsp_dai_prepare() local
186 int latency = mcbsp->latency[stream2]; in omap_mcbsp_dai_prepare()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Dresource.h113 struct dc_stream_state *stream2);
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c331 struct dc_stream_state *stream2) in resource_are_streams_timing_synchronizable() argument
333 if (stream1->timing.h_total != stream2->timing.h_total) in resource_are_streams_timing_synchronizable()
336 if (stream1->timing.v_total != stream2->timing.v_total) in resource_are_streams_timing_synchronizable()
340 != stream2->timing.h_addressable) in resource_are_streams_timing_synchronizable()
344 != stream2->timing.v_addressable) in resource_are_streams_timing_synchronizable()
348 != stream2->timing.pix_clk_khz) in resource_are_streams_timing_synchronizable()
351 if (stream1->clamping.c_depth != stream2->clamping.c_depth) in resource_are_streams_timing_synchronizable()
354 if (stream1->phy_pix_clk != stream2->phy_pix_clk in resource_are_streams_timing_synchronizable()
356 || !dc_is_dp_signal(stream2->signal))) in resource_are_streams_timing_synchronizable()
363 struct dc_stream_state *stream2) in is_dp_and_hdmi_sharable() argument
[all …]