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
1724 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 …]
1265 if (!atomisp_is_wdt_running(asd) && atomisp_buffers_queued(asd)) in atomisp_qbuf()1268 if (!atomisp_is_wdt_running(pipe) && in atomisp_qbuf()