Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/platform/
Dvim2m.c203 struct vim2m_ctx { struct
236 static inline struct vim2m_ctx *file2ctx(struct file *file) in file2ctx() argument
238 return container_of(file->private_data, struct vim2m_ctx, fh); in file2ctx()
241 static struct vim2m_q_data *get_q_data(struct vim2m_ctx *ctx, in get_q_data()
445 static int device_process(struct vim2m_ctx *ctx, in device_process()
573 struct vim2m_ctx *ctx = priv; in job_ready()
586 struct vim2m_ctx *ctx = priv; in job_abort()
600 struct vim2m_ctx *ctx = priv; in device_run()
622 struct vim2m_ctx *curr_ctx; in device_work()
627 curr_ctx = container_of(w, struct vim2m_ctx, work_run.work); in device_work()
[all …]