Home
last modified time | relevance | path

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

/linux/drivers/media/pci/cx18/
H A Dcx18-mailbox.c22 #define API_FAST (1 << 2) /* Short timeout */ macro
72 API_ENTRY(CPU, CX18_CPU_DE_SET_MDL, API_FAST),
666 timeout = msecs_to_jiffies((info->flags & API_FAST) ? 10 : 20); in cx18_api_call()