Searched defs:av1dec_dev (Results 1 – 1 of 1) sorted by relevance
136 struct av1dec_dev { struct137 struct mpp_dev mpp;138 struct av1dec_hw_info *hw_info;140 struct mpp_clk_info aclk_info;141 struct mpp_clk_info hclk_info;142 u32 default_max_load;144 struct proc_dir_entry *procfs;146 struct reset_control *rst_a;147 struct reset_control *rst_h;149 void __iomem *reg_base[AV1DEC_CLASS_BUTT];[all …]