Searched refs:jpu_ctx (Results 1 – 1 of 1) sorted by relevance
198 struct jpu_ctx *curr;263 struct jpu_ctx { struct478 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 *ctx = fh_to_ctx(priv); 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 …]