Searched refs:hi847 (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/media/i2c/ |
D | hi847.c | 122 #define to_hi847(_sd) container_of(_sd, struct hi847, sd) 2168 struct hi847 { struct 2198 static int hi847_read_reg(struct hi847 *hi847, u16 reg, u16 len, u32 *val) in hi847_read_reg() argument 2200 struct i2c_client *client = v4l2_get_subdevdata(&hi847->sd); in hi847_read_reg() 2228 static int hi847_write_reg(struct hi847 *hi847, u16 reg, u16 len, u32 val) in hi847_write_reg() argument 2230 struct i2c_client *client = v4l2_get_subdevdata(&hi847->sd); in hi847_write_reg() 2244 static int hi847_write_reg_list(struct hi847 *hi847, in hi847_write_reg_list() argument 2247 struct i2c_client *client = v4l2_get_subdevdata(&hi847->sd); in hi847_write_reg_list() 2252 ret = hi847_write_reg(hi847, r_list->regs[i].address, in hi847_write_reg_list() 2266 static int hi847_update_digital_gain(struct hi847 *hi847, u32 d_gain) in hi847_update_digital_gain() argument [all …]
|
D | Makefile | 46 obj-$(CONFIG_VIDEO_HI847) += hi847.o
|
D | Kconfig | 128 module will be called hi847.
|
/linux-6.12.1/ |
D | MAINTAINERS | 10547 F: drivers/media/i2c/hi847.c
|