Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/atomisp/i2c/
Datomisp-ov2722.c304 dev = to_ov2722_sensor(sd); in ov2722_get_intg_factor()
397 struct ov2722_device *dev = to_ov2722_sensor(sd); in __ov2722_set_exposure()
466 struct ov2722_device *dev = to_ov2722_sensor(sd); in ov2722_set_exposure()
637 struct ov2722_device *dev = to_ov2722_sensor(sd); in ov2722_init()
653 struct ov2722_device *dev = to_ov2722_sensor(sd); in power_ctrl()
675 struct ov2722_device *dev = to_ov2722_sensor(sd); in gpio_ctrl()
694 struct ov2722_device *dev = to_ov2722_sensor(sd); in power_up()
741 struct ov2722_device *dev = to_ov2722_sensor(sd); in power_down()
858 struct ov2722_device *dev = to_ov2722_sensor(sd); in startup()
883 struct ov2722_device *dev = to_ov2722_sensor(sd); in ov2722_set_fmt()
[all …]
Dov2722.h241 #define to_ov2722_sensor(x) container_of(x, struct ov2722_device, sd) macro