Home
last modified time | relevance | path

Searched refs:ov9282 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/i2c/
H A Dov9282.c169 struct ov9282 { struct
442 static inline struct ov9282 *to_ov9282(struct v4l2_subdev *subdev) in to_ov9282()
444 return container_of(subdev, struct ov9282, sd); in to_ov9282()
456 static int ov9282_read_reg(struct ov9282 *ov9282, u16 reg, u32 len, u32 *val) in ov9282_read_reg() argument
458 struct i2c_client *client = v4l2_get_subdevdata(&ov9282->sd); in ov9282_read_reg()
499 static int ov9282_write_reg(struct ov9282 *ov9282, u16 reg, u32 len, u32 val) in ov9282_write_reg() argument
501 struct i2c_client *client = v4l2_get_subdevdata(&ov9282->sd); in ov9282_write_reg()
523 static int ov9282_write_regs(struct ov9282 *ov9282, in ov9282_write_regs() argument
530 ret = ov9282_write_reg(ov9282, regs[i].address, 1, regs[i].val); in ov9282_write_regs()
546 static int ov9282_update_controls(struct ov9282 *ov9282, in ov9282_update_controls() argument
[all …]
H A DMakefile113 obj-$(CONFIG_VIDEO_OV9282) += ov9282.o
H A DKconfig620 module will be called ov9282.
/linux/
H A DMAINTAINERS17225 F: Documentation/devicetree/bindings/media/i2c/ovti,ov9282.yaml
17226 F: drivers/media/i2c/ov9282.c