Searched refs:vb2_core_create_bufs (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
H A D | videobuf2-core.h | 774 * vb2_core_create_bufs() - Allocate buffers and any required auxiliary structs 793 int vb2_core_create_bufs(struct vb2_queue *q, enum vb2_memory memory,
|
/kernel/linux/linux-6.6/include/media/ |
H A D | videobuf2-core.h | 797 * vb2_core_create_bufs() - Allocate buffers and any required auxiliary structs 817 int vb2_core_create_bufs(struct vb2_queue *q, enum vb2_memory memory,
|
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 892 int vb2_core_create_bufs(struct vb2_queue *q, enum vb2_memory memory, in vb2_core_create_bufs() function 1006 EXPORT_SYMBOL_GPL(vb2_core_create_bufs); variable
|
H A D | videobuf2-v4l2.c | 804 return ret ? ret : vb2_core_create_bufs(q, create->memory, in vb2_create_bufs()
|
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 905 int vb2_core_create_bufs(struct vb2_queue *q, enum vb2_memory memory, in vb2_core_create_bufs() function 1023 EXPORT_SYMBOL_GPL(vb2_core_create_bufs); variable
|
H A D | videobuf2-v4l2.c | 794 return ret ? ret : vb2_core_create_bufs(q, create->memory, in vb2_create_bufs()
|
Completed in 18 milliseconds