Searched refs:ov965x (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dov9650.c246 struct ov965x { struct
415 return &container_of(ctrl->handler, struct ov965x, ctrls.handler)->sd;
418 static inline struct ov965x *to_ov965x(struct v4l2_subdev *sd)
420 return container_of(sd, struct ov965x, sd);
423 static int ov965x_read(struct ov965x *ov965x, u8 addr, u8 *val) argument
428 ret = regmap_read(ov965x->regmap, addr, &buf);
434 v4l2_dbg(2, debug, &ov965x->sd, "%s: 0x%02x @ 0x%02x. (%d)\n",
440 static int ov965x_write(struct ov965x *ov965x, u argument
452 ov965x_write_array(struct ov965x *ov965x, const struct i2c_rv *regs) argument
463 ov965x_set_default_gamma_curve(struct ov965x *ov965x) argument
486 ov965x_set_color_matrix(struct ov965x *ov965x) argument
506 __ov965x_set_power(struct ov965x *ov965x, int on) argument
531 struct ov965x *ov965x = to_ov965x(sd); local
558 ov965x_update_exposure_ctrl(struct ov965x *ov965x) argument
592 ov965x_set_banding_filter(struct ov965x *ov965x, int value) argument
623 ov965x_set_white_balance(struct ov965x *ov965x, int awb) argument
647 ov965x_set_brightness(struct ov965x *ov965x, int val) argument
671 ov965x_set_gain(struct ov965x *ov965x, int auto_gain) argument
730 ov965x_set_sharpness(struct ov965x *ov965x, unsigned int value) argument
759 ov965x_set_exposure(struct ov965x *ov965x, int exp) argument
804 ov965x_set_flip(struct ov965x *ov965x) argument
820 ov965x_set_saturation(struct ov965x *ov965x, int val) argument
843 ov965x_set_test_pattern(struct ov965x *ov965x, int value) argument
855 __g_volatile_ctrl(struct ov965x *ov965x, struct v4l2_ctrl *ctrl) argument
904 struct ov965x *ov965x = to_ov965x(sd); local
918 struct ov965x *ov965x = to_ov965x(sd); local
986 ov965x_initialize_controls(struct ov965x *ov965x) argument
1108 struct ov965x *ov965x = to_ov965x(sd); local
1124 __ov965x_set_frame_interval(struct ov965x *ov965x, struct v4l2_subdev_frame_interval *fi) argument
1163 struct ov965x *ov965x = to_ov965x(sd); local
1187 struct ov965x *ov965x = to_ov965x(sd); local
1234 struct ov965x *ov965x = to_ov965x(sd); local
1281 ov965x_set_frame_size(struct ov965x *ov965x) argument
1291 __ov965x_set_params(struct ov965x *ov965x) argument
1339 struct ov965x *ov965x = to_ov965x(sd); local
1418 ov965x_configure_gpios(struct ov965x *ov965x) argument
1441 struct ov965x *ov965x = to_ov965x(sd); local
1478 struct ov965x *ov965x; local
1560 struct ov965x *ov965x = to_ov965x(sd); local
[all...]

Completed in 127 milliseconds