Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/i2c/
Dov9282.c124 struct ov9282 { struct
276 static inline struct ov9282 *to_ov9282(struct v4l2_subdev *subdev) in to_ov9282()
278 return container_of(subdev, struct ov9282, sd); in to_ov9282()
290 static int ov9282_read_reg(struct ov9282 *ov9282, u16 reg, u32 len, u32 *val) in ov9282_read_reg() argument
292 struct i2c_client *client = v4l2_get_subdevdata(&ov9282->sd); in ov9282_read_reg()
333 static int ov9282_write_reg(struct ov9282 *ov9282, u16 reg, u32 len, u32 val) in ov9282_write_reg() argument
335 struct i2c_client *client = v4l2_get_subdevdata(&ov9282->sd); in ov9282_write_reg()
357 static int ov9282_write_regs(struct ov9282 *ov9282, in ov9282_write_regs() argument
364 ret = ov9282_write_reg(ov9282, regs[i].address, 1, regs[i].val); in ov9282_write_regs()
379 static int ov9282_update_controls(struct ov9282 *ov9282, in ov9282_update_controls() argument
[all …]
DMakefile87 obj-$(CONFIG_VIDEO_OV9282) += ov9282.o
DKconfig1146 module will be called ov9282.
/Linux-v5.15/
DMAINTAINERS13920 F: Documentation/devicetree/bindings/media/i2c/ovti,ov9282.yaml
13921 F: drivers/media/i2c/ov9282.c