Lines Matching defs:vpu_inst
226 struct vpu_inst { struct
237 int (*release)(struct vpu_inst *inst); argument
254 struct vpu_inst_ops *ops; argument
255 const struct vpu_format *formats;
256 struct vpu_format out_format;
257 struct vpu_format cap_format;
258 u32 min_buffer_cap;
259 u32 min_buffer_out;
260 u32 total_input_count;
262 struct v4l2_rect crop;
263 u32 colorspace;
264 u8 ycbcr_enc;
265 u8 quantization;
266 u8 xfer_func;
267 u32 sequence;
268 u32 extra_size;
270 u32 flows[16];
271 u32 flow_idx;
273 pid_t pid;
274 pid_t tgid;
275 struct dentry *debugfs;
277 void *priv;