Searched defs:av1dec_dev (Results 1 – 1 of 1) sorted by relevance
139 struct av1dec_dev { struct140 struct mpp_dev mpp;141 struct av1dec_hw_info *hw_info;143 struct mpp_clk_info aclk_info;144 struct mpp_clk_info hclk_info;145 u32 default_max_load;147 struct proc_dir_entry *procfs;149 struct reset_control *rst_a;150 struct reset_control *rst_h;152 void __iomem *reg_base[AV1DEC_CLASS_BUTT];[all …]