Home
last modified time | relevance | path

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

/linux/drivers/media/pci/cx18/
H A 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()
/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() argument
393 rc = ivtv_copy_buf_to_user(s, buf, ubuf + tot_written, tot_count - tot_written); in ivtv_read()
407 if (tot_written == tot_count || single_frame) in ivtv_read()
/linux/kernel/irq/
H A Dirqdesc.c137 desc->tot_count = 0; in desc_set_defaults()
1010 return data_race(desc->tot_count); in kstat_irqs_desc()