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