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()
820 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcbsp_dai_shutdown() local822 if (mcbsp->latency[stream2]) in omap_mcbsp_dai_shutdown()824 mcbsp->latency[stream2]); in omap_mcbsp_dai_shutdown()843 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcbsp_dai_prepare() local844 int latency = mcbsp->latency[stream2]; in omap_mcbsp_dai_prepare()
131 struct dc_stream_state *stream2);135 struct dc_stream_state *stream2);
502 struct dc_stream_state *stream2) in resource_are_vblanks_synchronizable() argument512 dc_is_dp_signal(stream2->signal) && in resource_are_vblanks_synchronizable()514 false == stream2->has_non_synchronizable_pclk && in resource_are_vblanks_synchronizable()516 stream2->timing.flags.VBLANK_SYNCHRONIZABLE) { in resource_are_vblanks_synchronizable()521 if (stream2->timing.pix_clk_100hz*100/stream2->timing.h_total/ in resource_are_vblanks_synchronizable()522 stream2->timing.v_total > 60) in resource_are_vblanks_synchronizable()527 stream2->timing.pix_clk_100hz; in resource_are_vblanks_synchronizable()529 frame_time_diff = div_u64(frame_time_diff, stream2->timing.h_total); in resource_are_vblanks_synchronizable()530 frame_time_diff = div_u64(frame_time_diff, stream2->timing.v_total); in resource_are_vblanks_synchronizable()545 struct dc_stream_state *stream2) in resource_are_streams_timing_synchronizable() argument[all …]