Home
last modified time | relevance | path

Searched full:mt9v011 (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/media/i2c/
H A Dmt9v011.c3 // 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 { struct
63 static inline struct mt9v011 *to_mt9v011(struct v4l2_subdev *sd) in to_mt9v011() argument
65 return container_of(sd, struct mt9v011, sd); in to_mt9v011()
88 v4l2_dbg(2, debug, sd, "mt9v011: read 0x%02x = 0x%04x\n", addr, val); in mt9v011_read()
105 "mt9v011: writing 0x%02x 0x%04x\n", buffer[0], value); in mt9v011_write()
175 struct mt9v011 *core = to_mt9v011(sd); in set_balance()
201 struct mt9v011 *core = to_mt9v011(sd); in calc_fps()
[all …]
H A DMakefile79 obj-$(CONFIG_VIDEO_MT9V011) += mt9v011.o
H A Dmt9v111.c10 * Based on mt9v011 driver
33 * MT9V011.
H A DKconfig309 tristate "Micron mt9v011 sensor support"
/linux/drivers/media/usb/em28xx/
H A Dem28xx-camera.c12 #include <media/i2c/mt9v011.h>
18 0xba >> 1, /* MT9M001/011/111/112, MT9V011/012/112, MT9D011 */
137 name = "MT9V011"; /* MI360 */ /* 640x480 */ in em28xx_probe_sensor_micron()
311 .type = "mt9v011", in em28xx_init_camera()
320 * FIXME: mt9v011 uses I2S speed as xtal clk - at least with in em28xx_init_camera()
/linux/include/media/i2c/
H A Dmt9v011.h2 /* mt9v011 sensor
/linux/Documentation/devicetree/bindings/media/i2c/
H A Daptina,mt9v111.yaml14 based on Aptina MT9V011 sensor and an integrated Image Flow Processor (IFP).
/linux/Documentation/admin-guide/media/
H A Dgspca-cardlist.rst390 sn9c20x 0c45:6270 PC Camera (SN9C201 + MT9V011/MT9V111/MT9V112)
401 sn9c20x 0c45:62b0 PC Camera (SN9C202 + MT9V011/MT9V111/MT9V112)
H A Di2c-cardlist.rst79 mt9v011 Micron mt9v011 sensor
/linux/drivers/media/usb/gspca/
H A Dtouptek.c41 * Want to do something similar to mt9v011.c's set_balance
H A Dsn9c20x.c1172 pr_err("MT9V011 sensor initialization failed\n"); in mt9v_init_sensor()
1178 pr_info("MT9V011 sensor detected\n"); in mt9v_init_sensor()