Home
last modified time | relevance | path

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

/drivers/media/pci/cx18/
Dcx18-fileops.c406 size_t tot_count, int non_block) in cx18_read() argument
446 tot_count - tot_written); in cx18_read()
464 if (tot_written == tot_count || single_frame) in cx18_read()
/drivers/media/pci/ivtv/
Divtv-fileops.c346 static ssize_t ivtv_read(struct ivtv_stream *s, char __user *ubuf, size_t tot_count, int non_block) in ivtv_read() argument
383 rc = ivtv_copy_buf_to_user(s, buf, ubuf + tot_written, tot_count - tot_written); in ivtv_read()
397 if (tot_written == tot_count || single_frame) in ivtv_read()