Searched defs:coda_ctx (Results 1 – 1 of 1) sorted by relevance
214 struct coda_ctx { struct215 struct coda_dev *dev;216 struct mutex buffer_mutex;217 struct work_struct pic_run_work;218 struct work_struct seq_init_work;219 struct work_struct seq_end_work;220 struct completion completion;221 const struct coda_video_device *cvd;222 const struct coda_context_ops *ops;223 int aborting;[all …]