Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/light/
H A Dvcnl4000.c110 #define VCNL4010_INT_PROXIMITY 3 /* Proximity data ready */ macro
115 (BIT(VCNL4010_INT_PROXIMITY) | BIT(VCNL4010_INT_ALS))
1639 if (test_bit(VCNL4010_INT_PROXIMITY, &isr)) { in vcnl4010_trigger_handler()