Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/ti/
Domap-mcpdm.c269 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcpdm_dai_shutdown() local
286 else if (mcpdm->latency[stream1]) in omap_mcpdm_dai_shutdown()
289 mcpdm->latency[stream1] = 0; in omap_mcpdm_dai_shutdown()
381 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcpdm_prepare() local
386 if (!latency || mcpdm->latency[stream1] < latency) in omap_mcpdm_prepare()
387 latency = mcpdm->latency[stream1]; in omap_mcpdm_prepare()
Domap-mcbsp.c819 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcbsp_dai_shutdown() local
825 else if (mcbsp->latency[stream1]) in omap_mcbsp_dai_shutdown()
828 mcbsp->latency[stream1] = 0; in omap_mcbsp_dai_shutdown()
842 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcbsp_dai_prepare() local
847 if (!latency || mcbsp->latency[stream1] < latency) in omap_mcbsp_dai_prepare()
848 latency = mcbsp->latency[stream1]; in omap_mcbsp_dai_prepare()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c501 struct dc_stream_state *stream1, in resource_are_vblanks_synchronizable() argument
509 if (stream1->ctx->dc->config.vblank_alignment_dto_params && in resource_are_vblanks_synchronizable()
510 stream1->ctx->dc->config.vblank_alignment_max_frame_time_diff > 0 && in resource_are_vblanks_synchronizable()
511 dc_is_dp_signal(stream1->signal) && in resource_are_vblanks_synchronizable()
513 false == stream1->has_non_synchronizable_pclk && in resource_are_vblanks_synchronizable()
515 stream1->timing.flags.VBLANK_SYNCHRONIZABLE && in resource_are_vblanks_synchronizable()
518 if (stream1->timing.pix_clk_100hz*100/stream1->timing.h_total/ in resource_are_vblanks_synchronizable()
519 stream1->timing.v_total > 60) in resource_are_vblanks_synchronizable()
525 stream1->timing.h_total * in resource_are_vblanks_synchronizable()
526 stream1->timing.v_total * in resource_are_vblanks_synchronizable()
[all …]
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/
Dresource.h130 struct dc_stream_state *stream1,
134 struct dc_stream_state *stream1,