Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/techpoint/
H A Dtechpoint_dev.c155 int need_reset_wait = -1; in detect_thread_function() local
207 need_reset_wait = 5; in detect_thread_function()
210 if (need_reset_wait > 0) { in detect_thread_function()
211 need_reset_wait--; in detect_thread_function()
212 } else if (need_reset_wait == 0) { in detect_thread_function()
213 need_reset_wait = -1; in detect_thread_function()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dnvp6188.c2008 int need_reset_wait = -1; in detect_thread_function() local
2028 need_reset_wait = 5; in detect_thread_function()
2030 if (need_reset_wait > 0) { in detect_thread_function()
2031 need_reset_wait--; in detect_thread_function()
2032 } else if (need_reset_wait == 0) { in detect_thread_function()
2033 need_reset_wait = -1; in detect_thread_function()