Lines Matching defs:v4l2_m2m_ctx
99 struct v4l2_m2m_ctx { struct
101 struct mutex *q_lock;
103 bool new_frame;
105 bool is_draining;
106 struct vb2_v4l2_buffer *last_src_buf;
107 bool next_buf_last;
108 bool has_stopped;
111 struct v4l2_m2m_dev *m2m_dev;
113 struct v4l2_m2m_queue_ctx cap_q_ctx;
115 struct v4l2_m2m_queue_ctx out_q_ctx;
118 struct list_head queue;
119 unsigned long job_flags;
120 wait_queue_head_t finished;
122 void *priv;