Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/pci/cx23885/
H A 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()
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/
H A 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()

Completed in 6 milliseconds