Home
last modified time | relevance | path

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

/linux/drivers/iio/light/
H A Dapds9960.c135 bool als_int; member
746 return data->als_int; in apds9960_read_event_config()
773 if (data->als_int == state) in apds9960_write_event_config()
779 data->als_int = state; in apds9960_write_event_config()
847 if ((status & APDS9960_REG_STATUS_ALS_INT) && data->als_int) { in apds9960_interrupt_handler()
H A Dapds9160.c563 int als_int; member
1240 return data->als_int; in apds9160_read_event_config()
1266 data->als_int = state; in apds9160_write_event_config()
1289 (status & APDS9160_SR_LS_NEW_DATA) && data->als_int) { in apds9160_irq_handler()
1350 chip->als_int = 0; in apds9160_chip_init()