Searched refs:og01a1b (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/media/i2c/ |
H A 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 …]
|
H A D | Makefile | 82 obj-$(CONFIG_VIDEO_OG01A1B) += og01a1b.o
|
H A D | Kconfig | 338 module will be called og01a1b.
|
/linux/ |
H A D | MAINTAINERS | 17439 F: Documentation/devicetree/bindings/media/i2c/ovti,og01a1b.yaml 17440 F: drivers/media/i2c/og01a1b.c
|