Home
last modified time | relevance | path

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

/openbmc/linux/include/media/
H A Dvideobuf-core.h103 int (*buf_setup)(struct videobuf_queue *q, member
/openbmc/linux/drivers/media/v4l2-core/
H A Dvideobuf-core.c167 BUG_ON(!q->ops->buf_setup); in videobuf_queue_core_init()
481 q->ops->buf_setup(q, &count, &size); in videobuf_reqbufs()
887 q->ops->buf_setup(q, &nbufs, &size); in videobuf_read_one()
968 q->ops->buf_setup(q, &count, &size); in __videobuf_read_start()
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-videobuf.rst90 int (*buf_setup)(struct videobuf_queue *q,
101 buf_setup() is called early in the I/O process, when streaming is being