Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dvcnl4000.c86 #define VCNL4010_INT_PROXIMITY 3 /* Proximity data ready */ macro
91 (BIT(VCNL4010_INT_PROXIMITY) | BIT(VCNL4010_INT_ALS))
926 if (test_bit(VCNL4010_INT_PROXIMITY, &isr)) { in vcnl4010_trigger_handler()