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