Home
last modified time | relevance | path

Searched full:mt9v111 (Results 1 – 16 of 16) sorted by relevance

/linux-6.12.1/drivers/media/i2c/
Dmt9v111.c3 * V4L2 sensor driver for Aptina MT9V111 image sensor
31 * MT9V111 is a 1/4-Inch CMOS digital image sensor with an integrated
276 struct mt9v111_dev *mt9v111 = sd_to_mt9v111(sd); in __mt9v111_addr_space_select() local
280 if (mt9v111->addr_space == addr_space) in __mt9v111_addr_space_select()
295 mt9v111->addr_space = addr_space; in __mt9v111_addr_space_select()
361 struct mt9v111_dev *mt9v111 = sd_to_mt9v111(sd); in __mt9v111_power_on() local
364 ret = clk_prepare_enable(mt9v111->clk); in __mt9v111_power_on()
368 clk_set_rate(mt9v111->clk, mt9v111->sysclk); in __mt9v111_power_on()
370 gpiod_set_value(mt9v111->standby, 0); in __mt9v111_power_on()
373 gpiod_set_value(mt9v111->oe, 1); in __mt9v111_power_on()
[all …]
DKconfig323 tristate "Aptina MT9V111 sensor support"
326 MT9V111 sensor.
329 module will be called mt9v111.
DMakefile81 obj-$(CONFIG_VIDEO_MT9V111) += mt9v111.o
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/
Daptina,mt9v111.yaml4 $id: http://devicetree.org/schemas/media/i2c/aptina,mt9v111.yaml#
7 title: Aptina MT9V111 CMOS sensor
13 The Aptina MT9V111 is a 1/4-Inch VGA-format digital image sensor with a core
22 const: aptina,mt9v111
63 compatible = "aptina,mt9v111";
Dti,ds90ub960.yaml366 /* Link 1 has DS90UB913 serializer and MT9V111 sensor */
411 compatible = "aptina,mt9v111";
Dti,ds90ub913.yaml120 compatible = "aptina,mt9v111";
/linux-6.12.1/arch/arm/boot/dts/renesas/
Dgr-peach-audiocamerashield.dtsi51 compatible = "aptina,mt9v111";
/linux-6.12.1/Documentation/devicetree/bindings/display/tegra/
Dnvidia,tegra20-vi.yaml127 compatible = "aptina,mt9v111";
/linux-6.12.1/Documentation/admin-guide/media/
Dgspca-cardlist.rst390 sn9c20x 0c45:6270 PC Camera (SN9C201 + MT9V011/MT9V111/MT9V112)
401 sn9c20x 0c45:62b0 PC Camera (SN9C202 + MT9V011/MT9V111/MT9V112)
Di2c-cardlist.rst81 mt9v111 Aptina MT9V111 sensor
/linux-6.12.1/drivers/media/usb/em28xx/
Dem28xx-camera.c17 0xb8 >> 1, /* MT9V111, MT9V403 */
/linux-6.12.1/drivers/media/usb/gspca/
Dsonixj.c330 /* gamma for sensors HV7131R and MT9V111 */
1369 { /* mt9v111 */ in mi0360_probe()
1400 gspca_dbg(gspca_dev, D_PROBE, "Sensor mt9v111\n"); in mi0360_probe()
2914 /* or MT9V111 */
2944 /* or MT9V111 / MI0360B */
Dsq930x.c378 "mt9v111",
Dsn9c20x.c1190 pr_err("MT9V111 sensor initialization failed\n"); in mt9v_init_sensor()
1196 pr_info("MT9V111 sensor detected\n"); in mt9v_init_sensor()
Dzc3xx.c4113 /* mt9v111 (mi0360soc) and pb0330 from vm30x.inf 0ac8:301b 07/02/13 */
6162 {0xc001, 0x13}, /* MT9V111 */
6166 {0x8400, 0x15}, /* MT9V111 */
6589 "Sensor MT9V111. Chip revision %04x\n", in sd_init()
/linux-6.12.1/
DMAINTAINERS15809 MT9V111 APTINA CAMERA SENSOR
15814 F: Documentation/devicetree/bindings/media/i2c/aptina,mt9v111.yaml
15815 F: drivers/media/i2c/mt9v111.c