Searched defs:cedrus_dec_ops (Results 1 – 1 of 1) sorted by relevance
158 struct cedrus_dec_ops { struct159 void (*irq_clear)(struct cedrus_ctx *ctx);160 void (*irq_disable)(struct cedrus_ctx *ctx);161 enum cedrus_irq_status (*irq_status)(struct cedrus_ctx *ctx);162 int (*setup)(struct cedrus_ctx *ctx, struct cedrus_run *run);163 int (*start)(struct cedrus_ctx *ctx);164 void (*stop)(struct cedrus_ctx *ctx);165 void (*trigger)(struct cedrus_ctx *ctx);166 unsigned int (*extra_cap_size)(struct cedrus_ctx *ctx,