Searched refs:als_int (Results 1 – 3 of 3) sorted by relevance
135 bool als_int; member747 return data->als_int; in apds9960_read_event_config()774 if (data->als_int == state) in apds9960_write_event_config()780 data->als_int = state; in apds9960_write_event_config()848 if ((status & APDS9960_REG_STATUS_ALS_INT) && data->als_int) { in apds9960_interrupt_handler()
563 int als_int; member1240 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()
208 u8 als_int; /* ambient light interrupt mode*/ member334 if (!on && (data->ps_int || data->als_int)) in vcnl4200_set_power_state()380 data->als_int = 0; in vcnl4200_init()1487 data->als_int = FIELD_GET(VCNL4040_ALS_CONF_INT_EN, ret); in vcnl4040_read_event_config()1489 return data->als_int; in vcnl4040_read_event_config()1529 data->als_int = FIELD_GET(VCNL4040_ALS_CONF_INT_EN, val); in vcnl4040_write_event_config()
Completed in 16 milliseconds