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

/linux-master/drivers/media/i2c/
H A Dov7251.c125 struct ov7251 { struct
164 static inline struct ov7251 *to_ov7251(struct v4l2_subdev *sd)
166 return container_of(sd, struct ov7251, sd);
684 static int ov7251_regulators_enable(struct ov7251 *ov7251) argument
692 ret = regulator_enable(ov7251->io_regulator);
694 dev_err(ov7251->dev, "set io voltage failed\n");
698 ret = regulator_enable(ov7251->analog_regulator);
700 dev_err(ov7251->dev, "set analog voltage failed\n");
704 ret = regulator_enable(ov7251
721 ov7251_regulators_disable(struct ov7251 *ov7251) argument
738 ov7251_write_reg(struct ov7251 *ov7251, u16 reg, u8 val) argument
757 ov7251_write_seq_regs(struct ov7251 *ov7251, u16 reg, u8 *val, u8 num) argument
783 ov7251_read_reg(struct ov7251 *ov7251, u16 reg, u8 *val) argument
808 ov7251_pll_configure(struct ov7251 *ov7251) argument
865 ov7251_set_exposure(struct ov7251 *ov7251, s32 exposure) argument
878 ov7251_set_gain(struct ov7251 *ov7251, s32 gain) argument
890 ov7251_set_register_array(struct ov7251 *ov7251, const struct reg_value *settings, unsigned int num_settings) argument
910 struct ov7251 *ov7251 = to_ov7251(sd); local
950 struct ov7251 *ov7251 = to_ov7251(sd); local
959 ov7251_set_hflip(struct ov7251 *ov7251, s32 value) argument
976 ov7251_set_vflip(struct ov7251 *ov7251, s32 value) argument
993 ov7251_set_test_pattern(struct ov7251 *ov7251, s32 value) argument
1015 ov7251_vts_configure(struct ov7251 *ov7251, s32 vblank) argument
1027 struct ov7251 *ov7251 = container_of(ctrl->handler, local
1135 __ov7251_get_pad_format(struct ov7251 *ov7251, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) argument
1154 struct ov7251 *ov7251 = to_ov7251(sd); local
1166 __ov7251_get_pad_crop(struct ov7251 *ov7251, struct v4l2_subdev_state *sd_state, unsigned int pad, enum v4l2_subdev_format_whence which) argument
1186 ov7251_find_mode_by_ival(struct ov7251 *ov7251, struct v4l2_fract *timeperframe) argument
1218 struct ov7251 *ov7251 = to_ov7251(sd); local
1306 struct ov7251 *ov7251 = to_ov7251(sd); local
1337 struct ov7251 *ov7251 = to_ov7251(subdev); local
1392 struct ov7251 *ov7251 = to_ov7251(subdev); local
1412 struct ov7251 *ov7251 = to_ov7251(subdev); local
1477 ov7251_check_hwcfg(struct ov7251 *ov7251) argument
1526 ov7251_detect_chip(struct ov7251 *ov7251) argument
1559 ov7251_init_ctrls(struct ov7251 *ov7251) argument
1625 struct ov7251 *ov7251; local
1795 struct ov7251 *ov7251 = to_ov7251(sd); local
[all...]
H A DMakefile100 obj-$(CONFIG_VIDEO_OV7251) += ov7251.o

Completed in 95 milliseconds