Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/include/media/
Dvideobuf-vmalloc.h42 void *videobuf_to_vmalloc(struct videobuf_buffer *buf);
/linux-4.1.27/drivers/media/usb/cx231xx/
Dcx231xx-vbi.c631 outp = videobuf_to_vmalloc(&(*buf)->vb); in get_next_vbi_buf()
673 p_out_buffer = videobuf_to_vmalloc(&buf->vb); in cx231xx_do_vbi_copy()
Dcx231xx-417.c1288 vbuf = videobuf_to_vmalloc(&buf->vb); in buffer_copy()
1341 vbuf = videobuf_to_vmalloc(&buf->vb); in buffer_filled()
Dcx231xx-video.c262 outp = videobuf_to_vmalloc(&(*buf)->vb); in get_next_buf()
671 p_out_buffer = videobuf_to_vmalloc(&buf->vb); in cx231xx_do_copy()
/linux-4.1.27/drivers/media/usb/tm6000/
Dtm6000-video.c151 voutp = videobuf_to_vmalloc(&vbuf->vb); in copy_streams()
219 voutp = videobuf_to_vmalloc(&vbuf->vb); in copy_streams()
312 outp = videobuf_to_vmalloc(&buf->vb); in copy_multiplexed()
331 outp = videobuf_to_vmalloc(&(buf->vb)); in copy_multiplexed()
/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-mailbox.c182 p = videobuf_to_vmalloc(&vb_buf->vb); in cx18_mdl_send_to_videobuf()
/linux-4.1.27/Documentation/video4linux/
Dvideobuf334 void *videobuf_to_vmalloc(struct videobuf_buffer *buf);
/linux-4.1.27/drivers/media/usb/zr364xx/
Dzr364xx.c505 char *vbuf = videobuf_to_vmalloc(&buf->vb); in zr364xx_fillbuff()