Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/cx18/
Dcx18-fileops.c169 static struct cx18_mdl *cx18_get_mdl(struct cx18_stream *s, int non_block, in cx18_get_mdl()
406 size_t tot_count, int non_block) in cx18_read()
471 size_t count, loff_t *pos, int non_block) in cx18_read_pos()
/linux-5.19.10/drivers/media/pci/ivtv/
Divtv-fileops.c193 static struct ivtv_buffer *ivtv_get_buffer(struct ivtv_stream *s, int non_block, int *err) in ivtv_get_buffer()
346 static ssize_t ivtv_read(struct ivtv_stream *s, char __user *ubuf, size_t tot_count, int non_block) in ivtv_read()
404 loff_t *pos, int non_block) in ivtv_read_pos()
/linux-5.19.10/drivers/android/
Dbinder.c4265 binder_size_t *consumed, int non_block) in binder_thread_read()