Home
last modified time | relevance | path

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

/linux-5.10/drivers/media/test-drivers/
Dvim2m.c203 struct vim2m_ctx { struct
204 struct v4l2_fh fh;
205 struct vim2m_dev *dev;
207 struct v4l2_ctrl_handler hdl;
210 u8 num_processed;
235 static inline struct vim2m_ctx *file2ctx(struct file *file) in file2ctx() argument