Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A 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 …]
H A DMakefile81 obj-$(CONFIG_VIDEO_MT9V111) += mt9v111.o
H A DKconfig329 module will be called mt9v111.
/linux/arch/arm/boot/dts/renesas/
H A Dgr-peach-audiocamerashield.dtsi51 compatible = "aptina,mt9v111";
/linux/Documentation/admin-guide/media/
H A Di2c-cardlist.rst81 mt9v111 Aptina MT9V111 sensor
/linux/
H A DMAINTAINERS16171 F: Documentation/devicetree/bindings/media/i2c/aptina,mt9v111.yaml
16172 F: drivers/media/i2c/mt9v111.c