Home
last modified time | relevance | path

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

/drivers/media/video/ivtv/
Divtv-mailbox.c43 #define API_NO_POLL (1 << 6) /* Avoid pointless polling */ macro
55 API_ENTRY(CX2341X_ENC_START_CAPTURE, API_RESULT | API_NO_POLL),
100 API_ENTRY(CX2341X_DEC_START_PLAYBACK, API_RESULT | API_NO_POLL),
297 if (!(flags & API_NO_POLL)) { in ivtv_api_call()