Searched defs:max9286_priv (Results 1 – 1 of 1) sorted by relevance
173 struct max9286_priv { struct174 struct i2c_client *client;175 struct gpio_desc *gpiod_pwdn;176 struct v4l2_subdev sd;177 struct media_pad pads[MAX9286_N_PADS];178 struct regulator *regulator;180 struct gpio_chip gpio;181 u8 gpio_state;183 struct i2c_mux_core *mux;184 unsigned int mux_channel;[all …]