Home
last modified time | relevance | path

Searched refs:stream2 (Results 1 – 3 of 3) sorted by relevance

/linux/sound/soc/ti/
H A Domap-mcpdm.c270 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcpdm_dai_shutdown() local
283 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() local
383 int latency = mcpdm->latency[stream2]; in omap_mcpdm_prepare()
H A Domap-mcbsp.c821 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcbsp_dai_shutdown() local
823 if (mcbsp->latency[stream2]) in omap_mcbsp_dai_shutdown()
825 mcbsp->latency[stream2]); in omap_mcbsp_dai_shutdown()
844 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcbsp_dai_prepare() local
845 int latency = mcbsp->latency[stream2]; in omap_mcbsp_dai_prepare()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c602 struct dc_stream_state *stream2) in resource_are_vblanks_synchronizable() argument
612 dc_is_dp_signal(stream2->signal) && in resource_are_vblanks_synchronizable()
614 false == stream2->has_non_synchronizable_pclk && in resource_are_vblanks_synchronizable()
616 stream2->timing.flags.VBLANK_SYNCHRONIZABLE) { in resource_are_vblanks_synchronizable()
621 if (stream2->timing.pix_clk_100hz*100/stream2->timing.h_total/ in resource_are_vblanks_synchronizable()
622 stream2->timing.v_total > 60) in resource_are_vblanks_synchronizable()
627 stream2->timing.pix_clk_100hz; in resource_are_vblanks_synchronizable()
629 frame_time_diff = div_u64(frame_time_diff, stream2->timing.h_total); in resource_are_vblanks_synchronizable()
630 frame_time_diff = div_u64(frame_time_diff, stream2->timing.v_total); in resource_are_vblanks_synchronizable()
645 struct dc_stream_state *stream2) in resource_are_streams_timing_synchronizable() argument
[all …]