Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/
Drcar_jpu.c216 struct jpu_ctx *curr;
283 struct jpu_ctx { struct
492 static struct jpu_ctx *ctrl_to_ctx(struct v4l2_ctrl *c) in ctrl_to_ctx()
494 return container_of(c->handler, struct jpu_ctx, ctrl_handler); in ctrl_to_ctx()
497 static struct jpu_ctx *fh_to_ctx(struct v4l2_fh *fh) in fh_to_ctx()
499 return container_of(fh, struct jpu_ctx, fh); in fh_to_ctx()
671 struct jpu_ctx *ctx = fh_to_ctx(priv); in jpu_querycap()
733 struct jpu_ctx *ctx = fh_to_ctx(priv); in jpu_enum_fmt_cap()
742 struct jpu_ctx *ctx = fh_to_ctx(priv); in jpu_enum_fmt_out()
747 static struct jpu_q_data *jpu_get_q_data(struct jpu_ctx *ctx, in jpu_get_q_data()
[all …]