Home
last modified time | relevance | path

Searched defs:vpe_ctx (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/platform/ti/vpe/
H A Dvpe.c395 struct vpe_ctx { struct
396 struct v4l2_fh fh;
397 struct vpe_dev *dev;
398 struct v4l2_ctrl_handler hdl;
400 unsigned int field; /* current field */
401 unsigned int sequence; /* current frame/field seq */
402 unsigned int aborting; /* abort after next irq */
404 unsigned int bufs_per_job; /* input buffers per batch */
405 unsigned int bufs_completed; /* bufs done in this batch */
430 static struct vpe_q_data *get_q_data(struct vpe_ctx *ctx, in get_q_data() argument