Home
last modified time | relevance | path

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

/openbmc/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.c822 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcbsp_dai_shutdown() local
824 if (mcbsp->latency[stream2]) in omap_mcbsp_dai_shutdown()
826 mcbsp->latency[stream2]); in omap_mcbsp_dai_shutdown()
845 int stream2 = tx ? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK; in omap_mcbsp_dai_prepare() local
846 int latency = mcbsp->latency[stream2]; in omap_mcbsp_dai_prepare()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c516 struct dc_stream_state *stream2) in resource_are_vblanks_synchronizable() argument
526 dc_is_dp_signal(stream2->signal) && in resource_are_vblanks_synchronizable()
528 false == stream2->has_non_synchronizable_pclk && in resource_are_vblanks_synchronizable()
530 stream2->timing.flags.VBLANK_SYNCHRONIZABLE) { in resource_are_vblanks_synchronizable()
535 if (stream2->timing.pix_clk_100hz*100/stream2->timing.h_total/ in resource_are_vblanks_synchronizable()
536 stream2->timing.v_total > 60) in resource_are_vblanks_synchronizable()
541 stream2->timing.pix_clk_100hz; in resource_are_vblanks_synchronizable()
543 frame_time_diff = div_u64(frame_time_diff, stream2->timing.h_total); in resource_are_vblanks_synchronizable()
544 frame_time_diff = div_u64(frame_time_diff, stream2 in resource_are_vblanks_synchronizable()
559 resource_are_streams_timing_synchronizable(struct dc_stream_state * stream1,struct dc_stream_state * stream2) resource_are_streams_timing_synchronizable() argument
601 is_dp_and_hdmi_sharable(struct dc_stream_state * stream1,struct dc_stream_state * stream2) is_dp_and_hdmi_sharable() argument
[all...]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h131 struct dc_stream_state *stream2);
135 struct dc_stream_state *stream2);