Symbol: ov5640_dev
drivers/media/i2c/ov5640.c
1140
ov5640_timings(const struct ov5640_dev *sensor,
drivers/media/i2c/ov5640.c
1149
static int ov5640_init_slave_id(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
1177
static int ov5640_write_reg(struct ov5640_dev *sensor, u16 reg, u8 val)
drivers/media/i2c/ov5640.c
1203
static int ov5640_read_reg(struct ov5640_dev *sensor, u16 reg, u8 *val)
drivers/media/i2c/ov5640.c
1234
static int ov5640_read_reg16(struct ov5640_dev *sensor, u16 reg, u16 *val)
drivers/media/i2c/ov5640.c
1250
static int ov5640_write_reg16(struct ov5640_dev *sensor, u16 reg, u16 val)
drivers/media/i2c/ov5640.c
1261
static int ov5640_mod_reg(struct ov5640_dev *sensor, u16 reg,
drivers/media/i2c/ov5640.c
1375
static unsigned long ov5640_compute_sys_clk(struct ov5640_dev *sensor,
drivers/media/i2c/ov5640.c
1388
static unsigned long ov5640_calc_sys_clk(struct ov5640_dev *sensor,
drivers/media/i2c/ov5640.c
1453
static int ov5640_set_mipi_pclk(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
1549
static u32 ov5640_calc_pixel_rate(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
1561
static unsigned long ov5640_calc_pclk(struct ov5640_dev *sensor,
drivers/media/i2c/ov5640.c
1578
static int ov5640_set_dvp_pclk(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
1623
static int ov5640_set_jpeg_timings(struct ov5640_dev *sensor,
drivers/media/i2c/ov5640.c
1647
static int ov5640_set_timings(struct ov5640_dev *sensor,
drivers/media/i2c/ov5640.c
1713
static void ov5640_load_regs(struct ov5640_dev *sensor,
drivers/media/i2c/ov5640.c
1746
static int ov5640_set_autoexposure(struct ov5640_dev *sensor, bool on)
drivers/media/i2c/ov5640.c
1753
static int ov5640_get_exposure(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
1775
static int ov5640_set_exposure(struct ov5640_dev *sensor, u32 exposure)
drivers/media/i2c/ov5640.c
1796
static int ov5640_get_gain(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
1808
static int ov5640_set_gain(struct ov5640_dev *sensor, int gain)
drivers/media/i2c/ov5640.c
1814
static int ov5640_set_autogain(struct ov5640_dev *sensor, bool on)
drivers/media/i2c/ov5640.c
1820
static int ov5640_set_stream_dvp(struct ov5640_dev *sensor, bool on)
drivers/media/i2c/ov5640.c
1827
static int ov5640_set_stream_mipi(struct ov5640_dev *sensor, bool on)
drivers/media/i2c/ov5640.c
1857
static int ov5640_get_sysclk(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
1908
static int ov5640_set_night_mode(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
1921
static int ov5640_get_hts(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
1933
static int ov5640_get_vts(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
1944
static int ov5640_set_vts(struct ov5640_dev *sensor, int vts)
drivers/media/i2c/ov5640.c
1949
static int ov5640_get_light_freq(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
1991
static int ov5640_set_bandingfilter(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
2041
static int ov5640_set_ae_target(struct ov5640_dev *sensor, int target)
drivers/media/i2c/ov5640.c
2074
static int ov5640_get_binning(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
2086
static int ov5640_set_binning(struct ov5640_dev *sensor, bool enable)
drivers/media/i2c/ov5640.c
2107
static int ov5640_set_virtual_channel(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
2129
ov5640_find_mode(struct ov5640_dev *sensor, int width, int height, bool nearest)
drivers/media/i2c/ov5640.c
2149
static int ov5640_set_mode_exposure_calc(struct ov5640_dev *sensor,
drivers/media/i2c/ov5640.c
2310
static int ov5640_set_mode_direct(struct ov5640_dev *sensor,
drivers/media/i2c/ov5640.c
2321
static int ov5640_set_mode(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
2407
static int ov5640_set_framefmt(struct ov5640_dev *sensor,
drivers/media/i2c/ov5640.c
2411
static int ov5640_restore_mode(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
2433
static void ov5640_power(struct ov5640_dev *sensor, bool enable)
drivers/media/i2c/ov5640.c
2452
static void ov5640_powerup_sequence(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
2479
static int ov5640_set_power_on(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
2515
static void ov5640_set_power_off(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
2522
static int ov5640_set_power_mipi(struct ov5640_dev *sensor, bool on)
drivers/media/i2c/ov5640.c
2577
static int ov5640_set_power_dvp(struct ov5640_dev *sensor, bool on)
drivers/media/i2c/ov5640.c
2698
static int ov5640_set_power(struct ov5640_dev *sensor, bool on)
drivers/media/i2c/ov5640.c
2732
struct ov5640_dev *ov5640 = to_ov5640_dev(sd);
drivers/media/i2c/ov5640.c
2740
struct ov5640_dev *ov5640 = to_ov5640_dev(sd);
drivers/media/i2c/ov5640.c
2747
static int ov5640_try_frame_interval(struct ov5640_dev *sensor,
drivers/media/i2c/ov5640.c
2791
struct ov5640_dev *sensor = to_ov5640_dev(sd);
drivers/media/i2c/ov5640.c
2815
struct ov5640_dev *sensor = to_ov5640_dev(sd);
drivers/media/i2c/ov5640.c
2852
static void __v4l2_ctrl_vblank_update(struct ov5640_dev *sensor, u32 vblank)
drivers/media/i2c/ov5640.c
2862
static int ov5640_update_pixel_rate(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
2953
struct ov5640_dev *sensor = to_ov5640_dev(sd);
drivers/media/i2c/ov5640.c
2999
struct ov5640_dev *sensor = to_ov5640_dev(sd);
drivers/media/i2c/ov5640.c
3034
static int ov5640_set_framefmt(struct ov5640_dev *sensor,
drivers/media/i2c/ov5640.c
3090
static int ov5640_set_ctrl_hue(struct ov5640_dev *sensor, int value)
drivers/media/i2c/ov5640.c
3107
static int ov5640_set_ctrl_contrast(struct ov5640_dev *sensor, int value)
drivers/media/i2c/ov5640.c
3125
static int ov5640_set_ctrl_saturation(struct ov5640_dev *sensor, int value)
drivers/media/i2c/ov5640.c
3147
static int ov5640_set_ctrl_white_balance(struct ov5640_dev *sensor, int awb)
drivers/media/i2c/ov5640.c
3169
static int ov5640_set_ctrl_exposure(struct ov5640_dev *sensor,
drivers/media/i2c/ov5640.c
3202
static int ov5640_set_ctrl_gain(struct ov5640_dev *sensor, bool auto_gain)
drivers/media/i2c/ov5640.c
3250
static int ov5640_set_ctrl_test_pattern(struct ov5640_dev *sensor, int value)
drivers/media/i2c/ov5640.c
3256
static int ov5640_set_ctrl_light_freq(struct ov5640_dev *sensor, int value)
drivers/media/i2c/ov5640.c
3271
static int ov5640_set_ctrl_hflip(struct ov5640_dev *sensor, int value)
drivers/media/i2c/ov5640.c
3293
static int ov5640_set_ctrl_vflip(struct ov5640_dev *sensor, int value)
drivers/media/i2c/ov5640.c
3308
static int ov5640_set_ctrl_vblank(struct ov5640_dev *sensor, int value)
drivers/media/i2c/ov5640.c
3320
struct ov5640_dev *sensor = to_ov5640_dev(sd);
drivers/media/i2c/ov5640.c
3351
struct ov5640_dev *sensor = to_ov5640_dev(sd);
drivers/media/i2c/ov5640.c
3428
static int ov5640_init_controls(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
3547
struct ov5640_dev *sensor = to_ov5640_dev(sd);
drivers/media/i2c/ov5640.c
3580
struct ov5640_dev *sensor = to_ov5640_dev(sd);
drivers/media/i2c/ov5640.c
3609
struct ov5640_dev *sensor = to_ov5640_dev(sd);
drivers/media/i2c/ov5640.c
3629
struct ov5640_dev *sensor = to_ov5640_dev(sd);
drivers/media/i2c/ov5640.c
3688
struct ov5640_dev *sensor = to_ov5640_dev(sd);
drivers/media/i2c/ov5640.c
3710
struct ov5640_dev *sensor = to_ov5640_dev(sd);
drivers/media/i2c/ov5640.c
3763
struct ov5640_dev *sensor = to_ov5640_dev(sd);
drivers/media/i2c/ov5640.c
3810
static int ov5640_get_regulators(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
3822
static int ov5640_check_chip_id(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
3848
struct ov5640_dev *sensor;
drivers/media/i2c/ov5640.c
3982
struct ov5640_dev *sensor = to_ov5640_dev(sd);
drivers/media/i2c/ov5640.c
469
static inline struct ov5640_dev *to_ov5640_dev(struct v4l2_subdev *sd)
drivers/media/i2c/ov5640.c
471
return container_of(sd, struct ov5640_dev, sd);
drivers/media/i2c/ov5640.c
476
return &container_of(ctrl->handler, struct ov5640_dev,
drivers/media/i2c/ov5640.c
480
static inline bool ov5640_is_csi2(const struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
486
ov5640_formats(struct ov5640_dev *sensor)
drivers/media/i2c/ov5640.c
493
ov5640_code_to_pixfmt(struct ov5640_dev *sensor, u32 code)
drivers/media/i2c/ov5640.c
506
static u32 ov5640_code_to_bpp(struct ov5640_dev *sensor, u32 code)