Searched full:mt9v011 (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/media/i2c/ |
H A D | mt9v011.c | 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 { 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 D | Makefile | 79 obj-$(CONFIG_VIDEO_MT9V011) += mt9v011.o
|
H A D | mt9v111.c | 10 * Based on mt9v011 driver 33 * MT9V011.
|
H A D | Kconfig | 309 tristate "Micron mt9v011 sensor support"
|
/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-camera.c | 12 #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 D | mt9v011.h | 2 /* mt9v011 sensor
|
/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | aptina,mt9v111.yaml | 14 based on Aptina MT9V011 sensor and an integrated Image Flow Processor (IFP).
|
/linux/Documentation/admin-guide/media/ |
H A D | gspca-cardlist.rst | 390 sn9c20x 0c45:6270 PC Camera (SN9C201 + MT9V011/MT9V111/MT9V112) 401 sn9c20x 0c45:62b0 PC Camera (SN9C202 + MT9V011/MT9V111/MT9V112)
|
H A D | i2c-cardlist.rst | 79 mt9v011 Micron mt9v011 sensor
|
/linux/drivers/media/usb/gspca/ |
H A D | touptek.c | 41 * Want to do something similar to mt9v011.c's set_balance
|
H A D | sn9c20x.c | 1172 pr_err("MT9V011 sensor initialization failed\n"); in mt9v_init_sensor() 1178 pr_info("MT9V011 sensor detected\n"); in mt9v_init_sensor()
|