Home
last modified time | relevance | path

Searched refs:mt9v111 (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/media/i2c/
Dmt9v111.c276 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()
381 struct mt9v111_dev *mt9v111 = sd_to_mt9v111(sd); in __mt9v111_power_off() local
383 gpiod_set_value(mt9v111->oe, 0); in __mt9v111_power_off()
[all …]
DMakefile81 obj-$(CONFIG_VIDEO_MT9V111) += mt9v111.o
DKconfig329 module will be called mt9v111.
/linux-6.12.1/arch/arm/boot/dts/renesas/
Dgr-peach-audiocamerashield.dtsi51 compatible = "aptina,mt9v111";
/linux-6.12.1/Documentation/admin-guide/media/
Di2c-cardlist.rst81 mt9v111 Aptina MT9V111 sensor
/linux-6.12.1/
DMAINTAINERS15814 F: Documentation/devicetree/bindings/media/i2c/aptina,mt9v111.yaml
15815 F: drivers/media/i2c/mt9v111.c