Searched refs:og01a1b (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/media/i2c/ |
D | og01a1b.c | 70 #define to_og01a1b(_sd) container_of(_sd, struct og01a1b, sd) 420 struct og01a1b { struct 460 static int og01a1b_read_reg(struct og01a1b *og01a1b, u16 reg, u16 len, u32 *val) in og01a1b_read_reg() argument 462 struct i2c_client *client = v4l2_get_subdevdata(&og01a1b->sd); in og01a1b_read_reg() 490 static int og01a1b_write_reg(struct og01a1b *og01a1b, u16 reg, u16 len, u32 val) in og01a1b_write_reg() argument 492 struct i2c_client *client = v4l2_get_subdevdata(&og01a1b->sd); in og01a1b_write_reg() 506 static int og01a1b_write_reg_list(struct og01a1b *og01a1b, in og01a1b_write_reg_list() argument 509 struct i2c_client *client = v4l2_get_subdevdata(&og01a1b->sd); in og01a1b_write_reg_list() 514 ret = og01a1b_write_reg(og01a1b, r_list->regs[i].address, 1, in og01a1b_write_reg_list() 527 static int og01a1b_test_pattern(struct og01a1b *og01a1b, u32 pattern) in og01a1b_test_pattern() argument [all …]
|
D | Makefile | 71 obj-$(CONFIG_VIDEO_OG01A1B) += og01a1b.o
|
D | Kconfig | 324 module will be called og01a1b.
|
/linux-5.19.10/ |
D | MAINTAINERS | 14746 F: drivers/media/i2c/og01a1b.c
|