Searched defs:thp7312_device (Results 1 – 1 of 1) sorted by relevance
248 struct thp7312_device { struct249 struct device *dev;250 struct regmap *regmap;252 struct v4l2_subdev sd;253 struct media_pad pad;255 struct gpio_desc *reset_gpio;256 struct regulator_bulk_data supplies[ARRAY_SIZE(thp7312_supply_name)];257 struct clk *iclk;259 u8 lane_remap;261 struct thp7312_sensor sensors[1];[all …]