Searched refs:ov965x (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/media/i2c/ |
D | ov9650.c | 248 struct ov965x { struct 417 return &container_of(ctrl->handler, struct ov965x, ctrls.handler)->sd; in ctrl_to_sd() 420 static inline struct ov965x *to_ov965x(struct v4l2_subdev *sd) in to_ov965x() 422 return container_of(sd, struct ov965x, sd); in to_ov965x() 425 static int ov965x_read(struct ov965x *ov965x, u8 addr, u8 *val) in ov965x_read() argument 430 ret = regmap_read(ov965x->regmap, addr, &buf); in ov965x_read() 436 v4l2_dbg(2, debug, &ov965x->sd, "%s: 0x%02x @ 0x%02x. (%d)\n", in ov965x_read() 442 static int ov965x_write(struct ov965x *ov965x, u8 addr, u8 val) in ov965x_write() argument 446 ret = regmap_write(ov965x->regmap, addr, val); in ov965x_write() 448 v4l2_dbg(2, debug, &ov965x->sd, "%s: 0x%02x @ 0x%02X (%d)\n", in ov965x_write() [all …]
|