Searched defs:coda_ctx (Results 1 – 1 of 1) sorted by relevance
191 struct coda_ctx { struct192 struct coda_dev *dev;193 struct mutex buffer_mutex;194 struct list_head list;195 struct work_struct pic_run_work;196 struct work_struct seq_end_work;197 struct completion completion;198 const struct coda_video_device *cvd;199 const struct coda_context_ops *ops;200 int aborting;[all …]