Home
last modified time | relevance | path

Searched defs:max9286_priv (Results 1 – 1 of 1) sorted by relevance

/linux-5.10/drivers/media/i2c/
Dmax9286.c152 struct max9286_priv { struct
153 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