Searched refs:pipe_wdt_cnt (Results 1 – 1 of 1) sorted by relevance
1475 unsigned int pipe_wdt_cnt[MAX_STREAM_NUM][4] = { {0} }; in atomisp_wdt_work() local1498 pipe_wdt_cnt[i][0] += in atomisp_wdt_work()1500 pipe_wdt_cnt[i][1] += in atomisp_wdt_work()1502 pipe_wdt_cnt[i][2] += in atomisp_wdt_work()1504 pipe_wdt_cnt[i][3] += in atomisp_wdt_work()1507 (pipe_wdt_cnt[i][0] <= ATOMISP_ISP_MAX_TIMEOUT_COUNT && in atomisp_wdt_work()1508 pipe_wdt_cnt[i][1] <= ATOMISP_ISP_MAX_TIMEOUT_COUNT && in atomisp_wdt_work()1509 pipe_wdt_cnt[i][2] <= ATOMISP_ISP_MAX_TIMEOUT_COUNT && in atomisp_wdt_work()1510 pipe_wdt_cnt[i][3] <= ATOMISP_ISP_MAX_TIMEOUT_COUNT) in atomisp_wdt_work()1514 asd->index, pipe_wdt_cnt[i][0], pipe_wdt_cnt[i][1], in atomisp_wdt_work()[all …]