Home
last modified time | relevance | path

Searched defs:coda_ctx (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/media/platform/coda/
Dcoda.h191 struct coda_ctx { struct
192 struct coda_dev *dev;
193 struct mutex buffer_mutex;
194 struct list_head list;
195 struct work_struct pic_run_work;
196 struct work_struct seq_end_work;
197 struct completion completion;
198 const struct coda_video_device *cvd;
199 const struct coda_context_ops *ops;
200 int aborting;
[all …]