Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/atomisp/pci/
Datomisp_internal.h292 #define atomisp_is_wdt_running(a) timer_pending(&(a)->wdt) macro
Datomisp_cmd.c1723 if (atomisp_is_wdt_running(pipe) && time_after(pipe->wdt_expires, next)) in atomisp_wdt_refresh_pipe()
1728 if (atomisp_is_wdt_running(pipe)) in atomisp_wdt_refresh_pipe()
1749 if (atomisp_is_wdt_running(asd) && time_after(asd->wdt_expires, next)) in atomisp_wdt_refresh()
1754 if (atomisp_is_wdt_running(asd)) in atomisp_wdt_refresh()
1765 if (atomisp_is_wdt_running(&asd->video_out_capture)) in atomisp_wdt_refresh()
1767 if (atomisp_is_wdt_running(&asd->video_out_preview)) in atomisp_wdt_refresh()
1769 if (atomisp_is_wdt_running(&asd->video_out_vf)) in atomisp_wdt_refresh()
1771 if (atomisp_is_wdt_running(&asd->video_out_video_capture)) in atomisp_wdt_refresh()
1779 if (!atomisp_is_wdt_running(pipe)) in atomisp_wdt_stop_pipe()
4173 if (!atomisp_is_wdt_running(asd) && atomisp_buffers_queued(asd)) in atomisp_handle_parameter_and_buffer()
[all …]
Datomisp_ioctl.c1267 if (!atomisp_is_wdt_running(asd) && atomisp_buffers_queued(asd)) in atomisp_qbuf()
1270 if (!atomisp_is_wdt_running(pipe) && in atomisp_qbuf()