Searched refs:ov5693_device (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/media/i2c/ |
H A D | ov5693.c | 125 #define to_ov5693_sensor(x) container_of(x, struct ov5693_device, sd) 135 struct ov5693_device { struct 358 static int ov5693_flip_vert_configure(struct ov5693_device *ov5693, in ov5693_flip_vert_configure() 373 static int ov5693_flip_horz_configure(struct ov5693_device *ov5693, in ov5693_flip_horz_configure() 388 static int ov5693_get_exposure(struct ov5693_device *ov5693, s32 *value) in ov5693_get_exposure() 404 static int ov5693_exposure_configure(struct ov5693_device *ov5693, in ov5693_exposure_configure() 416 static int ov5693_get_gain(struct ov5693_device *ov5693, u32 *gain) in ov5693_get_gain() 431 static int ov5693_digital_gain_configure(struct ov5693_device *ov5693, in ov5693_digital_gain_configure() 445 static int ov5693_analog_gain_configure(struct ov5693_device *ov5693, u32 gain) in ov5693_analog_gain_configure() 456 static int ov5693_vts_configure(struct ov5693_device *ov5693, u32 vblank) in ov5693_vts_configure() [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/i2c/ov5693/ |
H A D | atomisp-ov5693.c | 423 struct ov5693_device *dev = to_ov5693_sensor(sd); in __ov5693_set_exposure() 571 struct ov5693_device *dev = to_ov5693_sensor(sd); in ov5693_set_exposure() 620 struct ov5693_device *dev = to_ov5693_sensor(sd); in __ov5693_otp_read() 813 struct ov5693_device *dev = to_ov5693_sensor(sd); in ov5693_t_focus_abs() 850 struct ov5693_device *dev = to_ov5693_sensor(sd); in ov5693_t_focus_rel() 860 struct ov5693_device *dev = to_ov5693_sensor(sd); in ov5693_q_focus_status() 882 struct ov5693_device *dev = to_ov5693_sensor(sd); in ov5693_q_focus_abs() 897 struct ov5693_device *dev = to_ov5693_sensor(sd); in ov5693_t_vcm_slew() 906 struct ov5693_device *dev = to_ov5693_sensor(sd); in ov5693_t_vcm_timing() 915 struct ov5693_device *dev = in ov5693_s_ctrl() [all …]
|
H A D | ov5693.h | 219 struct ov5693_device { struct 263 #define to_ov5693_sensor(x) container_of(x, struct ov5693_device, sd)
|