Searched refs:stream2 (Results 1 – 4 of 4) sorted by relevance
270 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcpdm_dai_shutdown() local283 if (mcpdm->latency[stream2]) in omap_mcpdm_dai_shutdown()285 mcpdm->latency[stream2]); in omap_mcpdm_dai_shutdown()382 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcpdm_prepare() local383 int latency = mcpdm->latency[stream2]; in omap_mcpdm_prepare()
836 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcbsp_dai_shutdown() local838 if (mcbsp->latency[stream2]) in omap_mcbsp_dai_shutdown()840 mcbsp->latency[stream2]); in omap_mcbsp_dai_shutdown()859 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcbsp_dai_prepare() local860 int latency = mcbsp->latency[stream2]; in omap_mcbsp_dai_prepare()
376 struct dc_stream_state *stream2) in resource_are_streams_timing_synchronizable() argument378 if (stream1->timing.h_total != stream2->timing.h_total) in resource_are_streams_timing_synchronizable()381 if (stream1->timing.v_total != stream2->timing.v_total) in resource_are_streams_timing_synchronizable()385 != stream2->timing.h_addressable) in resource_are_streams_timing_synchronizable()389 != stream2->timing.v_addressable) in resource_are_streams_timing_synchronizable()393 != stream2->timing.pix_clk_100hz) in resource_are_streams_timing_synchronizable()396 if (stream1->clamping.c_depth != stream2->clamping.c_depth) in resource_are_streams_timing_synchronizable()399 if (stream1->phy_pix_clk != stream2->phy_pix_clk in resource_are_streams_timing_synchronizable()401 || !dc_is_dp_signal(stream2->signal))) in resource_are_streams_timing_synchronizable()404 if (stream1->view_format != stream2->view_format) in resource_are_streams_timing_synchronizable()[all …]
119 struct dc_stream_state *stream2);