Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/media/pci/ivtv/
Divtv-queue.h56 int ivtv_buf_copy_from_user(struct ivtv_stream *s, struct ivtv_buffer *buf, const char __user *src,…
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
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()