Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/i2c/
Dov9650.c247 struct ov965x { struct
415 return &container_of(ctrl->handler, struct ov965x, ctrls.handler)->sd; in ctrl_to_sd()
418 static inline struct ov965x *to_ov965x(struct v4l2_subdev *sd) in to_ov965x()
420 return container_of(sd, struct ov965x, sd); in to_ov965x()
472 static int ov965x_set_default_gamma_curve(struct ov965x *ov965x) in ov965x_set_default_gamma_curve() argument
485 int ret = ov965x_write(ov965x->client, addr, gamma_curve[i]); in ov965x_set_default_gamma_curve()
494 static int ov965x_set_color_matrix(struct ov965x *ov965x) in ov965x_set_color_matrix() argument
504 int ret = ov965x_write(ov965x->client, addr, mtx[i]); in ov965x_set_color_matrix()
519 static void __ov965x_set_power(struct ov965x *ov965x, int on) in __ov965x_set_power() argument
522 ov965x_gpio_set(ov965x->gpios[GPIO_PWDN], 0); in __ov965x_set_power()
[all …]