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
393 if (opt->mode == OPT3001_CONFIGURATION_M_CONTINUOUS) in opt3001_read_raw()
424 if (opt->mode == OPT3001_CONFIGURATION_M_CONTINUOUS) in opt3001_write_raw()
533 return opt->mode == OPT3001_CONFIGURATION_M_CONTINUOUS; in opt3001_read_event_config()
545 if (state && opt->mode == OPT3001_CONFIGURATION_M_CONTINUOUS) in opt3001_write_event_config()
553 mode = state ? OPT3001_CONFIGURATION_M_CONTINUOUS in opt3001_write_event_config()
703 OPT3001_CONFIGURATION_M_CONTINUOUS) { in opt3001_irq()