Home
last modified time | relevance | path

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

/drivers/media/pci/cx18/
Dcx18-fileops.c275 struct cx18_buffer *buf, char __user *ubuf, size_t ucount, bool *stop) in cx18_copy_buf_to_user() argument
281 if (len > ucount) in cx18_copy_buf_to_user()
282 len = ucount; in cx18_copy_buf_to_user()
379 struct cx18_mdl *mdl, char __user *ubuf, size_t ucount) in cx18_copy_mdl_to_user() argument
405 ucount - tot_written, &stop); in cx18_copy_mdl_to_user()
412 tot_written >= ucount || /* Reader request statisfied */ in cx18_copy_mdl_to_user()
/drivers/media/pci/ivtv/
Divtv-fileops.c299 char __user *ubuf, size_t ucount) in ivtv_copy_buf_to_user() argument
304 if (len > ucount) len = ucount; in ivtv_copy_buf_to_user()