Home
last modified time | relevance | path

Searched refs:atomisp_is_wdt_running (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_internal.h292 #define atomisp_is_wdt_running(a) timer_pending(&(a)->wdt) macro
H A Datomisp_cmd.c1745 if (atomisp_is_wdt_running(pipe) && time_after(pipe->wdt_expires, next)) in atomisp_wdt_refresh_pipe()
1750 if (atomisp_is_wdt_running(pipe)) in atomisp_wdt_refresh_pipe()
1771 if (atomisp_is_wdt_running(asd) && time_after(asd->wdt_expires, next)) in atomisp_wdt_refresh()
1776 if (atomisp_is_wdt_running(asd)) in atomisp_wdt_refresh()
1787 if (atomisp_is_wdt_running(&asd->video_out_capture)) in atomisp_wdt_refresh()
1789 if (atomisp_is_wdt_running(&asd->video_out_preview)) in atomisp_wdt_refresh()
1791 if (atomisp_is_wdt_running(&asd->video_out_vf)) in atomisp_wdt_refresh()
1793 if (atomisp_is_wdt_running(&asd->video_out_video_capture)) in atomisp_wdt_refresh()
1807 if (!atomisp_is_wdt_running(pipe)) in atomisp_wdt_stop_pipe()
4207 if (!atomisp_is_wdt_running(asd) && atomisp_buffers_queued(asd)) in atomisp_handle_parameter_and_buffer()
[all …]
H A Datomisp_ioctl.c1376 if (!atomisp_is_wdt_running(asd) && atomisp_buffers_queued(asd)) in atomisp_qbuf()
1379 if (!atomisp_is_wdt_running(pipe) && in atomisp_qbuf()