Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/i2c/
H A Datomisp-ov2722.c259 struct ov2722_device *dev = to_ov2722_sensor(sd); in __ov2722_set_exposure()
328 struct ov2722_device *dev = to_ov2722_sensor(sd); in ov2722_set_exposure()
457 struct ov2722_device *dev = to_ov2722_sensor(sd); in ov2722_init()
473 struct ov2722_device *dev = to_ov2722_sensor(sd); in power_ctrl()
495 struct ov2722_device *dev = to_ov2722_sensor(sd); in gpio_ctrl()
511 struct ov2722_device *dev = to_ov2722_sensor(sd); in power_up()
558 struct ov2722_device *dev = to_ov2722_sensor(sd); in power_down()
605 struct ov2722_device *dev = to_ov2722_sensor(sd); in startup()
630 struct ov2722_device *dev = to_ov2722_sensor(sd); in ov2722_set_fmt()
704 struct ov2722_device *dev = to_ov2722_sensor(s in ov2722_get_fmt()
[all...]
H A Dov2722.h221 #define to_ov2722_sensor(x) container_of(x, struct ov2722_device, sd) macro