Searched refs:vim2m_ctx (Results 1 – 1 of 1) sorted by relevance
198 struct vim2m_ctx { struct230 static inline struct vim2m_ctx *file2ctx(struct file *file) in file2ctx() argument232 return container_of(file->private_data, struct vim2m_ctx, fh); in file2ctx()235 static struct vim2m_q_data *get_q_data(struct vim2m_ctx *ctx, in get_q_data()439 static int device_process(struct vim2m_ctx *ctx, in device_process()567 struct vim2m_ctx *ctx = priv; in job_ready()580 struct vim2m_ctx *ctx = priv; in job_abort()594 struct vim2m_ctx *ctx = priv; in device_run()616 struct vim2m_ctx *curr_ctx; in device_work()620 curr_ctx = container_of(w, struct vim2m_ctx, work_run.work); in device_work()[all …]