Searched defs:vpu_inst_ops (Results 1 – 1 of 1) sorted by relevance
198 struct vpu_inst_ops { struct199 int (*ctrl_init)(struct vpu_inst *inst);200 int (*start)(struct vpu_inst *inst, u32 type);201 int (*stop)(struct vpu_inst *inst, u32 type);202 int (*abort)(struct vpu_inst *inst);203 bool (*check_ready)(struct vpu_inst *inst, unsigned int type);204 void (*buf_done)(struct vpu_inst *inst, struct vpu_frame_info *frame);205 void (*event_notify)(struct vpu_inst *inst, u32 event, void *data);206 void (*release)(struct vpu_inst *inst);207 void (*cleanup)(struct vpu_inst *inst);[all …]