Searched full:og01a1b (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | og01a1b.c | 73 #define to_og01a1b(_sd) container_of(_sd, struct og01a1b, sd) 423 struct og01a1b { struct 466 static int og01a1b_read_reg(struct og01a1b *og01a1b, u16 reg, u16 len, u32 *val) in og01a1b_read_reg() argument 468 struct i2c_client *client = v4l2_get_subdevdata(&og01a1b->sd); in og01a1b_read_reg() 496 static int og01a1b_write_reg(struct og01a1b *og01a1b, u16 reg, u16 len, u32 val) in og01a1b_write_reg() argument 498 struct i2c_client *client = v4l2_get_subdevdata(&og01a1b->sd); in og01a1b_write_reg() 512 static int og01a1b_write_reg_list(struct og01a1b *og01a1b, in og01a1b_write_reg_list() argument 515 struct i2c_client *client = v4l2_get_subdevdata(&og01a1b->sd); in og01a1b_write_reg_list() 520 ret = og01a1b_write_reg(og01a1b, r_list->regs[i].address, 1, in og01a1b_write_reg_list() 533 static int og01a1b_test_pattern(struct og01a1b *og01a1b, u32 pattern) in og01a1b_test_pattern() argument [all …]
|
D | Kconfig | 332 tristate "OmniVision OG01A1B sensor support" 335 OG01A1B camera. 338 module will be called og01a1b.
|
D | Makefile | 82 obj-$(CONFIG_VIDEO_OG01A1B) += og01a1b.o
|
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/ |
D | ovti,og01a1b.yaml | 5 $id: http://devicetree.org/schemas/media/i2c/ovti,og01a1b.yaml# 8 title: OmniVision OG01A1B Image Sensor 14 The OmniVision OG01A1B is black and white CMOS 1.3 Megapixel (1280x1024) 24 const: ovti,og01a1b 90 compatible = "ovti,og01a1b";
|
/linux-6.12.1/ |
D | MAINTAINERS | 16997 OMNIVISION OG01A1B SENSOR DRIVER 17001 F: Documentation/devicetree/bindings/media/i2c/ovti,og01a1b.yaml 17002 F: drivers/media/i2c/og01a1b.c
|