Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/iio/light/
Dvcnl4000.c84 #define VCNL4010_INT_THR_LOW 1 /* Low threshold exceeded */ macro
89 (BIT(VCNL4010_INT_THR_LOW) | BIT(VCNL4010_INT_THR_HIGH))
874 if (test_bit(VCNL4010_INT_THR_LOW, &isr)) { in vcnl4010_irq_thread()