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