Symbol: ov5648_sensor
drivers/media/i2c/ov5648.c
1005
static int ov5648_write_sequence(struct ov5648_sensor *sensor,
drivers/media/i2c/ov5648.c
1025
static int ov5648_update_bits(struct ov5648_sensor *sensor, u16 address,
drivers/media/i2c/ov5648.c
1047
static int ov5648_sw_reset(struct ov5648_sensor *sensor)
drivers/media/i2c/ov5648.c
1052
static int ov5648_sw_standby(struct ov5648_sensor *sensor, int standby)
drivers/media/i2c/ov5648.c
1062
static int ov5648_chip_id_check(struct ov5648_sensor *sensor)
drivers/media/i2c/ov5648.c
1086
static int ov5648_avdd_internal_power(struct ov5648_sensor *sensor, int on)
drivers/media/i2c/ov5648.c
1092
static int ov5648_pad_configure(struct ov5648_sensor *sensor)
drivers/media/i2c/ov5648.c
1113
static int ov5648_mipi_configure(struct ov5648_sensor *sensor)
drivers/media/i2c/ov5648.c
1133
static int ov5648_black_level_configure(struct ov5648_sensor *sensor)
drivers/media/i2c/ov5648.c
1160
static int ov5648_isp_configure(struct ov5648_sensor *sensor)
drivers/media/i2c/ov5648.c
1220
static unsigned long ov5648_mode_pll1_rate(struct ov5648_sensor *sensor,
drivers/media/i2c/ov5648.c
1246
static int ov5648_mode_pll1_configure(struct ov5648_sensor *sensor,
drivers/media/i2c/ov5648.c
1295
static int ov5648_mode_pll2_configure(struct ov5648_sensor *sensor,
drivers/media/i2c/ov5648.c
1318
static int ov5648_mode_configure(struct ov5648_sensor *sensor,
drivers/media/i2c/ov5648.c
1494
static unsigned long ov5648_mode_mipi_clk_rate(struct ov5648_sensor *sensor,
drivers/media/i2c/ov5648.c
1519
static int ov5648_exposure_auto_configure(struct ov5648_sensor *sensor,
drivers/media/i2c/ov5648.c
1527
static int ov5648_exposure_configure(struct ov5648_sensor *sensor, u32 exposure)
drivers/media/i2c/ov5648.c
1549
static int ov5648_exposure_value(struct ov5648_sensor *sensor,
drivers/media/i2c/ov5648.c
1576
static int ov5648_gain_auto_configure(struct ov5648_sensor *sensor, bool enable)
drivers/media/i2c/ov5648.c
1583
static int ov5648_gain_configure(struct ov5648_sensor *sensor, u32 gain)
drivers/media/i2c/ov5648.c
1600
static int ov5648_gain_value(struct ov5648_sensor *sensor, u32 *gain)
drivers/media/i2c/ov5648.c
1621
static int ov5648_white_balance_auto_configure(struct ov5648_sensor *sensor,
drivers/media/i2c/ov5648.c
1628
static int ov5648_white_balance_configure(struct ov5648_sensor *sensor,
drivers/media/i2c/ov5648.c
1658
static int ov5648_flip_vert_configure(struct ov5648_sensor *sensor, bool enable)
drivers/media/i2c/ov5648.c
1667
static int ov5648_flip_horz_configure(struct ov5648_sensor *sensor, bool enable)
drivers/media/i2c/ov5648.c
1678
static int ov5648_test_pattern_configure(struct ov5648_sensor *sensor,
drivers/media/i2c/ov5648.c
1690
static int ov5648_state_mipi_configure(struct ov5648_sensor *sensor,
drivers/media/i2c/ov5648.c
1752
static int ov5648_state_configure(struct ov5648_sensor *sensor,
drivers/media/i2c/ov5648.c
1779
static int ov5648_state_init(struct ov5648_sensor *sensor)
drivers/media/i2c/ov5648.c
1793
static int ov5648_sensor_init(struct ov5648_sensor *sensor)
drivers/media/i2c/ov5648.c
1863
static int ov5648_sensor_power(struct ov5648_sensor *sensor, bool on)
drivers/media/i2c/ov5648.c
1940
struct ov5648_sensor *sensor = ov5648_subdev_sensor(subdev);
drivers/media/i2c/ov5648.c
1965
struct ov5648_sensor *sensor = ov5648_subdev_sensor(subdev);
drivers/media/i2c/ov5648.c
2039
static int ov5648_ctrls_init(struct ov5648_sensor *sensor)
drivers/media/i2c/ov5648.c
2136
struct ov5648_sensor *sensor = ov5648_subdev_sensor(subdev);
drivers/media/i2c/ov5648.c
2200
struct ov5648_sensor *sensor = ov5648_subdev_sensor(subdev);
drivers/media/i2c/ov5648.c
2221
struct ov5648_sensor *sensor = ov5648_subdev_sensor(subdev);
drivers/media/i2c/ov5648.c
2275
struct ov5648_sensor *sensor = ov5648_subdev_sensor(subdev);
drivers/media/i2c/ov5648.c
2387
struct ov5648_sensor *sensor = ov5648_subdev_sensor(subdev);
drivers/media/i2c/ov5648.c
2413
struct ov5648_sensor *sensor = ov5648_subdev_sensor(subdev);
drivers/media/i2c/ov5648.c
2452
struct ov5648_sensor *sensor;
drivers/media/i2c/ov5648.c
2601
struct ov5648_sensor *sensor = ov5648_subdev_sensor(subdev);
drivers/media/i2c/ov5648.c
496
container_of(s, struct ov5648_sensor, subdev)
drivers/media/i2c/ov5648.c
499
(&container_of((c)->handler, struct ov5648_sensor, \
drivers/media/i2c/ov5648.c
966
static int ov5648_read(struct ov5648_sensor *sensor, u16 address, u8 *value)
drivers/media/i2c/ov5648.c
989
static int ov5648_write(struct ov5648_sensor *sensor, u16 address, u8 value)