Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/cx18/
Dcx18-fileops.c421 size_t tot_count, int non_block) in cx18_read() argument
461 tot_count - tot_written); in cx18_read()
479 if (tot_written == tot_count || single_frame) in cx18_read()
/linux-4.4.14/drivers/media/pci/ivtv/
Divtv-fileops.c358 static ssize_t ivtv_read(struct ivtv_stream *s, char __user *ubuf, size_t tot_count, int non_block) in ivtv_read() argument
395 rc = ivtv_copy_buf_to_user(s, buf, ubuf + tot_written, tot_count - tot_written); in ivtv_read()
409 if (tot_written == tot_count || single_frame) in ivtv_read()