Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/i2c/
H A Datomisp-gc2235.c262 struct gc2235_device *dev = to_gc2235_sensor(sd); in gc2235_set_exposure()
382 struct gc2235_device *dev = to_gc2235_sensor(sd); in power_ctrl()
401 struct gc2235_device *dev = to_gc2235_sensor(sd); in gpio_ctrl()
416 struct gc2235_device *dev = to_gc2235_sensor(sd); in power_up()
460 struct gc2235_device *dev = to_gc2235_sensor(sd); in power_down()
506 struct gc2235_device *dev = to_gc2235_sensor(sd); in startup()
537 struct gc2235_device *dev = to_gc2235_sensor(sd); in gc2235_set_fmt()
585 struct gc2235_device *dev = to_gc2235_sensor(sd); in gc2235_get_fmt()
624 struct gc2235_device *dev = to_gc2235_sensor(sd); in gc2235_s_stream()
642 struct gc2235_device *dev = to_gc2235_sensor(sd); in gc2235_s_config()
[all …]
H A Dgc2235.h184 #define to_gc2235_sensor(x) container_of(x, struct gc2235_device, sd) macro