Searched defs:coda_ctx (Results 1 – 1 of 1) sorted by relevance
223 struct coda_ctx { struct224 struct coda_dev *dev;225 struct mutex buffer_mutex;226 struct work_struct pic_run_work;227 struct work_struct seq_init_work;228 struct work_struct seq_end_work;229 struct completion completion;230 const struct coda_video_device *cvd;231 const struct coda_context_ops *ops;232 int aborting;[all …]