Lines Matching defs:v4l2_m2m_ctx
105 struct v4l2_m2m_ctx { struct
107 struct mutex *q_lock;
109 bool new_frame;
111 bool is_draining;
112 struct vb2_v4l2_buffer *last_src_buf;
113 bool next_buf_last;
114 bool has_stopped;
115 bool ignore_cap_streaming;
118 struct v4l2_m2m_dev *m2m_dev;
120 struct v4l2_m2m_queue_ctx cap_q_ctx;
122 struct v4l2_m2m_queue_ctx out_q_ctx;
125 struct list_head queue;
126 unsigned long job_flags;
127 wait_queue_head_t finished;
129 void *priv;