Home
last modified time | relevance | path

Searched refs:vb2_destroy_framevec (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/media/common/videobuf2/
Dvideobuf2-memops.c74 void vb2_destroy_framevec(struct frame_vector *vec) in vb2_destroy_framevec() function
79 EXPORT_SYMBOL(vb2_destroy_framevec);
Dvideobuf2-vmalloc.c117 vb2_destroy_framevec(vec); in vb2_vmalloc_get_userptr()
144 vb2_destroy_framevec(buf->vec); in vb2_vmalloc_put_userptr()
Dvideobuf2-dma-sg.c272 vb2_destroy_framevec(vec); in vb2_dma_sg_get_userptr()
298 vb2_destroy_framevec(buf->vec); in vb2_dma_sg_put_userptr()
Dvideobuf2-dma-contig.c567 vb2_destroy_framevec(buf->vec); in vb2_dc_put_userptr()
685 vb2_destroy_framevec(vec); in vb2_dc_get_userptr()
/linux-5.19.10/include/media/
Dvideobuf2-memops.h38 void vb2_destroy_framevec(struct frame_vector *vec);