Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.c1491 unsigned int pipe_wdt_cnt[MAX_STREAM_NUM][4] = { {0} }; in atomisp_wdt_work() local
1514 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 …]