Home
last modified time | relevance | path

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

/drivers/media/pci/cx23885/
Dcx23885-core.c429 int max_buf_done = 5; /* service maximum five buffers */ in cx23885_wakeup() local
448 max_buf_done--; in cx23885_wakeup()
451 } while ((count_delta > 0) && (max_buf_done > 0)); in cx23885_wakeup()