Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/i2c/
H A Datomisp-ov2722.c269 struct ov2722_device *dev = to_ov2722_sensor(sd); in __ov2722_set_exposure()
338 struct ov2722_device *dev = to_ov2722_sensor(sd); in ov2722_set_exposure()
467 struct ov2722_device *dev = to_ov2722_sensor(sd); in ov2722_init()
483 struct ov2722_device *dev = to_ov2722_sensor(sd); in power_ctrl()
505 struct ov2722_device *dev = to_ov2722_sensor(sd); in gpio_ctrl()
521 struct ov2722_device *dev = to_ov2722_sensor(sd); in power_up()
572 struct ov2722_device *dev = to_ov2722_sensor(sd); in power_down()
623 struct ov2722_device *dev = to_ov2722_sensor(sd); in startup()
648 struct ov2722_device *dev = to_ov2722_sensor(sd); in ov2722_set_fmt()
725 struct ov2722_device *dev = to_ov2722_sensor(sd); in ov2722_get_fmt()
[all …]
H A Dov2722.h233 #define to_ov2722_sensor(x) container_of(x, struct ov2722_device, sd) macro