Searched refs:stream1 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/ti/ |
H A D | omap-mcpdm.c | 269 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()
|
H A D | omap-mcbsp.c | 832 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcbsp_dai_shutdown() local 838 else if (mcbsp->latency[stream1]) in omap_mcbsp_dai_shutdown() 841 mcbsp->latency[stream1] = 0; in omap_mcbsp_dai_shutdown() 855 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcbsp_dai_prepare() local 860 if (!latency || mcbsp->latency[stream1] < latency) in omap_mcbsp_dai_prepare() 861 latency = mcbsp->latency[stream1]; in omap_mcbsp_dai_prepare()
|
/kernel/linux/linux-6.6/sound/soc/ti/ |
H A D | omap-mcpdm.c | 269 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()
|
H A D | omap-mcbsp.c | 821 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcbsp_dai_shutdown() local 827 else if (mcbsp->latency[stream1]) in omap_mcbsp_dai_shutdown() 830 mcbsp->latency[stream1] = 0; in omap_mcbsp_dai_shutdown() 844 int stream1 = tx ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE; in omap_mcbsp_dai_prepare() local 849 if (!latency || mcbsp->latency[stream1] < latency) in omap_mcbsp_dai_prepare() 850 latency = mcbsp->latency[stream1]; in omap_mcbsp_dai_prepare()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 515 struct dc_stream_state *stream1, in resource_are_vblanks_synchronizable() 523 if (stream1->ctx->dc->config.vblank_alignment_dto_params && in resource_are_vblanks_synchronizable() 524 stream1->ctx->dc->config.vblank_alignment_max_frame_time_diff > 0 && in resource_are_vblanks_synchronizable() 525 dc_is_dp_signal(stream1->signal) && in resource_are_vblanks_synchronizable() 527 false == stream1->has_non_synchronizable_pclk && in resource_are_vblanks_synchronizable() 529 stream1->timing.flags.VBLANK_SYNCHRONIZABLE && in resource_are_vblanks_synchronizable() 532 if (stream1->timing.pix_clk_100hz*100/stream1->timing.h_total/ in resource_are_vblanks_synchronizable() 533 stream1->timing.v_total > 60) in resource_are_vblanks_synchronizable() 539 stream1 in resource_are_vblanks_synchronizable() 514 resource_are_vblanks_synchronizable( struct dc_stream_state *stream1, struct dc_stream_state *stream2) resource_are_vblanks_synchronizable() argument 557 resource_are_streams_timing_synchronizable( struct dc_stream_state *stream1, struct dc_stream_state *stream2) resource_are_streams_timing_synchronizable() argument 599 is_dp_and_hdmi_sharable( struct dc_stream_state *stream1, struct dc_stream_state *stream2) is_dp_and_hdmi_sharable() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | resource.h | 130 struct dc_stream_state *stream1, 134 struct dc_stream_state *stream1,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_resource.c | 416 struct dc_stream_state *stream1, in resource_are_streams_timing_synchronizable() 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() 425 if (stream1->timing.h_addressable in resource_are_streams_timing_synchronizable() 429 if (stream1->timing.v_addressable in resource_are_streams_timing_synchronizable() 433 if (stream1->timing.v_front_porch in resource_are_streams_timing_synchronizable() 437 if (stream1->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() 445 && (!dc_is_dp_signal(stream1 in resource_are_streams_timing_synchronizable() 415 resource_are_streams_timing_synchronizable( struct dc_stream_state *stream1, struct dc_stream_state *stream2) resource_are_streams_timing_synchronizable() argument 457 is_dp_and_hdmi_sharable( struct dc_stream_state *stream1, struct dc_stream_state *stream2) is_dp_and_hdmi_sharable() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | resource.h | 117 struct dc_stream_state *stream1,
|
Completed in 11 milliseconds