Lines Matching defs:max9286_priv
174 struct max9286_priv { struct
175 struct i2c_client *client;
176 struct gpio_desc *gpiod_pwdn;
177 struct v4l2_subdev sd;
178 struct media_pad pads[MAX9286_N_PADS];
179 struct regulator *regulator;
181 struct gpio_chip gpio;
182 u8 gpio_state;
184 struct i2c_mux_core *mux;
185 unsigned int mux_channel;
186 bool mux_open;
189 u32 init_rev_chan_mv;
190 u32 rev_chan_mv;
191 u8 i2c_mstbt;
192 u32 bus_width;
216 static struct max9286_source *next_source(struct max9286_priv *priv, in next_source() argument