Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/omap/
Domap-mcbsp.c161 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcbsp_dai_shutdown() local
167 else if (mcbsp->latency[stream1]) in omap_mcbsp_dai_shutdown()
170 mcbsp->latency[stream1] = 0; in omap_mcbsp_dai_shutdown()
184 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcbsp_dai_prepare() local
189 if (!latency || mcbsp->latency[stream1] < latency) in omap_mcbsp_dai_prepare()
190 latency = mcbsp->latency[stream1]; in omap_mcbsp_dai_prepare()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Dresource.h112 struct dc_stream_state *stream1,
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c330 struct dc_stream_state *stream1, 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()
339 if (stream1->timing.h_addressable in resource_are_streams_timing_synchronizable()
343 if (stream1->timing.v_addressable in resource_are_streams_timing_synchronizable()
347 if (stream1->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()
355 && (!dc_is_dp_signal(stream1->signal) in resource_are_streams_timing_synchronizable()
362 struct dc_stream_state *stream1, in is_dp_and_hdmi_sharable() argument
[all …]