Home
last modified time | relevance | path

Searched refs:gc2093 (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc2093.c93 #define to_gc2093(sd) container_of(sd, struct gc2093, subdev)
122 struct gc2093 { struct
473 static inline int gc2093_read_reg(struct gc2093 *gc2093, u16 addr, u8 *value) in gc2093_read_reg() argument
478 ret = regmap_read(gc2093->regmap, addr, &val); in gc2093_read_reg()
480 dev_err(gc2093->dev, "i2c read failed at addr: %x\n", addr); in gc2093_read_reg()
489 static inline int gc2093_write_reg(struct gc2093 *gc2093, u16 addr, u8 value) in gc2093_write_reg() argument
493 ret = regmap_write(gc2093->regmap, addr, value); in gc2093_write_reg()
495 dev_err(gc2093->dev, "i2c write failed at addr: %x\n", addr); in gc2093_write_reg()
530 static int gc2093_set_gain(struct gc2093 *gc2093, u32 gain) in gc2093_set_gain() argument
539 ret = gc2093_write_reg(gc2093, 0x00b4, gain_reg_configs[i].analog_gain >> 8); in gc2093_set_gain()
[all …]
H A DMakefile190 obj-$(CONFIG_VIDEO_GC2093) += gc2093.o
H A DKconfig999 module will be called gc2093.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dgc2093.txt1 * galaxycore,gc2093 MIPI sensor
4 - compatible: should be "galaxycore,gc2093"
19 gc2093: gc2093@37 {
20 compatible = "galaxycore,gc2093";
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3568-evb1-dual-camera.dtsi156 gc2093: gc2093@7e { label
158 compatible = "galaxycore,gc2093";
236 /* gc2093-rgb->dphy1->csi2->vicap */
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drv1106-smd-cam.dtsi164 gc2093: gc2093@37 { label
165 compatible = "galaxycore,gc2093";
/OK3568_Linux_fs/rkbin/doc/release/
H A DRV1106_CN.md200 1. gc2093添加1920x1080@25fps 27M mclk。
365 1. 增加gc2093支持。
H A DRV1106_EN.md362 1. Add gc2093 sensor support.