Searched refs:atomisp_is_wdt_running (Results 1 – 3 of 3) sorted by relevance
292 #define atomisp_is_wdt_running(a) timer_pending(&(a)->wdt) macro
1723 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 …]
1267 if (!atomisp_is_wdt_running(asd) && atomisp_buffers_queued(asd)) in atomisp_qbuf()1270 if (!atomisp_is_wdt_running(pipe) && in atomisp_qbuf()