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