Symbol: ov2680_dev
drivers/media/i2c/ov2680.c
1038
static int ov2680_get_regulators(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
1049
static int ov2680_check_id(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
1073
static int ov2680_parse_dt(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
1171
struct ov2680_dev *sensor;
drivers/media/i2c/ov2680.c
1241
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
1261
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
1272
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
260
static struct ov2680_dev *to_ov2680_dev(struct v4l2_subdev *sd)
drivers/media/i2c/ov2680.c
262
return container_of(sd, struct ov2680_dev, sd);
drivers/media/i2c/ov2680.c
267
return &container_of(ctrl->handler, struct ov2680_dev,
drivers/media/i2c/ov2680.c
271
static void ov2680_power_up(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
280
static void ov2680_power_down(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
289
static void ov2680_set_bayer_order(struct ov2680_dev *sensor,
drivers/media/i2c/ov2680.c
304
__ov2680_get_pad_format(struct ov2680_dev *sensor,
drivers/media/i2c/ov2680.c
316
__ov2680_get_pad_crop(struct ov2680_dev *sensor,
drivers/media/i2c/ov2680.c
327
static void ov2680_fill_format(struct ov2680_dev *sensor,
drivers/media/i2c/ov2680.c
339
static void ov2680_calc_mode(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
367
static int ov2680_set_mode(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
415
static int ov2680_set_vflip(struct ov2680_dev *sensor, s32 val)
drivers/media/i2c/ov2680.c
431
static int ov2680_set_hflip(struct ov2680_dev *sensor, s32 val)
drivers/media/i2c/ov2680.c
447
static int ov2680_test_pattern_set(struct ov2680_dev *sensor, int value)
drivers/media/i2c/ov2680.c
463
static int ov2680_gain_set(struct ov2680_dev *sensor, u32 gain)
drivers/media/i2c/ov2680.c
468
static int ov2680_exposure_set(struct ov2680_dev *sensor, u32 exp)
drivers/media/i2c/ov2680.c
474
static int ov2680_exposure_update_range(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
483
static int ov2680_stream_enable(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
510
static int ov2680_stream_disable(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
515
static int ov2680_power_off(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
523
static int ov2680_power_on(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
561
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
579
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
614
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
628
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
645
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
709
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
739
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
792
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
805
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
851
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
865
struct ov2680_dev *sensor = to_ov2680_dev(sd);
drivers/media/i2c/ov2680.c
939
static int ov2680_mode_init(struct ov2680_dev *sensor)
drivers/media/i2c/ov2680.c
953
static int ov2680_v4l2_register(struct ov2680_dev *sensor)