Searched refs:ivtv_buf_copy_from_user (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-queue.h | 56 int ivtv_buf_copy_from_user(struct ivtv_stream *s, struct ivtv_buffer *buf, const char __user *src,…
|
H A D | ivtv-queue.c | 13 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 D | ivtv-fileops.c | 640 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()
|