Searched defs:ub953_data (Results 1 – 1 of 1) sorted by relevance
63 struct ub953_data { struct64 const struct ub953_hw_data *hw_data;66 struct i2c_client *client;67 struct regmap *regmap;68 struct clk *clkin;70 u32 num_data_lanes;71 bool non_continous_clk;73 struct gpio_chip gpio_chip;97 static inline struct ub953_data *sd_to_ub953(struct v4l2_subdev *sd) in sd_to_ub953() argument