Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/media/video/ivtv/
Divtv-mailbox.c218 int api_timeout = msecs_to_jiffies(1000); in ivtv_api_call() local
275 api_timeout = msecs_to_jiffies(100); in ivtv_api_call()
305 if (time_after(jiffies, then + api_timeout)) { in ivtv_api_call()