Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/media/atomisp/pci/
Datomisp_internal.h292 #define atomisp_is_wdt_running(a) timer_pending(&(a)->wdt) macro
Datomisp_cmd.c1724 if (atomisp_is_wdt_running(pipe) && time_after(pipe->wdt_expires, next)) in atomisp_wdt_refresh_pipe()
1729 if (atomisp_is_wdt_running(pipe)) in atomisp_wdt_refresh_pipe()
1750 if (atomisp_is_wdt_running(asd) && time_after(asd->wdt_expires, next)) in atomisp_wdt_refresh()
1755 if (atomisp_is_wdt_running(asd)) in atomisp_wdt_refresh()
1766 if (atomisp_is_wdt_running(&asd->video_out_capture)) in atomisp_wdt_refresh()
1768 if (atomisp_is_wdt_running(&asd->video_out_preview)) in atomisp_wdt_refresh()
1770 if (atomisp_is_wdt_running(&asd->video_out_vf)) in atomisp_wdt_refresh()
1772 if (atomisp_is_wdt_running(&asd->video_out_video_capture)) in atomisp_wdt_refresh()
1780 if (!atomisp_is_wdt_running(pipe)) in atomisp_wdt_stop_pipe()
4174 if (!atomisp_is_wdt_running(asd) && atomisp_buffers_queued(asd)) in atomisp_handle_parameter_and_buffer()
[all …]
Datomisp_ioctl.c1265 if (!atomisp_is_wdt_running(asd) && atomisp_buffers_queued(asd)) in atomisp_qbuf()
1268 if (!atomisp_is_wdt_running(pipe) && in atomisp_qbuf()