Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/i2c/
H A Datomisp-gc2235.c252 struct gc2235_device *dev = to_gc2235_sensor(sd); in gc2235_set_exposure()
372 struct gc2235_device *dev = to_gc2235_sensor(sd); in power_ctrl()
391 struct gc2235_device *dev = to_gc2235_sensor(sd); in gpio_ctrl()
406 struct gc2235_device *dev = to_gc2235_sensor(sd); in power_up()
450 struct gc2235_device *dev = to_gc2235_sensor(sd); in power_down()
496 struct gc2235_device *dev = to_gc2235_sensor(sd); in startup()
527 struct gc2235_device *dev = to_gc2235_sensor(sd); in gc2235_set_fmt()
575 struct gc2235_device *dev = to_gc2235_sensor(sd); in gc2235_get_fmt()
614 struct gc2235_device *dev = to_gc2235_sensor(sd); in gc2235_s_stream()
632 struct gc2235_device *dev = to_gc2235_sensor(s in gc2235_s_config()
[all...]
H A Dgc2235.h168 #define to_gc2235_sensor(x) container_of(x, struct gc2235_device, sd) macro