Lines Matching defs:priv
882 static int job_ready(void *priv) in job_ready()
899 static void job_abort(void *priv) in job_abort()
910 static void vpe_lock(void *priv) in vpe_lock()
917 static void vpe_unlock(void *priv) in vpe_unlock()
1096 static void device_run(void *priv) in device_run()
1345 static int vpe_querycap(struct file *file, void *priv, in vpe_querycap()
1381 static int vpe_enum_fmt(struct file *file, void *priv, in vpe_enum_fmt()
1390 static int vpe_g_fmt(struct file *file, void *priv, struct v4l2_format *f) in vpe_g_fmt()
1511 static int vpe_try_fmt(struct file *file, void *priv, struct v4l2_format *f) in vpe_try_fmt()
1576 static int vpe_s_fmt(struct file *file, void *priv, struct v4l2_format *f) in vpe_s_fmt()
1895 static int queue_init(void *priv, struct vb2_queue *src_vq, in queue_init()