Symbol: ov8865_sensor
drivers/media/i2c/ov8865.c
1347
static int ov8865_read(struct ov8865_sensor *sensor, u16 address, u8 *value)
drivers/media/i2c/ov8865.c
1370
static int ov8865_write(struct ov8865_sensor *sensor, u16 address, u8 value)
drivers/media/i2c/ov8865.c
1386
static int ov8865_write_sequence(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
1406
static int ov8865_update_bits(struct ov8865_sensor *sensor, u16 address,
drivers/media/i2c/ov8865.c
1424
static int ov8865_sw_reset(struct ov8865_sensor *sensor)
drivers/media/i2c/ov8865.c
1429
static int ov8865_sw_standby(struct ov8865_sensor *sensor, int standby)
drivers/media/i2c/ov8865.c
1439
static int ov8865_chip_id_check(struct ov8865_sensor *sensor)
drivers/media/i2c/ov8865.c
1465
static int ov8865_charge_pump_configure(struct ov8865_sensor *sensor)
drivers/media/i2c/ov8865.c
1471
static int ov8865_mipi_configure(struct ov8865_sensor *sensor)
drivers/media/i2c/ov8865.c
1520
static int ov8865_black_level_configure(struct ov8865_sensor *sensor)
drivers/media/i2c/ov8865.c
1549
static int ov8865_isp_configure(struct ov8865_sensor *sensor)
drivers/media/i2c/ov8865.c
1565
static unsigned long ov8865_mode_pll1_rate(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
1602
static int ov8865_mode_pll1_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
1675
static int ov8865_mode_pll2_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
1714
static int ov8865_mode_sclk_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
1737
static int ov8865_mode_binning_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
1807
static int ov8865_mode_black_level_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
1908
static int ov8865_mode_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
2109
static unsigned long ov8865_mode_mipi_clk_rate(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
2124
static int ov8865_exposure_configure(struct ov8865_sensor *sensor, u32 exposure)
drivers/media/i2c/ov8865.c
2147
static int ov8865_analog_gain_configure(struct ov8865_sensor *sensor, u32 gain)
drivers/media/i2c/ov8865.c
2162
static int ov8865_red_balance_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
2176
static int ov8865_blue_balance_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
2192
static int ov8865_flip_vert_configure(struct ov8865_sensor *sensor, bool enable)
drivers/media/i2c/ov8865.c
2201
static int ov8865_flip_horz_configure(struct ov8865_sensor *sensor, bool enable)
drivers/media/i2c/ov8865.c
2212
static int ov8865_test_pattern_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
2224
static int ov8865_vts_configure(struct ov8865_sensor *sensor, u32 vblank)
drivers/media/i2c/ov8865.c
2238
static int ov8865_state_mipi_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
2297
static int ov8865_state_configure(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
2316
static int ov8865_state_init(struct ov8865_sensor *sensor)
drivers/media/i2c/ov8865.c
2324
static int ov8865_sensor_init(struct ov8865_sensor *sensor)
drivers/media/i2c/ov8865.c
2388
static int ov8865_sensor_power(struct ov8865_sensor *sensor, bool on)
drivers/media/i2c/ov8865.c
2451
struct ov8865_sensor *sensor = ov8865_subdev_sensor(subdev);
drivers/media/i2c/ov8865.c
2508
static int ov8865_ctrls_init(struct ov8865_sensor *sensor)
drivers/media/i2c/ov8865.c
2609
struct ov8865_sensor *sensor = ov8865_subdev_sensor(subdev);
drivers/media/i2c/ov8865.c
2673
struct ov8865_sensor *sensor = ov8865_subdev_sensor(subdev);
drivers/media/i2c/ov8865.c
2694
struct ov8865_sensor *sensor = ov8865_subdev_sensor(subdev);
drivers/media/i2c/ov8865.c
2779
__ov8865_get_pad_crop(struct ov8865_sensor *sensor,
drivers/media/i2c/ov8865.c
2802
struct ov8865_sensor *sensor = ov8865_subdev_sensor(subdev);
drivers/media/i2c/ov8865.c
2835
struct ov8865_sensor *sensor = ov8865_subdev_sensor(subdev);
drivers/media/i2c/ov8865.c
2882
struct ov8865_sensor *sensor = ov8865_subdev_sensor(subdev);
drivers/media/i2c/ov8865.c
2908
struct ov8865_sensor *sensor = ov8865_subdev_sensor(subdev);
drivers/media/i2c/ov8865.c
2947
struct ov8865_sensor *sensor;
drivers/media/i2c/ov8865.c
3101
struct ov8865_sensor *sensor = ov8865_subdev_sensor(subdev);
drivers/media/i2c/ov8865.c
467
container_of(s, struct ov8865_sensor, subdev)
drivers/media/i2c/ov8865.c
470
(&container_of((c)->handler, struct ov8865_sensor, \