Symbol: ov2680_dev
drivers/media/i2c/ov2680.c
1039
static int ov2680_get_regulators(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
1050
static int ov2680_check_id(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
1074
static int ov2680_parse_dt(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
1172
struct ov2680_dev *sensor;
drivers/media/i2c/ov2680.c
1242
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
1262
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
1273
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
261
static struct ov2680_dev *to_ov2680_dev(struct v4l2_subdev *sd)
drivers/media/i2c/ov2680.c
263
return container_of(sd, struct ov2680_dev, sd);
drivers/media/i2c/ov2680.c
268
return &container_of(ctrl->handler, struct ov2680_dev,
drivers/media/i2c/ov2680.c
272
static void ov2680_power_up(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
281
static void ov2680_power_down(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
290
static void ov2680_set_bayer_order(struct ov2680_dev *sensor,
drivers/media/i2c/ov2680.c
305
__ov2680_get_pad_format(struct ov2680_dev *sensor,
drivers/media/i2c/ov2680.c
317
__ov2680_get_pad_crop(struct ov2680_dev *sensor,
drivers/media/i2c/ov2680.c
328
static void ov2680_fill_format(struct ov2680_dev *sensor,
drivers/media/i2c/ov2680.c
340
static void ov2680_calc_mode(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
368
static int ov2680_set_mode(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
416
static int ov2680_set_vflip(struct ov2680_dev *sensor, s32 val)
drivers/media/i2c/ov2680.c
432
static int ov2680_set_hflip(struct ov2680_dev *sensor, s32 val)
drivers/media/i2c/ov2680.c
448
static int ov2680_test_pattern_set(struct ov2680_dev *sensor, int value)
drivers/media/i2c/ov2680.c
464
static int ov2680_gain_set(struct ov2680_dev *sensor, u32 gain)
drivers/media/i2c/ov2680.c
469
static int ov2680_exposure_set(struct ov2680_dev *sensor, u32 exp)
drivers/media/i2c/ov2680.c
475
static int ov2680_exposure_update_range(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
484
static int ov2680_stream_enable(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
511
static int ov2680_stream_disable(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
516
static int ov2680_power_off(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
524
static int ov2680_power_on(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
562
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
580
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
615
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
629
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
646
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
710
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
740
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
793
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
806
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
852
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
866
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
940
static int ov2680_mode_init(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
954
static int ov2680_v4l2_register(struct ov2680_dev *sensor)