Home
last modified time | relevance | path

Searched refs:singleshot (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H A Dvsp1_dl.c206 * @singleshot: execute the display list in single-shot mode
218 bool singleshot; member
782 * interrupt for each list. In singleshot mode chained lists are used in vsp1_dl_list_fill_header()
786 if (!dlm->singleshot || is_last) in vsp1_dl_list_fill_header()
791 * loop on the same list until a new one is queued. In singleshot mode in vsp1_dl_list_fill_header()
795 if (!dlm->singleshot || !is_last) in vsp1_dl_list_fill_header()
806 } else if (!dlm->singleshot) { in vsp1_dl_list_fill_header()
936 if (dlm->singleshot) in vsp1_dl_list_commit()
981 if (dlm->singleshot) { in vsp1_dlm_irq_frame_end()
1102 dlm->singleshot in vsp1_dlm_create()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.c206 * @singleshot: execute the display list in single-shot mode
218 bool singleshot; member
782 * interrupt for each list. In singleshot mode chained lists are used in vsp1_dl_list_fill_header()
786 if (!dlm->singleshot || is_last) in vsp1_dl_list_fill_header()
791 * loop on the same list until a new one is queued. In singleshot mode in vsp1_dl_list_fill_header()
795 if (!dlm->singleshot || !is_last) in vsp1_dl_list_fill_header()
806 } else if (!dlm->singleshot) { in vsp1_dl_list_fill_header()
936 if (dlm->singleshot) in vsp1_dl_list_commit()
981 if (dlm->singleshot) { in vsp1_dlm_irq_frame_end()
1102 dlm->singleshot in vsp1_dlm_create()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H A Disp.c900 int singleshot = pipe->stream_state == ISP_PIPELINE_STREAM_SINGLESHOT; in isp_pipeline_resume() local
902 omap3isp_video_resume(pipe->output, !singleshot); in isp_pipeline_resume()
903 if (singleshot) in isp_pipeline_resume()
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H A Disp.c907 int singleshot = pipe->stream_state == ISP_PIPELINE_STREAM_SINGLESHOT; in isp_pipeline_resume() local
909 omap3isp_video_resume(pipe->output, !singleshot); in isp_pipeline_resume()
910 if (singleshot) in isp_pipeline_resume()

Completed in 9 milliseconds