Home
last modified time | relevance | path

Searched refs:ov7740 (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/media/i2c/
Dov7740.c84 struct ov7740 { struct
273 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_get_register() local
274 struct regmap *regmap = ov7740->regmap; in ov7740_get_register()
288 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_set_register() local
289 struct regmap *regmap = ov7740->regmap; in ov7740_set_register()
297 static int ov7740_set_power(struct ov7740 *ov7740, int on) in ov7740_set_power() argument
302 ret = clk_prepare_enable(ov7740->xvclk); in ov7740_set_power()
306 if (ov7740->pwdn_gpio) in ov7740_set_power()
307 gpiod_direction_output(ov7740->pwdn_gpio, 0); in ov7740_set_power()
309 if (ov7740->resetb_gpio) { in ov7740_set_power()
[all …]
DMakefile80 obj-$(CONFIG_VIDEO_OV7740) += ov7740.o
/Linux-v4.19/Documentation/devicetree/bindings/media/i2c/
Dov7740.txt12 - compatible: "ovti,ov7740".
29 ov7740: camera@21 {
30 compatible = "ovti,ov7740";
/Linux-v4.19/Documentation/devicetree/bindings/media/
Datmel-isc.txt51 ov7740: camera@21 {
52 compatible = "ovti,ov7740";
/Linux-v4.19/
DMAINTAINERS10737 F: drivers/media/i2c/ov7740.c
10738 F: Documentation/devicetree/bindings/media/i2c/ov7740.txt