Home
last modified time | relevance | path

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

/linux/drivers/media/platform/renesas/
H A Drcar_jpu.c198 struct jpu_ctx *curr;
263 struct jpu_ctx { struct
478 static struct jpu_ctx *ctrl_to_ctx(struct v4l2_ctrl *c) in ctrl_to_ctx()
480 return container_of(c->handler, struct jpu_ctx, ctrl_handler); in ctrl_to_ctx()
483 static struct jpu_ctx *file_to_ctx(struct file *filp) in file_to_ctx()
485 return container_of(file_to_v4l2_fh(filp), struct jpu_ctx, fh); in file_to_ctx()
659 struct jpu_ctx *ctx = file_to_ctx(file); in jpu_querycap()
717 struct jpu_ctx *ctx = file_to_ctx(file); in jpu_enum_fmt_cap()
726 struct jpu_ctx *ctx = file_to_ctx(file); in jpu_enum_fmt_out()
731 static struct jpu_q_data *jpu_get_q_data(struct jpu_ctx *ctx, in jpu_get_q_data()
[all …]