Searched refs:mt9m111 (Results 1 - 10 of 10) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/
H A Dmt9m111.c166 struct mt9m111 { struct
186 static struct mt9m111 *to_mt9m111(const struct i2c_client *client)
188 return container_of(i2c_get_clientdata(client), struct mt9m111, subdev);
273 struct mt9m111 *mt9m111 = to_mt9m111(client); local
278 if (mt9m111->fmt->code == V4L2_MBUS_FMT_SBGGR8_1X8 ||
279 mt9m111->fmt->code == V4L2_MBUS_FMT_SBGGR10_2X8_PADHI_LE)
338 struct mt9m111 *mt9m111 = to_mt9m111(client); local
341 if (mt9m111
352 struct mt9m111 *mt9m111 = to_mt9m111(client); local
366 struct mt9m111 *mt9m111 = to_mt9m111(client); local
379 struct mt9m111 *mt9m111 = to_mt9m111(client); local
420 struct mt9m111 *mt9m111 = to_mt9m111(client); local
443 struct mt9m111 *mt9m111 = to_mt9m111(client); local
461 struct mt9m111 *mt9m111 = to_mt9m111(client); local
489 struct mt9m111 *mt9m111 = to_mt9m111(client); local
503 struct mt9m111 *mt9m111 = to_mt9m111(client); local
553 struct mt9m111 *mt9m111 = to_mt9m111(client); local
587 struct mt9m111 *mt9m111 = to_mt9m111(client); local
627 struct mt9m111 *mt9m111 = to_mt9m111(client); local
732 struct mt9m111 *mt9m111 = to_mt9m111(client); local
763 struct mt9m111 *mt9m111 = to_mt9m111(client); local
782 struct mt9m111 *mt9m111 = to_mt9m111(client); local
798 struct mt9m111 *mt9m111 = to_mt9m111(client); local
815 struct mt9m111 *mt9m111 = to_mt9m111(client); local
858 struct mt9m111 *mt9m111 = to_mt9m111(client); local
896 struct mt9m111 *mt9m111 = to_mt9m111(client); local
905 struct mt9m111 *mt9m111 = to_mt9m111(client); local
921 struct mt9m111 *mt9m111 = to_mt9m111(client); local
936 struct mt9m111 *mt9m111 = to_mt9m111(client); local
959 struct mt9m111 *mt9m111 = to_mt9m111(client); local
1041 struct mt9m111 *mt9m111; local
1090 struct mt9m111 *mt9m111 = to_mt9m111(client); local
[all...]
H A DMakefile78 obj-$(CONFIG_SOC_CAMERA_MT9M111) += mt9m111.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/
H A Dmt9m111.c166 struct mt9m111 { struct
186 static struct mt9m111 *to_mt9m111(const struct i2c_client *client)
188 return container_of(i2c_get_clientdata(client), struct mt9m111, subdev);
273 struct mt9m111 *mt9m111 = to_mt9m111(client); local
278 if (mt9m111->fmt->code == V4L2_MBUS_FMT_SBGGR8_1X8 ||
279 mt9m111->fmt->code == V4L2_MBUS_FMT_SBGGR10_2X8_PADHI_LE)
338 struct mt9m111 *mt9m111 = to_mt9m111(client); local
341 if (mt9m111
352 struct mt9m111 *mt9m111 = to_mt9m111(client); local
366 struct mt9m111 *mt9m111 = to_mt9m111(client); local
379 struct mt9m111 *mt9m111 = to_mt9m111(client); local
420 struct mt9m111 *mt9m111 = to_mt9m111(client); local
443 struct mt9m111 *mt9m111 = to_mt9m111(client); local
461 struct mt9m111 *mt9m111 = to_mt9m111(client); local
489 struct mt9m111 *mt9m111 = to_mt9m111(client); local
503 struct mt9m111 *mt9m111 = to_mt9m111(client); local
553 struct mt9m111 *mt9m111 = to_mt9m111(client); local
587 struct mt9m111 *mt9m111 = to_mt9m111(client); local
627 struct mt9m111 *mt9m111 = to_mt9m111(client); local
732 struct mt9m111 *mt9m111 = to_mt9m111(client); local
763 struct mt9m111 *mt9m111 = to_mt9m111(client); local
782 struct mt9m111 *mt9m111 = to_mt9m111(client); local
798 struct mt9m111 *mt9m111 = to_mt9m111(client); local
815 struct mt9m111 *mt9m111 = to_mt9m111(client); local
858 struct mt9m111 *mt9m111 = to_mt9m111(client); local
896 struct mt9m111 *mt9m111 = to_mt9m111(client); local
905 struct mt9m111 *mt9m111 = to_mt9m111(client); local
921 struct mt9m111 *mt9m111 = to_mt9m111(client); local
936 struct mt9m111 *mt9m111 = to_mt9m111(client); local
959 struct mt9m111 *mt9m111 = to_mt9m111(client); local
1041 struct mt9m111 *mt9m111; local
1090 struct mt9m111 *mt9m111 = to_mt9m111(client); local
[all...]
H A DMakefile78 obj-$(CONFIG_SOC_CAMERA_MT9M111) += mt9m111.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/video/gspca/m5602/
H A Dm5602_core.c207 /* Try the mt9m111 sensor */
208 sd->sensor = &mt9m111;
H A Dm5602_mt9m111.h2 * Driver for the mt9m111 sensor
13 * Some defines taken from the mt9m111 sensor driver
116 static const struct m5602_sensor mt9m111 = { variable in typeref:struct:m5602_sensor
H A Dm5602_mt9m111.c2 * Driver for the mt9m111 sensor
166 info("Forcing a %s sensor", mt9m111.name);
174 PDEBUG(D_PROBE, "Probing for a mt9m111 sensor");
194 info("Detected a mt9m111 sensor");
387 /* The mt9m111 is flipped by default */
427 /* The mt9m111 is flipped by default */
615 info("Dumping the mt9m111 register state");
617 info("Dumping the mt9m111 sensor core registers");
626 info("Dumping the mt9m111 color pipeline registers");
635 info("Dumping the mt9m111 camer
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/gspca/m5602/
H A Dm5602_core.c207 /* Try the mt9m111 sensor */
208 sd->sensor = &mt9m111;
H A Dm5602_mt9m111.h2 * Driver for the mt9m111 sensor
13 * Some defines taken from the mt9m111 sensor driver
116 static const struct m5602_sensor mt9m111 = { variable in typeref:struct:m5602_sensor
H A Dm5602_mt9m111.c2 * Driver for the mt9m111 sensor
166 info("Forcing a %s sensor", mt9m111.name);
174 PDEBUG(D_PROBE, "Probing for a mt9m111 sensor");
194 info("Detected a mt9m111 sensor");
387 /* The mt9m111 is flipped by default */
427 /* The mt9m111 is flipped by default */
615 info("Dumping the mt9m111 register state");
617 info("Dumping the mt9m111 sensor core registers");
626 info("Dumping the mt9m111 color pipeline registers");
635 info("Dumping the mt9m111 camer
[all...]

Completed in 200 milliseconds