Searched refs:stream1 (Results 1 – 4 of 4) sorted by relevance
269 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcpdm_dai_shutdown() local286 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() local386 if (!latency || mcpdm->latency[stream1] < latency) in omap_mcpdm_prepare()387 latency = mcpdm->latency[stream1]; in omap_mcpdm_prepare()
829 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcbsp_dai_shutdown() local835 else if (mcbsp->latency[stream1]) in omap_mcbsp_dai_shutdown()838 mcbsp->latency[stream1] = 0; in omap_mcbsp_dai_shutdown()852 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcbsp_dai_prepare() local857 if (!latency || mcbsp->latency[stream1] < latency) in omap_mcbsp_dai_prepare()858 latency = mcbsp->latency[stream1]; in omap_mcbsp_dai_prepare()
470 struct dc_stream_state *stream1, in resource_are_vblanks_synchronizable() argument487 if (stream1->timing.pix_clk_100hz*100/stream1->timing.h_total/ in resource_are_vblanks_synchronizable()488 stream1->timing.v_total > 60) in resource_are_vblanks_synchronizable()494 stream1->timing.h_total * in resource_are_vblanks_synchronizable()495 stream1->timing.v_total * in resource_are_vblanks_synchronizable()513 struct dc_stream_state *stream1, in resource_are_streams_timing_synchronizable() argument522 if (stream1->timing.h_addressable in resource_are_streams_timing_synchronizable()526 if (stream1->timing.v_addressable in resource_are_streams_timing_synchronizable()530 if (stream1->timing.v_front_porch in resource_are_streams_timing_synchronizable()534 if (stream1->timing.pix_clk_100hz in resource_are_streams_timing_synchronizable()[all …]
130 struct dc_stream_state *stream1,134 struct dc_stream_state *stream1,
Completed in 14 milliseconds