Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/iio/light/
Dvcnl4000.c108 #define VCNL4010_INT_THR_LOW 1 /* Low threshold exceeded */ macro
113 (BIT(VCNL4010_INT_THR_LOW) | BIT(VCNL4010_INT_THR_HIGH))
1589 if (test_bit(VCNL4010_INT_THR_LOW, &isr)) { in vcnl4010_irq_thread()