Lines Matching refs:ov13b10

702 struct ov13b10 {
737 #define to_ov13b10(_sd) container_of(_sd, struct ov13b10, sd)
740 static int ov13b10_read_reg(struct ov13b10 *ov13b,
776 static int ov13b10_write_reg(struct ov13b10 *ov13b,
805 static int ov13b10_write_regs(struct ov13b10 *ov13b,
827 static int ov13b10_write_reg_list(struct ov13b10 *ov13b,
836 struct ov13b10 *ov13b = to_ov13b10(sd);
855 static int ov13b10_update_digital_gain(struct ov13b10 *ov13b, u32 d_gain)
883 static int ov13b10_enable_test_pattern(struct ov13b10 *ov13b, u32 pattern)
905 static int ov13b10_set_ctrl_hflip(struct ov13b10 *ov13b, u32 ctrl_val)
936 static int ov13b10_set_ctrl_vflip(struct ov13b10 *ov13b, u32 ctrl_val)
969 struct ov13b10 *ov13b = container_of(ctrl->handler,
970 struct ov13b10, ctrl_handler);
1056 struct ov13b10 *ov13b = to_ov13b10(sd);
1082 static int ov13b10_do_get_pad_format(struct ov13b10 *ov13b,
1102 struct ov13b10 *ov13b = to_ov13b10(sd);
1117 struct ov13b10 *ov13b = to_ov13b10(sd);
1167 static int ov13b10_identify_module(struct ov13b10 *ov13b)
1195 struct ov13b10 *ov13b10 = to_ov13b10(sd);
1197 gpiod_set_value_cansleep(ov13b10->reset, 1);
1199 if (ov13b10->avdd)
1200 regulator_disable(ov13b10->avdd);
1202 clk_disable_unprepare(ov13b10->img_clk);
1210 struct ov13b10 *ov13b10 = to_ov13b10(sd);
1213 ret = clk_prepare_enable(ov13b10->img_clk);
1219 if (ov13b10->avdd) {
1220 ret = regulator_enable(ov13b10->avdd);
1223 clk_disable_unprepare(ov13b10->img_clk);
1228 gpiod_set_value_cansleep(ov13b10->reset, 0);
1235 static int ov13b10_start_streaming(struct ov13b10 *ov13b)
1281 static int ov13b10_stop_streaming(struct ov13b10 *ov13b)
1289 struct ov13b10 *ov13b = to_ov13b10(sd);
1361 static int ov13b10_init_controls(struct ov13b10 *ov13b)
1471 static void ov13b10_free_controls(struct ov13b10 *ov13b)
1480 struct ov13b10 *ov13b = to_ov13b10(sd);
1505 static int ov13b10_check_hwcfg(struct device *dev, struct ov13b10 *ov13b)
1597 struct ov13b10 *ov13b;
1689 struct ov13b10 *ov13b = to_ov13b10(sd);
1714 .name = "ov13b10",
1726 MODULE_DESCRIPTION("Omnivision ov13b10 sensor driver");