Lines Matching defs:vpu_inst
228 struct vpu_inst { struct
239 int (*release)(struct vpu_inst *inst); argument
258 struct vpu_inst_ops *ops; argument
259 const struct vpu_format *formats;
260 struct vpu_format out_format;
261 struct vpu_format cap_format;
262 u32 min_buffer_cap;
263 u32 min_buffer_out;
264 u32 total_input_count;
266 struct v4l2_rect crop;
267 u32 colorspace;
268 u8 ycbcr_enc;
269 u8 quantization;
270 u8 xfer_func;
271 u32 sequence;
272 u32 extra_size;
274 u32 flows[16];
275 u32 flow_idx;
277 pid_t pid;
278 pid_t tgid;
279 struct dentry *debugfs;
281 void *priv;