Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/cx18/
Dcx18-fileops.c405 static ssize_t cx18_read(struct cx18_stream *s, char __user *ubuf, in cx18_read() function
473 ssize_t rc = count ? cx18_read(s, ubuf, count, non_block) : 0; in cx18_read_pos()