Home
last modified time | relevance | path

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

/linux/drivers/media/pci/ivtv/
H A Divtv-fileops.c356 static ssize_t ivtv_read(struct ivtv_stream *s, char __user *ubuf, size_t tot_count, int non_block) in ivtv_read() function
416 ssize_t rc = count ? ivtv_read(s, ubuf, count, non_block) : 0; in ivtv_read_pos()