Lines Matching defs:mt9v011
3 // mt9v011 -Micron 1/4-Inch VGA Digital Image Sensor
15 #include <media/i2c/mt9v011.h>
17 MODULE_DESCRIPTION("Micron mt9v011 sensor driver");
50 struct mt9v011 {
65 static inline struct mt9v011 *to_mt9v011(struct v4l2_subdev *sd)
67 return container_of(sd, struct mt9v011, sd);
90 v4l2_dbg(2, debug, sd, "mt9v011: read 0x%02x = 0x%04x\n", addr, val);
107 "mt9v011: writing 0x%02x 0x%04x\n", buffer[0], value);
177 struct mt9v011 *core = to_mt9v011(sd);
203 struct mt9v011 *core = to_mt9v011(sd);
233 struct mt9v011 *core = to_mt9v011(sd);
273 struct mt9v011 *core = to_mt9v011(sd);
277 * The mt9v011 doesn't have scaling. So, in order to select the desired
302 struct mt9v011 *core = to_mt9v011(sd);
345 struct mt9v011 *core = to_mt9v011(sd);
415 struct mt9v011 *core =
416 container_of(ctrl->handler, struct mt9v011, ctrls);
485 struct mt9v011 *core;
496 core = devm_kzalloc(&c->dev, sizeof(struct mt9v011), GFP_KERNEL);
567 struct mt9v011 *core = to_mt9v011(sd);
570 "mt9v011.c: removing mt9v011 adapter on address 0x%x\n",
582 { "mt9v011", 0 },
589 .name = "mt9v011",