Home
last modified time | relevance | path

Searched refs:VB2_MEMORY_MMAP (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/media/
H A Dvideobuf2-core.h31 * @VB2_MEMORY_MMAP: The buffers are allocated by the Kernel and it is
41 VB2_MEMORY_MMAP = 1, enumerator
161 * %VB2_MEMORY_MMAP, equals the offset from the start of
650 return q->allow_cache_hints && q->memory == VB2_MEMORY_MMAP; in vb2_queue_allows_cache_hints()
/kernel/linux/linux-6.6/include/media/
H A Dvideobuf2-core.h32 * @VB2_MEMORY_MMAP: The buffers are allocated by the Kernel and it is
42 VB2_MEMORY_MMAP = 1, enumerator
165 * %VB2_MEMORY_MMAP, equals the offset from the start of
671 return q->allow_cache_hints && q->memory == VB2_MEMORY_MMAP; in vb2_queue_allows_cache_hints()
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c437 if (memory == VB2_MEMORY_MMAP) { in __vb2_queue_alloc()
485 if (q->memory == VB2_MEMORY_MMAP) in __vb2_free_mem()
692 if (memory != VB2_MEMORY_MMAP && memory != VB2_MEMORY_USERPTR && in vb2_verify_memory_type()
707 if (memory == VB2_MEMORY_MMAP && __verify_mmap_ops(q)) { in vb2_verify_memory_type()
760 if (debug && q->memory == VB2_MEMORY_MMAP && in vb2_core_reqbufs()
1398 case VB2_MEMORY_MMAP: in __buf_prepare()
2164 if (q->memory != VB2_MEMORY_MMAP) { in __find_plane_by_offset()
2202 if (q->memory != VB2_MEMORY_MMAP) { in vb2_core_expbuf()
2613 fileio->memory = VB2_MEMORY_MMAP; in __vb2_init_fileio()
H A Dvideobuf2-v4l2.c555 if (q->memory == VB2_MEMORY_MMAP) in __fill_v4l2_buffer()
571 if (q->memory == VB2_MEMORY_MMAP) in __fill_v4l2_buffer()
640 if (vb->vb2_queue->memory != VB2_MEMORY_MMAP) { in __fill_vb2_buffer()
906 if (WARN_ON(VB2_MEMORY_MMAP != (int)V4L2_MEMORY_MMAP) in vb2_queue_init_name()
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c443 if (memory == VB2_MEMORY_MMAP) { in __vb2_queue_alloc()
491 if (q->memory == VB2_MEMORY_MMAP) in __vb2_free_mem()
686 if (memory != VB2_MEMORY_MMAP && memory != VB2_MEMORY_USERPTR && in vb2_verify_memory_type()
701 if (memory == VB2_MEMORY_MMAP && __verify_mmap_ops(q)) { in vb2_verify_memory_type()
774 if (debug && q->memory == VB2_MEMORY_MMAP && in vb2_core_reqbufs()
1418 case VB2_MEMORY_MMAP: in __buf_prepare()
2202 if (q->memory != VB2_MEMORY_MMAP) { in __find_plane_by_offset()
2240 if (q->memory != VB2_MEMORY_MMAP) { in vb2_core_expbuf()
2671 fileio->memory = VB2_MEMORY_MMAP; in __vb2_init_fileio()
H A Dvideobuf2-v4l2.c525 if (q->memory == VB2_MEMORY_MMAP) in __fill_v4l2_buffer()
541 if (q->memory == VB2_MEMORY_MMAP) in __fill_v4l2_buffer()
610 if (vb->vb2_queue->memory != VB2_MEMORY_MMAP) { in __fill_vb2_buffer()
897 if (WARN_ON(VB2_MEMORY_MMAP != (int)V4L2_MEMORY_MMAP) in vb2_queue_init_name()
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddvb_vb2.c345 ret = vb2_core_reqbufs(&ctx->vb_q, VB2_MEMORY_MMAP, &req->count); in dvb_vb2_reqbufs()
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H A Ddvb_vb2.c341 ret = vb2_core_reqbufs(&ctx->vb_q, VB2_MEMORY_MMAP, 0, &req->count); in dvb_vb2_reqbufs()

Completed in 16 milliseconds