Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/
Drcar_jpu.c211 struct jpu_ctx *curr;
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()
726 struct jpu_ctx *ctx = fh_to_ctx(priv); in jpu_enum_fmt_cap()
735 struct jpu_ctx *ctx = fh_to_ctx(priv); in jpu_enum_fmt_out()
740 static struct jpu_q_data *jpu_get_q_data(struct jpu_ctx *ctx, in jpu_get_q_data()
[all …]