Lines Matching defs:hantro_variant
81 struct hantro_variant { struct
82 unsigned int enc_offset;
83 unsigned int dec_offset;
84 const struct hantro_fmt *enc_fmts;
85 unsigned int num_enc_fmts;
86 const struct hantro_fmt *dec_fmts;
87 unsigned int num_dec_fmts;
88 const struct hantro_fmt *postproc_fmts;
89 unsigned int num_postproc_fmts;
90 const struct hantro_postproc_ops *postproc_ops;
91 unsigned int codec;
92 const struct hantro_codec_ops *codec_ops;
93 int (*init)(struct hantro_dev *vpu);
94 int (*runtime_resume)(struct hantro_dev *vpu);
95 const struct hantro_irq *irqs;
96 int num_irqs;
97 const char * const *clk_names;
98 int num_clocks;
99 const char * const *reg_names;
100 int num_regs;
101 unsigned int double_buffer : 1;
102 unsigned int legacy_regs : 1;
103 unsigned int late_postproc : 1;