Home
last modified time | relevance | path

Searched refs:timeoutVal (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dmustek_pp_cis.c1093 static struct timeval timeoutVal; in cis_wait_motor_stable() local
1100 timeoutVal.tv_sec = 0; in cis_wait_motor_stable()
1101 timeoutVal.tv_usec = dev->engine_delay*1000; in cis_wait_motor_stable()
1102 select(0, NULL, NULL, NULL, &timeoutVal); in cis_wait_motor_stable()

Completed in 4 milliseconds