Searched refs:ov965x (Results 1 – 1 of 1) sorted by relevance
250 struct ov965x { struct419 return &container_of(ctrl->handler, struct ov965x, ctrls.handler)->sd; in ctrl_to_sd()422 static inline struct ov965x *to_ov965x(struct v4l2_subdev *sd) in to_ov965x()424 return container_of(sd, struct ov965x, sd); in to_ov965x()476 static int ov965x_set_default_gamma_curve(struct ov965x *ov965x) in ov965x_set_default_gamma_curve() argument489 int ret = ov965x_write(ov965x->client, addr, gamma_curve[i]); in ov965x_set_default_gamma_curve()499 static int ov965x_set_color_matrix(struct ov965x *ov965x) in ov965x_set_color_matrix() argument509 int ret = ov965x_write(ov965x->client, addr, mtx[i]); in ov965x_set_color_matrix()519 static int __ov965x_set_power(struct ov965x *ov965x, int on) in __ov965x_set_power() argument522 int ret = clk_prepare_enable(ov965x->clk); in __ov965x_set_power()[all …]