Searched full:mt9v111 (Results 1 – 16 of 16) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | mt9v111.c | 3 * 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 …]
|
D | Kconfig | 323 tristate "Aptina MT9V111 sensor support" 326 MT9V111 sensor. 329 module will be called mt9v111.
|
D | Makefile | 81 obj-$(CONFIG_VIDEO_MT9V111) += mt9v111.o
|
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | aptina,mt9v111.yaml | 4 $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";
|
D | ti,ds90ub960.yaml | 366 /* Link 1 has DS90UB913 serializer and MT9V111 sensor */ 411 compatible = "aptina,mt9v111";
|
D | ti,ds90ub913.yaml | 120 compatible = "aptina,mt9v111";
|
/linux-6.12.1/arch/arm/boot/dts/renesas/ |
D | gr-peach-audiocamerashield.dtsi | 51 compatible = "aptina,mt9v111";
|
/linux-6.12.1/Documentation/devicetree/bindings/display/tegra/ |
D | nvidia,tegra20-vi.yaml | 127 compatible = "aptina,mt9v111";
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | gspca-cardlist.rst | 390 sn9c20x 0c45:6270 PC Camera (SN9C201 + MT9V011/MT9V111/MT9V112) 401 sn9c20x 0c45:62b0 PC Camera (SN9C202 + MT9V011/MT9V111/MT9V112)
|
D | i2c-cardlist.rst | 81 mt9v111 Aptina MT9V111 sensor
|
/linux-6.12.1/drivers/media/usb/em28xx/ |
D | em28xx-camera.c | 17 0xb8 >> 1, /* MT9V111, MT9V403 */
|
/linux-6.12.1/drivers/media/usb/gspca/ |
D | sonixj.c | 330 /* 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 */
|
D | sq930x.c | 378 "mt9v111",
|
D | sn9c20x.c | 1190 pr_err("MT9V111 sensor initialization failed\n"); in mt9v_init_sensor() 1196 pr_info("MT9V111 sensor detected\n"); in mt9v_init_sensor()
|
D | zc3xx.c | 4113 /* 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/ |
D | MAINTAINERS | 15809 MT9V111 APTINA CAMERA SENSOR 15814 F: Documentation/devicetree/bindings/media/i2c/aptina,mt9v111.yaml 15815 F: drivers/media/i2c/mt9v111.c
|