Lines Matching defs:thp7312_device
248 struct thp7312_device { struct
249 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];
263 enum thp7312_boot_mode boot_mode;
265 struct v4l2_ctrl_handler ctrl_handler;
266 bool ctrls_applied;
268 s64 link_freq;
270 struct {
275 struct {
304 static inline struct thp7312_device *to_thp7312_dev(struct v4l2_subdev *sd) in to_thp7312_dev() argument