Searched defs:rkvenc_dev (Results 1 – 2 of 2) sorted by relevance
181 struct rkvenc_dev { struct182 struct mpp_dev mpp;184 struct mpp_clk_info aclk_info;185 struct mpp_clk_info hclk_info;186 struct mpp_clk_info core_clk_info;187 u32 default_max_load;189 struct proc_dir_entry *procfs;191 struct reset_control *rst_a;192 struct reset_control *rst_h;193 struct reset_control *rst_core;[all …]
267 struct rkvenc_dev { struct268 struct mpp_dev mpp;269 struct rkvenc_hw_info *hw_info;271 struct mpp_clk_info aclk_info;272 struct mpp_clk_info hclk_info;273 struct mpp_clk_info core_clk_info;274 u32 default_max_load;276 struct proc_dir_entry *procfs;278 struct reset_control *rst_a;279 struct reset_control *rst_h;[all …]