Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/test-drivers/
H A Dvim2m.c198 struct vim2m_ctx { struct
199 struct v4l2_fh fh;
200 struct vim2m_dev *dev;
202 struct v4l2_ctrl_handler hdl;
205 u8 num_processed;
230 static inline struct vim2m_ctx *file2ctx(struct file *file) in file2ctx() argument