Searched defs:max9286_priv (Results 1 – 1 of 1) sorted by relevance
154 struct max9286_priv { struct155 struct i2c_client *client;156 struct gpio_desc *gpiod_pwdn;157 struct v4l2_subdev sd;158 struct media_pad pads[MAX9286_N_PADS];159 struct regulator *regulator;161 struct gpio_chip gpio;162 u8 gpio_state;164 struct i2c_mux_core *mux;165 unsigned int mux_channel;[all …]