Searched full:gc0308 (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | gc0308.c | 3 * Driver for the GalaxyCore GC0308 camera sensor. 428 struct gc0308 { struct 452 static inline struct gc0308 *to_gc0308(struct v4l2_subdev *sd) in to_gc0308() argument 454 return container_of(sd, struct gc0308, sd); in to_gc0308() 772 struct gc0308 *gc0308 = dev_get_drvdata(dev); in gc0308_power_on() local 775 ret = regulator_enable(gc0308->vdd); in gc0308_power_on() 779 ret = clk_prepare_enable(gc0308->clk); in gc0308_power_on() 783 gpiod_set_value_cansleep(gc0308->pwdn_gpio, 0); in gc0308_power_on() 786 gpiod_set_value_cansleep(gc0308->reset_gpio, 1); in gc0308_power_on() 788 gpiod_set_value_cansleep(gc0308->reset_gpio, 0); in gc0308_power_on() [all …]
|
D | Kconfig | 64 tristate "GalaxyCore GC0308 sensor support" 68 GC0308 camera. 71 module will be called gc0308.
|
D | Makefile | 40 obj-$(CONFIG_VIDEO_GC0308) += gc0308.o
|
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | galaxycore,gc0308.yaml | 4 $id: http://devicetree.org/schemas/media/i2c/galaxycore,gc0308.yaml# 7 title: Galaxycore GC0308 and GC0309 Image Sensors 13 The GalaxyCore GC0308 (1/6.5") and GC0309 (1/9") are 640x480 VGA sensors 23 - const: galaxycore,gc0308 26 - const: galaxycore,gc0308 87 compatible = "galaxycore,gc0308";
|
/linux-6.12.1/arch/arm/boot/dts/nxp/imx/ |
D | imx6ull-uti260b.dts | 239 compatible = "galaxycore,gc0308";
|
/linux-6.12.1/ |
D | MAINTAINERS | 9378 GALAXYCORE GC0308 CAMERA SENSOR DRIVER 9382 F: Documentation/devicetree/bindings/media/i2c/galaxycore,gc0308.yaml 9383 F: drivers/media/i2c/gc0308.c
|