• Home
  • Raw
  • Download

Lines Matching defs:q

90 #define log_qop(q, op)							\  argument
94 #define call_qop(q, op, args...) \ argument
105 #define call_void_qop(q, op, args...) \ argument
154 #define call_qop(q, op, args...) \ argument
157 #define call_void_qop(q, op, args...) \ argument
174 #define call_bufop(q, op, args...) \ argument
182 #define call_void_bufop(q, op, args...) \ argument
196 struct vb2_queue *q = vb->vb2_queue; in __vb2_buf_mem_alloc() local
300 struct vb2_queue *q = vb->vb2_queue; in __setup_offsets() local
329 static int __vb2_queue_alloc(struct vb2_queue *q, enum vb2_memory memory, in __vb2_queue_alloc()
398 static void __vb2_free_mem(struct vb2_queue *q, unsigned int buffers) in __vb2_free_mem()
424 static int __vb2_queue_free(struct vb2_queue *q, unsigned int buffers) in __vb2_queue_free()
535 bool vb2_buffer_in_use(struct vb2_queue *q, struct vb2_buffer *vb) in vb2_buffer_in_use()
557 static bool __buffers_in_use(struct vb2_queue *q) in __buffers_in_use()
567 void vb2_core_querybuf(struct vb2_queue *q, unsigned int index, void *pb) in vb2_core_querybuf()
577 static int __verify_userptr_ops(struct vb2_queue *q) in __verify_userptr_ops()
590 static int __verify_mmap_ops(struct vb2_queue *q) in __verify_mmap_ops()
603 static int __verify_dmabuf_ops(struct vb2_queue *q) in __verify_dmabuf_ops()
613 int vb2_verify_memory_type(struct vb2_queue *q, in vb2_verify_memory_type()
659 int vb2_core_reqbufs(struct vb2_queue *q, enum vb2_memory memory, in vb2_core_reqbufs()
784 int vb2_core_create_bufs(struct vb2_queue *q, enum vb2_memory memory, in vb2_core_create_bufs()
894 struct vb2_queue *q = vb->vb2_queue; in vb2_buffer_done() local
950 void vb2_discard_done(struct vb2_queue *q) in vb2_discard_done()
981 struct vb2_queue *q = vb->vb2_queue; in __qbuf_userptr() local
1099 struct vb2_queue *q = vb->vb2_queue; in __qbuf_dmabuf() local
1233 struct vb2_queue *q = vb->vb2_queue; in __enqueue_in_driver() local
1250 struct vb2_queue *q = vb->vb2_queue; in __buf_prepare() local
1282 int vb2_core_prepare_buf(struct vb2_queue *q, unsigned int index, void *pb) in vb2_core_prepare_buf()
1318 static int vb2_start_streaming(struct vb2_queue *q) in vb2_start_streaming()
1370 int vb2_core_qbuf(struct vb2_queue *q, unsigned int index, void *pb) in vb2_core_qbuf()
1442 static int __vb2_wait_for_done_vb(struct vb2_queue *q, int nonblocking) in __vb2_wait_for_done_vb()
1517 static int __vb2_get_done_vb(struct vb2_queue *q, struct vb2_buffer **vb, in __vb2_get_done_vb()
1550 int vb2_wait_for_all_buffers(struct vb2_queue *q) in vb2_wait_for_all_buffers()
1568 struct vb2_queue *q = vb->vb2_queue; in __vb2_dqbuf() local
1587 int vb2_core_dqbuf(struct vb2_queue *q, unsigned int *pindex, void *pb, in vb2_core_dqbuf()
1641 static void __vb2_queue_cancel(struct vb2_queue *q) in __vb2_queue_cancel()
1703 int vb2_core_streamon(struct vb2_queue *q, unsigned int type) in vb2_core_streamon()
1750 void vb2_queue_error(struct vb2_queue *q) in vb2_queue_error()
1758 int vb2_core_streamoff(struct vb2_queue *q, unsigned int type) in vb2_core_streamoff()
1786 static int __find_plane_by_offset(struct vb2_queue *q, unsigned long off, in __find_plane_by_offset()
1812 int vb2_core_expbuf(struct vb2_queue *q, int *fd, unsigned int type, in vb2_core_expbuf()
1883 int vb2_mmap(struct vb2_queue *q, struct vm_area_struct *vma) in vb2_mmap()
1952 unsigned long vb2_get_unmapped_area(struct vb2_queue *q, in vb2_get_unmapped_area()
1984 int vb2_core_queue_init(struct vb2_queue *q) in vb2_core_queue_init()
2013 void vb2_core_queue_release(struct vb2_queue *q) in vb2_core_queue_release()
2023 unsigned int vb2_core_poll(struct vb2_queue *q, struct file *file, in vb2_core_poll()
2165 static int __vb2_init_fileio(struct vb2_queue *q, int read) in __vb2_init_fileio()
2283 static int __vb2_cleanup_fileio(struct vb2_queue *q) in __vb2_cleanup_fileio()
2307 static size_t __vb2_perform_fileio(struct vb2_queue *q, char __user *data, size_t count, in __vb2_perform_fileio()
2462 size_t vb2_read(struct vb2_queue *q, char __user *data, size_t count, in vb2_read()
2469 size_t vb2_write(struct vb2_queue *q, const char __user *data, size_t count, in vb2_write()
2486 struct vb2_queue *q = data; in vb2_thread() local
2548 int vb2_thread_start(struct vb2_queue *q, vb2_thread_fnc fnc, void *priv, in vb2_thread_start()
2588 int vb2_thread_stop(struct vb2_queue *q) in vb2_thread_stop()