Searched refs:stream1 (Results 1 – 4 of 4) sorted by relevance
269 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcpdm_dai_shutdown() local286 else if (mcpdm->latency[stream1]) in omap_mcpdm_dai_shutdown()289 mcpdm->latency[stream1] = 0; in omap_mcpdm_dai_shutdown()381 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcpdm_prepare() local386 if (!latency || mcpdm->latency[stream1] < latency) in omap_mcpdm_prepare()387 latency = mcpdm->latency[stream1]; in omap_mcpdm_prepare()
830 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcbsp_dai_shutdown() local836 else if (mcbsp->latency[stream1]) in omap_mcbsp_dai_shutdown()839 mcbsp->latency[stream1] = 0; in omap_mcbsp_dai_shutdown()853 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcbsp_dai_prepare() local858 if (!latency || mcbsp->latency[stream1] < latency) in omap_mcbsp_dai_prepare()859 latency = mcbsp->latency[stream1]; in omap_mcbsp_dai_prepare()
416 struct dc_stream_state *stream1, 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()425 if (stream1->timing.h_addressable in resource_are_streams_timing_synchronizable()429 if (stream1->timing.v_addressable in resource_are_streams_timing_synchronizable()433 if (stream1->timing.v_front_porch in resource_are_streams_timing_synchronizable()437 if (stream1->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()445 && (!dc_is_dp_signal(stream1->signal) in resource_are_streams_timing_synchronizable()[all …]
117 struct dc_stream_state *stream1,