Lines Matching defs:thp7312_device
249 struct thp7312_device { struct
250 struct device *dev;
251 struct regmap *regmap;
253 struct v4l2_subdev sd;
254 struct media_pad pad;
256 struct gpio_desc *reset_gpio;
257 struct regulator_bulk_data supplies[ARRAY_SIZE(thp7312_supply_name)];
258 struct clk *iclk;
260 u8 lane_remap;
262 struct thp7312_sensor sensors[1];
264 enum thp7312_boot_mode boot_mode;
266 struct v4l2_ctrl_handler ctrl_handler;
267 bool ctrls_applied;
269 s64 link_freq;
271 struct {
276 struct {
305 static inline struct thp7312_device *to_thp7312_dev(struct v4l2_subdev *sd) in to_thp7312_dev() argument