Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/light/
H A Dopt3001.c43 #define OPT3001_CONFIGURATION_M_CONTINUOUS (2 << 9) /* also 3 << 9 */ macro
397 if (opt->mode == OPT3001_CONFIGURATION_M_CONTINUOUS) in opt3001_read_raw()
428 if (opt->mode == OPT3001_CONFIGURATION_M_CONTINUOUS) in opt3001_write_raw()
537 return opt->mode == OPT3001_CONFIGURATION_M_CONTINUOUS; in opt3001_read_event_config()
549 if (state && opt->mode == OPT3001_CONFIGURATION_M_CONTINUOUS) in opt3001_write_event_config()
557 mode = state ? OPT3001_CONFIGURATION_M_CONTINUOUS in opt3001_write_event_config()
707 OPT3001_CONFIGURATION_M_CONTINUOUS) { in opt3001_irq()