Searched defs:max9286_priv (Results 1 – 1 of 1) sorted by relevance
152 struct max9286_priv { struct153 struct i2c_client *client;154 struct gpio_desc *gpiod_pwdn;155 struct v4l2_subdev sd;156 struct media_pad pads[MAX9286_N_PADS];157 struct regulator *regulator;159 struct gpio_chip gpio;183 static struct max9286_source *next_source(struct max9286_priv *priv, in next_source() argument