Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/
A Datomisp_internal.h272 atomic_t wdt_count; member
A Datomisp_subdev.h117 atomic_t wdt_count; member
A Datomisp_cmd.c1231 atomic_set(&pipe->wdt_count, 0); in atomisp_buf_done()
1488 atomic_read(&isp->wdt_count) + 1, in atomisp_wdt_work()
1491 if (atomic_inc_return(&isp->wdt_count) < ATOMISP_ISP_MAX_TIMEOUT_COUNT) in atomisp_wdt_work()
1500 atomic_read(&asd->video_out_capture.wdt_count); in atomisp_wdt_work()
1502 atomic_read(&asd->video_out_vf.wdt_count); in atomisp_wdt_work()
1504 atomic_read(&asd->video_out_preview.wdt_count); in atomisp_wdt_work()
1506 atomic_read(&asd->video_out_video_capture.wdt_count); in atomisp_wdt_work()
1614 atomic_set(&isp->wdt_count, 0); in atomisp_wdt_work()
1691 atomic_inc(&pipe->wdt_count); in atomisp_wdt()
1695 atomic_read(&pipe->wdt_count)); in atomisp_wdt()
[all …]

Completed in 16 milliseconds