Searched defs:coda_ctx (Results 1 – 1 of 1) sorted by relevance
186 struct coda_ctx { struct187 struct coda_dev *dev;188 struct mutex buffer_mutex;189 struct list_head list;190 struct work_struct pic_run_work;191 struct work_struct seq_end_work;192 struct completion completion;193 const struct coda_video_device *cvd;194 const struct coda_context_ops *ops;195 int aborting;[all …]