Home
last modified time | relevance | path

Searched refs:ivtv_buf_copy_from_user (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-queue.h56 int ivtv_buf_copy_from_user(struct ivtv_stream *s, struct ivtv_buffer *buf, const char __user *src,…
H A Divtv-queue.c13 int ivtv_buf_copy_from_user(struct ivtv_stream *s, struct ivtv_buffer *buf, const char __user *src,… in ivtv_buf_copy_from_user() function
H A Divtv-fileops.c640 rc = ivtv_buf_copy_from_user(s, buf, user_buf, in ivtv_write()
643 rc = ivtv_buf_copy_from_user(s, buf, user_buf, count); in ivtv_write()