Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/common/videobuf2/
Dvideobuf2-core.c2039 static int __vb2_init_fileio(struct vb2_queue *q, int read);
2069 if (__vb2_init_fileio(q, 1)) in vb2_core_poll()
2074 if (__vb2_init_fileio(q, 0)) in vb2_core_poll()
2193 static int __vb2_init_fileio(struct vb2_queue *q, int read) in __vb2_init_fileio() function
2361 ret = __vb2_init_fileio(q, read); in __vb2_perform_fileio()
2595 ret = __vb2_init_fileio(q, !q->is_output); in vb2_thread_start()