Searched defs:coda_ctx (Results 1 – 2 of 2) 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 …]
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 …]