Home
last modified time | relevance | path

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

/drivers/media/pci/ivtv/
Divtv-queue.h67 int ivtv_buf_copy_from_user(struct ivtv_stream *s, struct ivtv_buffer *buf, const char __user *src,…
Divtv-queue.c25 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
Divtv-fileops.c652 rc = ivtv_buf_copy_from_user(s, buf, user_buf, in ivtv_write()
655 rc = ivtv_buf_copy_from_user(s, buf, user_buf, count); in ivtv_write()