Searched defs:max9286_priv (Results 1 – 1 of 1) sorted by relevance
174 struct max9286_priv { struct175 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;[all …]