Searched defs:allegro_dev (Results 1 – 2 of 2) sorted by relevance
144 struct allegro_dev { struct145 struct v4l2_device v4l2_dev;146 struct video_device video_dev;147 struct v4l2_m2m_dev *m2m_dev;148 struct platform_device *plat_dev;151 struct mutex lock;153 struct regmap *regmap;154 struct regmap *sram;155 struct regmap *settings;157 struct clk *clk_core;[all …]
121 struct allegro_dev { struct122 struct v4l2_device v4l2_dev;123 struct video_device video_dev;124 struct v4l2_m2m_dev *m2m_dev;125 struct platform_device *plat_dev;128 struct mutex lock;130 struct regmap *regmap;131 struct regmap *sram;133 const struct fw_info *fw_info;134 struct allegro_buffer firmware;[all …]