Searched refs:to_ov2722_sensor (Results 1 – 2 of 2) sorted by relevance
259 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 ov2722_startup()630 struct ov2722_device *dev = to_ov2722_sensor(sd); in ov2722_set_fmt()704 struct ov2722_device *dev = to_ov2722_sensor(sd); in ov2722_get_fmt()[all …]
221 #define to_ov2722_sensor(x) container_of(x, struct ov2722_device, sd) macro