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()
831 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcbsp_dai_shutdown() local833 if (mcbsp->latency[stream2]) in omap_mcbsp_dai_shutdown()835 mcbsp->latency[stream2]); in omap_mcbsp_dai_shutdown()854 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcbsp_dai_prepare() local855 int latency = mcbsp->latency[stream2]; in omap_mcbsp_dai_prepare()
417 struct dc_stream_state *stream2) in resource_are_streams_timing_synchronizable() argument419 if (stream1->timing.h_total != stream2->timing.h_total) in resource_are_streams_timing_synchronizable()422 if (stream1->timing.v_total != stream2->timing.v_total) in resource_are_streams_timing_synchronizable()426 != stream2->timing.h_addressable) in resource_are_streams_timing_synchronizable()430 != stream2->timing.v_addressable) in resource_are_streams_timing_synchronizable()434 != stream2->timing.v_front_porch) in resource_are_streams_timing_synchronizable()438 != stream2->timing.pix_clk_100hz) in resource_are_streams_timing_synchronizable()441 if (stream1->clamping.c_depth != stream2->clamping.c_depth) in resource_are_streams_timing_synchronizable()444 if (stream1->phy_pix_clk != stream2->phy_pix_clk in resource_are_streams_timing_synchronizable()446 || !dc_is_dp_signal(stream2->signal))) in resource_are_streams_timing_synchronizable()[all …]
118 struct dc_stream_state *stream2);