Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iio/light/
Dapds9960.c145 int als_int; member
694 return data->als_int; in apds9960_read_event_config()
725 if (data->als_int == state) in apds9960_write_event_config()
731 data->als_int = state; in apds9960_write_event_config()
799 if ((status & APDS9960_REG_STATUS_ALS_INT) && data->als_int) { in apds9960_interrupt_handler()