Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/common/videobuf2/
Dvideobuf2-core.c2470 static int __vb2_init_fileio(struct vb2_queue *q, int read);
2509 if (__vb2_init_fileio(q, 1)) in vb2_core_poll()
2514 if (__vb2_init_fileio(q, 0)) in vb2_core_poll()
2631 static int __vb2_init_fileio(struct vb2_queue *q, int read) in __vb2_init_fileio() function
2805 ret = __vb2_init_fileio(q, read); in __vb2_perform_fileio()
3039 ret = __vb2_init_fileio(q, !q->is_output); in vb2_thread_start()