Home
last modified time | relevance | path

Searched refs:to_ov2680_sensor (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/staging/media/atomisp/i2c/
Datomisp-ov2680.c146 struct ov2680_device *dev = to_ov2680_sensor(sd); in ov2680_g_bin_factor_x()
157 struct ov2680_device *dev = to_ov2680_sensor(sd); in ov2680_g_bin_factor_y()
170 struct ov2680_device *dev = to_ov2680_sensor(sd); in ov2680_get_intg_factor()
249 struct ov2680_device *dev = to_ov2680_sensor(sd); in __ov2680_set_exposure()
361 struct ov2680_device *dev = to_ov2680_sensor(sd); in ov2680_set_exposure()
454 struct ov2680_device *dev = to_ov2680_sensor(sd); in ov2680_v_flip()
487 struct ov2680_device *dev = to_ov2680_sensor(sd); in ov2680_h_flip()
682 struct ov2680_device *dev = to_ov2680_sensor(sd); in ov2680_init()
702 struct ov2680_device *dev = to_ov2680_sensor(sd); in power_ctrl()
726 struct ov2680_device *dev = to_ov2680_sensor(sd); in gpio_ctrl()
[all …]
Dov2680.h196 #define to_ov2680_sensor(x) container_of(x, struct ov2680_device, sd) macro