Searched refs:to_ov2722_sensor (Results 1 – 2 of 2) sorted by relevance
269 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 …]
233 #define to_ov2722_sensor(x) container_of(x, struct ov2722_device, sd) macro