Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/common/videobuf2/
Dvideobuf2-memops.c80 void vb2_destroy_framevec(struct frame_vector *vec) in vb2_destroy_framevec() function
85 EXPORT_SYMBOL(vb2_destroy_framevec);
Dvideobuf2-vmalloc.c121 vb2_destroy_framevec(vec); in vb2_vmalloc_get_userptr()
148 vb2_destroy_framevec(buf->vec); in vb2_vmalloc_put_userptr()
Dvideobuf2-dma-sg.c272 vb2_destroy_framevec(vec); in vb2_dma_sg_get_userptr()
299 vb2_destroy_framevec(buf->vec); in vb2_dma_sg_put_userptr()
Dvideobuf2-dma-contig.c443 vb2_destroy_framevec(buf->vec); in vb2_dc_put_userptr()
587 vb2_destroy_framevec(vec); in vb2_dc_get_userptr()
/linux-4.19.296/include/media/
Dvideobuf2-memops.h39 void vb2_destroy_framevec(struct frame_vector *vec);