Searched defs:cedrus_dec_ops (Results 1 – 1 of 1) sorted by relevance
163 struct cedrus_dec_ops { struct164 void (*irq_clear)(struct cedrus_ctx *ctx);165 void (*irq_disable)(struct cedrus_ctx *ctx);166 enum cedrus_irq_status (*irq_status)(struct cedrus_ctx *ctx);167 int (*setup)(struct cedrus_ctx *ctx, struct cedrus_run *run);168 int (*start)(struct cedrus_ctx *ctx);169 void (*stop)(struct cedrus_ctx *ctx);170 void (*trigger)(struct cedrus_ctx *ctx);171 unsigned int (*extra_cap_size)(struct cedrus_ctx *ctx,