Searched refs:mt9v011 (Results 1 - 3 of 3) sorted by relevance

/linux-master/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)
65 return container_of(sd, struct mt9v011, sd);
88 v4l2_dbg(2, debug, sd, "mt9v011: read 0x%02x = 0x%04x\n", addr, val);
105 "mt9v011: writing 0x%02x 0x%04x\n", buffer[0], value);
175 struct mt9v011 *core = to_mt9v011(sd);
201 struct mt9v011 *cor
[all...]
H A DMakefile74 obj-$(CONFIG_VIDEO_MT9V011) += mt9v011.o
/linux-master/drivers/media/usb/em28xx/
H A Dem28xx-camera.c12 #include <media/i2c/mt9v011.h>
311 .type = "mt9v011",
320 * FIXME: mt9v011 uses I2S speed as xtal clk - at least with

Completed in 82 milliseconds