Home
last modified time | relevance | path

Searched refs:opt3001 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/iio/light/
Dopt3001.c74 struct opt3001 { struct
146 static int opt3001_find_scale(const struct opt3001 *opt, int val, in opt3001_find_scale()
169 static void opt3001_to_iio_ret(struct opt3001 *opt, u8 exponent, in opt3001_to_iio_ret()
179 static void opt3001_set_mode(struct opt3001 *opt, u16 *reg, u16 mode) in opt3001_set_mode()
223 static int opt3001_get_lux(struct opt3001 *opt, int *val, int *val2) in opt3001_get_lux()
305 static int opt3001_get_int_time(struct opt3001 *opt, int *val, int *val2) in opt3001_get_int_time()
313 static int opt3001_set_int_time(struct opt3001 *opt, int time) in opt3001_set_int_time()
348 struct opt3001 *opt = iio_priv(iio); in opt3001_read_raw()
379 struct opt3001 *opt = iio_priv(iio); in opt3001_write_raw()
406 struct opt3001 *opt = iio_priv(iio); in opt3001_read_event_value()
[all …]
DMakefile23 obj-$(CONFIG_OPT3001) += opt3001.o
DKconfig234 opt3001.