Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/
H A Drcar_jpu.c211 struct jpu_ctx *curr;
267 * struct jpu_ctx - the device context data
276 struct jpu_ctx { struct
485 static struct jpu_ctx *ctrl_to_ctx(struct v4l2_ctrl *c) in ctrl_to_ctx()
487 return container_of(c->handler, struct jpu_ctx, ctrl_handler); in ctrl_to_ctx()
490 static struct jpu_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx()
492 return container_of(fh, struct jpu_ctx, fh); in fh_to_ctx()
664 struct jpu_ctx *ctx = fh_to_ctx(priv); in jpu_querycap()
724 struct jpu_ctx *ctx = fh_to_ctx(priv); in jpu_enum_fmt_cap()
733 struct jpu_ctx *ct in jpu_enum_fmt_out()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/renesas/
H A Drcar_jpu.c198 struct jpu_ctx *curr;
254 * struct jpu_ctx - the device context data
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 *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx()
485 return container_of(fh, struct jpu_ctx, fh); in fh_to_ctx()
659 struct jpu_ctx *ctx = fh_to_ctx(priv); in jpu_querycap()
717 struct jpu_ctx *ctx = fh_to_ctx(priv); in jpu_enum_fmt_cap()
726 struct jpu_ctx *ct in jpu_enum_fmt_out()
[all...]

Completed in 6 milliseconds