Searched refs:vim2m_ctx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/ |
H A D | vim2m.c | 203 struct vim2m_ctx { struct 235 static inline struct vim2m_ctx *file2ctx(struct file *file) in file2ctx() 237 return container_of(file->private_data, struct vim2m_ctx, fh); in file2ctx() 240 static struct vim2m_q_data *get_q_data(struct vim2m_ctx *ctx, in get_q_data() 444 static int device_process(struct vim2m_ctx *ctx, in device_process() 572 struct vim2m_ctx *ctx = priv; in job_ready() 585 struct vim2m_ctx *ctx = priv; in job_abort() 599 struct vim2m_ctx *ctx = priv; in device_run() 621 struct vim2m_ctx *curr_ctx; in device_work() 625 curr_ctx = container_of(w, struct vim2m_ctx, work_ru in device_work() [all...] |
/kernel/linux/linux-6.6/drivers/media/test-drivers/ |
H A D | vim2m.c | 198 struct vim2m_ctx { struct 230 static inline struct vim2m_ctx *file2ctx(struct file *file) in file2ctx() 232 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_ru in device_work() [all...] |
Completed in 4 milliseconds