Lines Matching defs:max9286_priv
153 struct max9286_priv { struct
154 struct i2c_client *client;
155 struct gpio_desc *gpiod_pwdn;
156 struct v4l2_subdev sd;
157 struct media_pad pads[MAX9286_N_PADS];
158 struct regulator *regulator;
160 struct gpio_chip gpio;
161 u8 gpio_state;
163 struct i2c_mux_core *mux;
164 unsigned int mux_channel;
188 static struct max9286_source *next_source(struct max9286_priv *priv, in next_source() argument