Searched defs:ub953_data (Results 1 – 1 of 1) sorted by relevance
145 struct ub953_data { struct146 const struct ub953_hw_data *hw_data;148 struct i2c_client *client;149 struct regmap *regmap;150 struct clk *clkin;152 u32 num_data_lanes;153 bool non_continous_clk;155 struct gpio_chip gpio_chip;179 static inline struct ub953_data *sd_to_ub953(struct v4l2_subdev *sd) in sd_to_ub953() argument