Searched defs:hantro_dev (Results 1 – 2 of 2) sorted by relevance
177 struct hantro_dev { struct178 struct v4l2_device v4l2_dev;179 struct v4l2_m2m_dev *m2m_dev;180 struct media_device mdev;181 struct hantro_func *encoder;182 struct hantro_func *decoder;183 struct platform_device *pdev;184 struct device *dev;185 struct clk_bulk_data *clocks;186 void __iomem **reg_bases;[all …]
195 struct hantro_dev { struct196 struct v4l2_device v4l2_dev;197 struct v4l2_m2m_dev *m2m_dev;198 struct media_device mdev;199 struct hantro_func *encoder;200 struct hantro_func *decoder;201 struct platform_device *pdev;202 struct device *dev;203 struct clk_bulk_data *clocks;204 struct reset_control *resets;[all …]