Searched refs:pipe_wdt_cnt (Results 1 – 1 of 1) sorted by relevance
1476 unsigned int pipe_wdt_cnt[MAX_STREAM_NUM][4] = { {0} }; in atomisp_wdt_work() local1499 pipe_wdt_cnt[i][0] += in atomisp_wdt_work()1501 pipe_wdt_cnt[i][1] += in atomisp_wdt_work()1503 pipe_wdt_cnt[i][2] += in atomisp_wdt_work()1505 pipe_wdt_cnt[i][3] += in atomisp_wdt_work()1508 (pipe_wdt_cnt[i][0] <= ATOMISP_ISP_MAX_TIMEOUT_COUNT && in atomisp_wdt_work()1509 pipe_wdt_cnt[i][1] <= ATOMISP_ISP_MAX_TIMEOUT_COUNT && in atomisp_wdt_work()1510 pipe_wdt_cnt[i][2] <= ATOMISP_ISP_MAX_TIMEOUT_COUNT && in atomisp_wdt_work()1511 pipe_wdt_cnt[i][3] <= ATOMISP_ISP_MAX_TIMEOUT_COUNT) in atomisp_wdt_work()1515 asd->index, pipe_wdt_cnt[i][0], pipe_wdt_cnt[i][1], in atomisp_wdt_work()[all …]