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