Searched refs:hi556 (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | hi556.c | 121 #define to_hi556(_sd) container_of(_sd, struct hi556, sd) 627 struct hi556 { struct 663 static int hi556_read_reg(struct hi556 *hi556, u16 reg, u16 len, u32 *val) in hi556_read_reg() argument 665 struct i2c_client *client = v4l2_get_subdevdata(&hi556->sd); in hi556_read_reg() 693 static int hi556_write_reg(struct hi556 *hi556, u16 reg, u16 len, u32 val) in hi556_write_reg() argument 695 struct i2c_client *client = v4l2_get_subdevdata(&hi556->sd); in hi556_write_reg() 709 static int hi556_write_reg_list(struct hi556 *hi556, in hi556_write_reg_list() argument 712 struct i2c_client *client = v4l2_get_subdevdata(&hi556->sd); in hi556_write_reg_list() 717 ret = hi556_write_reg(hi556, r_list->regs[i].address, in hi556_write_reg_list() 731 static int hi556_update_digital_gain(struct hi556 *hi556, u32 d_gain) in hi556_update_digital_gain() argument [all …]
|
D | Makefile | 44 obj-$(CONFIG_VIDEO_HI556) += hi556.o
|
D | Kconfig | 110 module will be called hi556.
|
/linux-6.12.1/Documentation/admin-guide/media/ |
D | i2c-cardlist.rst | 63 hi556 Hynix Hi-556 sensor
|
/linux-6.12.1/ |
D | MAINTAINERS | 10535 F: drivers/media/i2c/hi556.c
|