Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iio/light/
Dvcnl4000.c86 #define VCNL4010_INT_PROXIMITY 3 /* Proximity data ready */ macro
91 (BIT(VCNL4010_INT_PROXIMITY) | BIT(VCNL4010_INT_ALS))
924 if (test_bit(VCNL4010_INT_PROXIMITY, &isr)) { in vcnl4010_trigger_handler()