Searched refs:vim2m_ctx (Results 1 – 1 of 1) sorted by relevance
203 struct vim2m_ctx { struct236 static inline struct vim2m_ctx *file2ctx(struct file *file) in file2ctx() argument238 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 …]