Home
last modified time | relevance | path

Searched refs:ov2680_device (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()
521 struct ov2680_device *dev = in ov2680_s_ctrl()
522 container_of(ctrl->handler, struct ov2680_device, ctrl_handler); in ov2680_s_ctrl()
545 struct ov2680_device *dev = in ov2680_g_volatile_ctrl()
[all …]
Dov2680.h169 struct ov2680_device { struct
196 #define to_ov2680_sensor(x) container_of(x, struct ov2680_device, sd) argument