Searched defs:coda_ctx (Results 1 – 2 of 2) sorted by relevance
193 struct coda_ctx { struct194 struct coda_dev *dev;195 struct mutex buffer_mutex;196 struct list_head list;197 struct work_struct pic_run_work;198 struct work_struct seq_end_work;199 struct completion completion;200 const struct coda_video_device *cvd;201 const struct coda_context_ops *ops;202 int aborting;[all …]
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 …]