Home
last modified time | relevance | path

Searched refs:videobuf_to_vmalloc (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/media/v4l2-core/
Dvideobuf-vmalloc.c297 .vaddr = videobuf_to_vmalloc,
315 void *videobuf_to_vmalloc(struct videobuf_buffer *buf) in videobuf_to_vmalloc() function
323 EXPORT_SYMBOL_GPL(videobuf_to_vmalloc);
/Linux-v4.19/include/media/
Dvideobuf-vmalloc.h42 void *videobuf_to_vmalloc(struct videobuf_buffer *buf);
/Linux-v4.19/drivers/media/usb/cx231xx/
Dcx231xx-vbi.c629 outp = videobuf_to_vmalloc(&(*buf)->vb); in get_next_vbi_buf()
671 p_out_buffer = videobuf_to_vmalloc(&buf->vb); in cx231xx_do_vbi_copy()
Dcx231xx-417.c1293 vbuf = videobuf_to_vmalloc(&buf->vb); in buffer_copy()
1346 vbuf = videobuf_to_vmalloc(&buf->vb); in buffer_filled()
Dcx231xx-video.c260 outp = videobuf_to_vmalloc(&(*buf)->vb); in get_next_buf()
669 p_out_buffer = videobuf_to_vmalloc(&buf->vb); in cx231xx_do_copy()
/Linux-v4.19/drivers/media/usb/tm6000/
Dtm6000-video.c137 voutp = videobuf_to_vmalloc(&vbuf->vb); in copy_streams()
205 voutp = videobuf_to_vmalloc(&vbuf->vb); in copy_streams()
298 outp = videobuf_to_vmalloc(&buf->vb); in copy_multiplexed()
317 outp = videobuf_to_vmalloc(&(buf->vb)); in copy_multiplexed()
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-mailbox.c177 p = videobuf_to_vmalloc(&vb_buf->vb); in cx18_mdl_send_to_videobuf()
/Linux-v4.19/Documentation/media/kapi/
Dv4l2-videobuf.rst381 void *videobuf_to_vmalloc(struct videobuf_buffer *buf);
/Linux-v4.19/drivers/media/usb/zr364xx/
Dzr364xx.c498 char *vbuf = videobuf_to_vmalloc(&buf->vb); in zr364xx_fillbuff()