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()
1097 static void device_run(void *priv) in device_run()
1343 static int vpe_querycap(struct file *file, void *priv, in vpe_querycap()
1379 static int vpe_enum_fmt(struct file *file, void *priv, in vpe_enum_fmt()
1388 static int vpe_g_fmt(struct file *file, void *priv, struct v4l2_format *f) in vpe_g_fmt()
1509 static int vpe_try_fmt(struct file *file, void *priv, struct v4l2_format *f) in vpe_try_fmt()
1574 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()