Home
last modified time | relevance | path

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

/drivers/media/video/cx18/
Dcx18-fileops.c183 static struct cx18_mdl *cx18_get_mdl(struct cx18_stream *s, int non_block, in cx18_get_mdl() argument
237 if (non_block) { in cx18_get_mdl()
420 size_t tot_count, int non_block) in cx18_read() argument
443 mdl = cx18_get_mdl(s, non_block, &rc); in cx18_read()
485 size_t count, loff_t *pos, int non_block) in cx18_read_pos() argument
487 ssize_t rc = count ? cx18_read(s, ubuf, count, non_block) : 0; in cx18_read_pos()
/drivers/media/video/ivtv/
Divtv-fileops.c203 static struct ivtv_buffer *ivtv_get_buffer(struct ivtv_stream *s, int non_block, int *err) in ivtv_get_buffer() argument
265 if (non_block) { in ivtv_get_buffer()
356 static ssize_t ivtv_read(struct ivtv_stream *s, char __user *ubuf, size_t tot_count, int non_block) in ivtv_read() argument
378 buf = ivtv_get_buffer(s, non_block, &rc); in ivtv_read()
414 loff_t *pos, int non_block) in ivtv_read_pos() argument
416 ssize_t rc = count ? ivtv_read(s, ubuf, count, non_block) : 0; in ivtv_read_pos()
/drivers/staging/android/
Dbinder.c2251 signed long *consumed, int non_block) in binder_thread_read() argument
2308 if (non_block) { in binder_thread_read()
2314 if (non_block) { in binder_thread_read()