Searched refs:ov7740 (Results 1 – 5 of 5) sorted by relevance
84 struct ov7740 { struct273 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_get_register() local274 struct regmap *regmap = ov7740->regmap; in ov7740_get_register()288 struct ov7740 *ov7740 = container_of(sd, struct ov7740, subdev); in ov7740_set_register() local289 struct regmap *regmap = ov7740->regmap; in ov7740_set_register()297 static int ov7740_set_power(struct ov7740 *ov7740, int on) in ov7740_set_power() argument302 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 …]
80 obj-$(CONFIG_VIDEO_OV7740) += ov7740.o
12 - compatible: "ovti,ov7740".29 ov7740: camera@21 {30 compatible = "ovti,ov7740";
51 ov7740: camera@21 {52 compatible = "ovti,ov7740";
10737 F: drivers/media/i2c/ov7740.c10738 F: Documentation/devicetree/bindings/media/i2c/ov7740.txt