Lines Matching refs:vq
857 struct vb2_queue *vq; in jpu_s_fmt() local
864 vq = v4l2_m2m_get_vq(m2m_ctx, f->type); in jpu_s_fmt()
865 if (!vq) in jpu_s_fmt()
868 if (vb2_is_busy(vq)) { in jpu_s_fmt()
1017 static int jpu_queue_setup(struct vb2_queue *vq, in jpu_queue_setup() argument
1023 struct jpu_ctx *ctx = vb2_get_drv_priv(vq); in jpu_queue_setup()
1027 q_data = jpu_get_q_data(ctx, vq->type); in jpu_queue_setup()
1158 static int jpu_start_streaming(struct vb2_queue *vq, unsigned count) in jpu_start_streaming() argument
1160 struct jpu_ctx *ctx = vb2_get_drv_priv(vq); in jpu_start_streaming()
1161 struct jpu_q_data *q_data = jpu_get_q_data(ctx, vq->type); in jpu_start_streaming()
1167 static void jpu_stop_streaming(struct vb2_queue *vq) in jpu_stop_streaming() argument
1169 struct jpu_ctx *ctx = vb2_get_drv_priv(vq); in jpu_stop_streaming()
1174 if (V4L2_TYPE_IS_OUTPUT(vq->type)) in jpu_stop_streaming()