Symbol: ov8865_sensor
drivers/media/i2c/ov8865.c
1348
static int ov8865_read(struct ov8865_sensor *sensor, u16 address, u8 *value)
drivers/media/i2c/ov8865.c
1371
static int ov8865_write(struct ov8865_sensor *sensor, u16 address, u8 value)
drivers/media/i2c/ov8865.c
1387
static int ov8865_write_sequence(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
1407
static int ov8865_update_bits(struct ov8865_sensor *sensor, u16 address,
drivers/media/i2c/ov8865.c
1425
static int ov8865_sw_reset(struct ov8865_sensor *sensor)
drivers/media/i2c/ov8865.c
1430
static int ov8865_sw_standby(struct ov8865_sensor *sensor, int standby)
drivers/media/i2c/ov8865.c
1440
static int ov8865_chip_id_check(struct ov8865_sensor *sensor)
drivers/media/i2c/ov8865.c
1466
static int ov8865_charge_pump_configure(struct ov8865_sensor *sensor)
drivers/media/i2c/ov8865.c
1472
static int ov8865_mipi_configure(struct ov8865_sensor *sensor)
drivers/media/i2c/ov8865.c
1521
static int ov8865_black_level_configure(struct ov8865_sensor *sensor)
drivers/media/i2c/ov8865.c
1550
static int ov8865_isp_configure(struct ov8865_sensor *sensor)
drivers/media/i2c/ov8865.c
1566
static unsigned long ov8865_mode_pll1_rate(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
1603
static int ov8865_mode_pll1_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
1676
static int ov8865_mode_pll2_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
1715
static int ov8865_mode_sclk_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
1738
static int ov8865_mode_binning_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
1808
static int ov8865_mode_black_level_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
1909
static int ov8865_mode_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
2110
static unsigned long ov8865_mode_mipi_clk_rate(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
2125
static int ov8865_exposure_configure(struct ov8865_sensor *sensor, u32 exposure)
drivers/media/i2c/ov8865.c
2148
static int ov8865_analog_gain_configure(struct ov8865_sensor *sensor, u32 gain)
drivers/media/i2c/ov8865.c
2163
static int ov8865_red_balance_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
2177
static int ov8865_blue_balance_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
2193
static int ov8865_flip_vert_configure(struct ov8865_sensor *sensor, bool enable)
drivers/media/i2c/ov8865.c
2202
static int ov8865_flip_horz_configure(struct ov8865_sensor *sensor, bool enable)
drivers/media/i2c/ov8865.c
2213
static int ov8865_test_pattern_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
2225
static int ov8865_vts_configure(struct ov8865_sensor *sensor, u32 vblank)
drivers/media/i2c/ov8865.c
2239
static int ov8865_state_mipi_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
2298
static int ov8865_state_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
2317
static int ov8865_state_init(struct ov8865_sensor *sensor)
drivers/media/i2c/ov8865.c
2325
static int ov8865_sensor_init(struct ov8865_sensor *sensor)
drivers/media/i2c/ov8865.c
2389
static int ov8865_sensor_power(struct ov8865_sensor *sensor, bool on)
drivers/media/i2c/ov8865.c
2452
struct ov8865_sensor *sensor = ov8865_subdev_sensor(subdev);
drivers/media/i2c/ov8865.c
2509
static int ov8865_ctrls_init(struct ov8865_sensor *sensor)
drivers/media/i2c/ov8865.c
2610
struct ov8865_sensor *sensor = ov8865_subdev_sensor(subdev);
drivers/media/i2c/ov8865.c
2674
struct ov8865_sensor *sensor = ov8865_subdev_sensor(subdev);
drivers/media/i2c/ov8865.c
2695
struct ov8865_sensor *sensor = ov8865_subdev_sensor(subdev);
drivers/media/i2c/ov8865.c
2780
__ov8865_get_pad_crop(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
2803
struct ov8865_sensor *sensor = ov8865_subdev_sensor(subdev);
drivers/media/i2c/ov8865.c
2836
struct ov8865_sensor *sensor = ov8865_subdev_sensor(subdev);
drivers/media/i2c/ov8865.c
2883
struct ov8865_sensor *sensor = ov8865_subdev_sensor(subdev);
drivers/media/i2c/ov8865.c
2909
struct ov8865_sensor *sensor = ov8865_subdev_sensor(subdev);
drivers/media/i2c/ov8865.c
2948
struct ov8865_sensor *sensor;
drivers/media/i2c/ov8865.c
3102
struct ov8865_sensor *sensor = ov8865_subdev_sensor(subdev);
drivers/media/i2c/ov8865.c
468
container_of(s, struct ov8865_sensor, subdev)
drivers/media/i2c/ov8865.c
471
(&container_of((c)->handler, struct ov8865_sensor, \