Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/light/
H A Dvcnl4000.c111 #define VCNL4010_INT_PROXIMITY 3 /* Proximity data ready */ macro
116 (BIT(VCNL4010_INT_PROXIMITY) | BIT(VCNL4010_INT_ALS))
1674 if (test_bit(VCNL4010_INT_PROXIMITY, &isr)) { in vcnl4010_trigger_handler()