Searched defs:ub953_data (Results 1 – 1 of 1) sorted by relevance
143 struct ub953_data { struct144 const struct ub953_hw_data *hw_data;146 struct i2c_client *client;147 struct regmap *regmap;148 struct clk *clkin;150 u32 num_data_lanes;151 bool non_continous_clk;153 struct gpio_chip gpio_chip;177 static inline struct ub953_data *sd_to_ub953(struct v4l2_subdev *sd) in sd_to_ub953() argument