Searched refs:min_reqbufs_allocation (Results 1 – 4 of 4) sorted by relevance
926 num_buffers = max_t(unsigned int, *count, q->min_reqbufs_allocation); in vb2_core_reqbufs()977 if (allocated_buffers < q->min_reqbufs_allocation) in vb2_core_reqbufs()2643 if (q->min_reqbufs_allocation < q->min_queued_buffers + 1) in vb2_core_queue_init()2644 q->min_reqbufs_allocation = q->min_queued_buffers + 1; in vb2_core_queue_init()2646 if (WARN_ON(q->min_reqbufs_allocation > q->max_num_buffers)) in vb2_core_queue_init()2862 (read) ? "read" : "write", q->min_reqbufs_allocation, q->fileio_read_once, in __vb2_init_fileio()2876 fileio->count = q->min_reqbufs_allocation; in __vb2_init_fileio()
641 u32 min_reqbufs_allocation; member
436 q->min_reqbufs_allocation = 2; in vimc_capture_add()
890 unsigned int min_reqbufs_allocation, in vivid_create_queue() argument927 q->min_reqbufs_allocation = min_reqbufs_allocation; in vivid_create_queue()
Completed in 15 milliseconds