Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c555 struct dc_stream_state *stream2) in resource_are_vblanks_synchronizable() argument
565 dc_is_dp_signal(stream2->signal) && in resource_are_vblanks_synchronizable()
574 if (stream2->timing.pix_clk_100hz*100/stream2->timing.h_total/ in resource_are_vblanks_synchronizable()
575 stream2->timing.v_total > 60) in resource_are_vblanks_synchronizable()
580 stream2->timing.pix_clk_100hz; in resource_are_vblanks_synchronizable()
598 struct dc_stream_state *stream2) in resource_are_streams_timing_synchronizable() argument
607 != stream2->timing.h_addressable) in resource_are_streams_timing_synchronizable()
611 != stream2->timing.v_addressable) in resource_are_streams_timing_synchronizable()
615 != stream2->timing.v_front_porch) in resource_are_streams_timing_synchronizable()
619 != stream2->timing.pix_clk_100hz) in resource_are_streams_timing_synchronizable()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h133 struct dc_stream_state *stream2);
137 struct dc_stream_state *stream2);