Searched refs:__find_plane_by_offset (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 2150 * __find_plane_by_offset() - find plane associated with the given offset off 2152 static int __find_plane_by_offset(struct vb2_queue *q, unsigned long off, in __find_plane_by_offset() function 2298 ret = __find_plane_by_offset(q, off, &buffer, &plane); in vb2_mmap() 2355 ret = __find_plane_by_offset(q, off, &buffer, &plane); in vb2_get_unmapped_area()
|
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 2188 * __find_plane_by_offset() - find plane associated with the given offset off 2190 static int __find_plane_by_offset(struct vb2_queue *q, unsigned long off, in __find_plane_by_offset() function 2338 ret = __find_plane_by_offset(q, off, &buffer, &plane); in vb2_mmap() 2395 ret = __find_plane_by_offset(q, off, &buffer, &plane); in vb2_get_unmapped_area()
|
Completed in 7 milliseconds