Searched defs:coda_ctx (Results 1 – 1 of 1) sorted by relevance
207 struct coda_ctx { struct208 struct coda_dev *dev;209 struct mutex buffer_mutex;210 struct work_struct pic_run_work;211 struct work_struct seq_init_work;212 struct work_struct seq_end_work;213 struct completion completion;214 const struct coda_video_device *cvd;215 const struct coda_context_ops *ops;216 int aborting;[all …]