Searched refs:ov5693_device (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/media/i2c/ ! |
D | ov5693.c | 133 #define to_ov5693_sensor(x) container_of(x, struct ov5693_device, sd) 145 struct ov5693_device { struct 377 static int ov5693_read_reg(struct ov5693_device *ov5693, u32 addr, u32 *value) in ov5693_read_reg() 418 static void ov5693_write_reg(struct ov5693_device *ov5693, u32 addr, u32 value, in ov5693_write_reg() 453 static int ov5693_write_reg_array(struct ov5693_device *ov5693, in ov5693_write_reg_array() 466 static int ov5693_update_bits(struct ov5693_device *ov5693, u32 address, in ov5693_update_bits() 486 static int ov5693_flip_vert_configure(struct ov5693_device *ov5693, in ov5693_flip_vert_configure() 501 static int ov5693_flip_horz_configure(struct ov5693_device *ov5693, in ov5693_flip_horz_configure() 516 static int ov5693_get_exposure(struct ov5693_device *ov5693, s32 *value) in ov5693_get_exposure() 531 static int ov5693_exposure_configure(struct ov5693_device *ov5693, in ov5693_exposure_configure() [all …]
|
/linux-5.19.10/drivers/staging/media/atomisp/i2c/ov5693/ ! |
D | atomisp-ov5693.c | 441 struct ov5693_device *dev = to_ov5693_sensor(sd); in ov5693_g_bin_factor_x() 450 struct ov5693_device *dev = to_ov5693_sensor(sd); in ov5693_g_bin_factor_y() 462 struct ov5693_device *dev = to_ov5693_sensor(sd); in ov5693_get_intg_factor() 540 struct ov5693_device *dev = to_ov5693_sensor(sd); in __ov5693_set_exposure() 688 struct ov5693_device *dev = to_ov5693_sensor(sd); in ov5693_set_exposure() 737 struct ov5693_device *dev = to_ov5693_sensor(sd); in __ov5693_otp_read() 850 struct ov5693_device *dev = to_ov5693_sensor(sd); in ov5693_g_priv_int_data() 970 struct ov5693_device *dev = to_ov5693_sensor(sd); in ov5693_t_focus_abs() 1007 struct ov5693_device *dev = to_ov5693_sensor(sd); in ov5693_t_focus_rel() 1017 struct ov5693_device *dev = to_ov5693_sensor(sd); in ov5693_q_focus_status() [all …]
|
D | ov5693.h | 222 struct ov5693_device { struct 267 #define to_ov5693_sensor(x) container_of(x, struct ov5693_device, sd)
|