Lines Matching refs:buf_priv
73 static void *vb2_dc_cookie(struct vb2_buffer *vb, void *buf_priv)
75 struct vb2_dc_buf *buf = buf_priv;
94 static void *vb2_dc_vaddr(struct vb2_buffer *vb, void *buf_priv)
96 struct vb2_dc_buf *buf = buf_priv;
116 static unsigned int vb2_dc_num_users(void *buf_priv)
118 struct vb2_dc_buf *buf = buf_priv;
123 static void vb2_dc_prepare(void *buf_priv)
125 struct vb2_dc_buf *buf = buf_priv;
143 static void vb2_dc_finish(void *buf_priv)
145 struct vb2_dc_buf *buf = buf_priv;
167 static void vb2_dc_put(void *buf_priv)
169 struct vb2_dc_buf *buf = buf_priv;
274 static int vb2_dc_mmap(void *buf_priv, struct vm_area_struct *vma)
276 struct vb2_dc_buf *buf = buf_priv;
499 void *buf_priv,
502 struct vb2_dc_buf *buf = buf_priv;
531 static void vb2_dc_put_userptr(void *buf_priv)
533 struct vb2_dc_buf *buf = buf_priv;