Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/ti/
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()
Domap-mcbsp.c831 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcbsp_dai_shutdown() local
833 if (mcbsp->latency[stream2]) in omap_mcbsp_dai_shutdown()
835 mcbsp->latency[stream2]); in omap_mcbsp_dai_shutdown()
854 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcbsp_dai_prepare() local
855 int latency = mcbsp->latency[stream2]; in omap_mcbsp_dai_prepare()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c417 struct dc_stream_state *stream2) in resource_are_streams_timing_synchronizable() argument
419 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()
426 != stream2->timing.h_addressable) in resource_are_streams_timing_synchronizable()
430 != stream2->timing.v_addressable) in resource_are_streams_timing_synchronizable()
434 != stream2->timing.v_front_porch) in resource_are_streams_timing_synchronizable()
438 != stream2->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()
446 || !dc_is_dp_signal(stream2->signal))) in resource_are_streams_timing_synchronizable()
[all …]
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/
Dresource.h118 struct dc_stream_state *stream2);