Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_internal.h272 atomic_t wdt_count; member
H A Datomisp_subdev.h120 atomic_t wdt_count; member
H A Datomisp_cmd.c1246 atomic_set(&pipe->wdt_count, 0); in atomisp_buf_done()
1503 atomic_read(&isp->wdt_count) + 1, in atomisp_wdt_work()
1506 if (atomic_inc_return(&isp->wdt_count) < ATOMISP_ISP_MAX_TIMEOUT_COUNT) in atomisp_wdt_work()
1515 atomic_read(&asd->video_out_capture.wdt_count); in atomisp_wdt_work()
1517 atomic_read(&asd->video_out_vf.wdt_count); in atomisp_wdt_work()
1519 atomic_read(&asd->video_out_preview.wdt_count); in atomisp_wdt_work()
1521 atomic_read(&asd->video_out_video_capture.wdt_count); in atomisp_wdt_work()
1629 atomic_set(&isp->wdt_count, 0); in atomisp_wdt_work()
1706 atomic_inc(&pipe->wdt_count); in atomisp_wdt()
1710 atomic_read(&pipe->wdt_count)); in atomisp_wdt()
[all …]