Searched refs:stream2 (Results 1 – 4 of 4) sorted by relevance
471 struct dc_stream_state *stream2) in resource_are_vblanks_synchronizable() argument481 dc_is_dp_signal(stream2->signal) && in resource_are_vblanks_synchronizable()490 if (stream2->timing.pix_clk_100hz*100/stream2->timing.h_total/ in resource_are_vblanks_synchronizable()491 stream2->timing.v_total > 60) in resource_are_vblanks_synchronizable()496 stream2->timing.pix_clk_100hz; in resource_are_vblanks_synchronizable()514 struct dc_stream_state *stream2) in resource_are_streams_timing_synchronizable() argument523 != stream2->timing.h_addressable) in resource_are_streams_timing_synchronizable()527 != stream2->timing.v_addressable) in resource_are_streams_timing_synchronizable()531 != stream2->timing.v_front_porch) in resource_are_streams_timing_synchronizable()535 != stream2->timing.pix_clk_100hz) in resource_are_streams_timing_synchronizable()[all …]
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()
830 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcbsp_dai_shutdown() local832 if (mcbsp->latency[stream2]) in omap_mcbsp_dai_shutdown()834 mcbsp->latency[stream2]); in omap_mcbsp_dai_shutdown()853 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcbsp_dai_prepare() local854 int latency = mcbsp->latency[stream2]; in omap_mcbsp_dai_prepare()
131 struct dc_stream_state *stream2);135 struct dc_stream_state *stream2);
Completed in 12 milliseconds