Searched refs:ov9282 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/media/i2c/ |
D | ov9282.c | 170 struct ov9282 { struct 444 static inline struct ov9282 *to_ov9282(struct v4l2_subdev *subdev) in to_ov9282() 446 return container_of(subdev, struct ov9282, sd); in to_ov9282() 458 static int ov9282_read_reg(struct ov9282 *ov9282, u16 reg, u32 len, u32 *val) in ov9282_read_reg() argument 460 struct i2c_client *client = v4l2_get_subdevdata(&ov9282->sd); in ov9282_read_reg() 501 static int ov9282_write_reg(struct ov9282 *ov9282, u16 reg, u32 len, u32 val) in ov9282_write_reg() argument 503 struct i2c_client *client = v4l2_get_subdevdata(&ov9282->sd); in ov9282_write_reg() 525 static int ov9282_write_regs(struct ov9282 *ov9282, in ov9282_write_regs() argument 532 ret = ov9282_write_reg(ov9282, regs[i].address, 1, regs[i].val); in ov9282_write_regs() 548 static int ov9282_update_controls(struct ov9282 *ov9282, in ov9282_update_controls() argument [all …]
|
D | Makefile | 103 obj-$(CONFIG_VIDEO_OV9282) += ov9282.o
|
D | Kconfig | 535 module will be called ov9282.
|
/Linux-v6.6/ |
D | MAINTAINERS | 15871 F: Documentation/devicetree/bindings/media/i2c/ovti,ov9282.yaml 15872 F: drivers/media/i2c/ov9282.c
|