Searched refs:pipe_wdt_cnt (Results 1 – 1 of 1) sorted by relevance
1491 unsigned int pipe_wdt_cnt[MAX_STREAM_NUM][4] = { {0} }; in atomisp_wdt_work() local1514 pipe_wdt_cnt[i][0] += in atomisp_wdt_work()1516 pipe_wdt_cnt[i][1] += in atomisp_wdt_work()1518 pipe_wdt_cnt[i][2] += in atomisp_wdt_work()1520 pipe_wdt_cnt[i][3] += in atomisp_wdt_work()1523 (pipe_wdt_cnt[i][0] <= ATOMISP_ISP_MAX_TIMEOUT_COUNT && in atomisp_wdt_work()1524 pipe_wdt_cnt[i][1] <= ATOMISP_ISP_MAX_TIMEOUT_COUNT && in atomisp_wdt_work()1525 pipe_wdt_cnt[i][2] <= ATOMISP_ISP_MAX_TIMEOUT_COUNT && in atomisp_wdt_work()1526 pipe_wdt_cnt[i][3] <= ATOMISP_ISP_MAX_TIMEOUT_COUNT) in atomisp_wdt_work()1530 asd->index, pipe_wdt_cnt[i][0], pipe_wdt_cnt[i][1], in atomisp_wdt_work()[all …]