Lines Matching defs:ov5693_device

125 #define to_ov5693_sensor(x) container_of(x, struct ov5693_device, sd)
135 struct ov5693_device {
356 static int ov5693_flip_vert_configure(struct ov5693_device *ov5693,
371 static int ov5693_flip_horz_configure(struct ov5693_device *ov5693,
386 static int ov5693_get_exposure(struct ov5693_device *ov5693, s32 *value)
402 static int ov5693_exposure_configure(struct ov5693_device *ov5693,
414 static int ov5693_get_gain(struct ov5693_device *ov5693, u32 *gain)
429 static int ov5693_digital_gain_configure(struct ov5693_device *ov5693,
443 static int ov5693_analog_gain_configure(struct ov5693_device *ov5693, u32 gain)
454 static int ov5693_vts_configure(struct ov5693_device *ov5693, u32 vblank)
464 static int ov5693_test_pattern_configure(struct ov5693_device *ov5693, u32 idx)
476 struct ov5693_device *ov5693 =
477 container_of(ctrl->handler, struct ov5693_device, ctrls.handler);
531 struct ov5693_device *ov5693 = container_of(ctrl->handler,
532 struct ov5693_device,
552 static int ov5693_mode_configure(struct ov5693_device *ov5693)
610 static int ov5693_enable_streaming(struct ov5693_device *ov5693, bool enable)
621 static int ov5693_sw_reset(struct ov5693_device *ov5693)
630 static int ov5693_sensor_init(struct ov5693_device *ov5693)
657 static void ov5693_sensor_powerdown(struct ov5693_device *ov5693)
667 static int ov5693_sensor_powerup(struct ov5693_device *ov5693)
701 struct ov5693_device *ov5693 = to_ov5693_sensor(sd);
711 struct ov5693_device *ov5693 = to_ov5693_sensor(sd);
735 static int ov5693_detect(struct ov5693_device *ov5693)
769 __ov5693_get_pad_format(struct ov5693_device *ov5693,
784 __ov5693_get_pad_crop(struct ov5693_device *ov5693,
802 struct ov5693_device *ov5693 = to_ov5693_sensor(sd);
813 struct ov5693_device *ov5693 = to_ov5693_sensor(sd);
888 struct ov5693_device *ov5693 = to_ov5693_sensor(sd);
921 struct ov5693_device *ov5693 = to_ov5693_sensor(sd);
970 struct ov5693_device *ov5693 = to_ov5693_sensor(sd);
1008 struct ov5693_device *ov5693 = to_ov5693_sensor(sd);
1042 struct ov5693_device *ov5693 = to_ov5693_sensor(sd);
1081 static int ov5693_init_controls(struct ov5693_device *ov5693)
1185 static int ov5693_configure_gpios(struct ov5693_device *ov5693)
1204 static int ov5693_get_regulators(struct ov5693_device *ov5693)
1215 static int ov5693_check_hwcfg(struct ov5693_device *ov5693)
1270 struct ov5693_device *ov5693;
1388 struct ov5693_device *ov5693 = to_ov5693_sensor(sd);