Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/iio/light/
Dvcnl4000.c97 #define VCNL4040_PS_IF_CLOSE BIT(9) /* Proximity event cross high threshold */ macro
1461 FIELD_GET(VCNL4040_PS_IF_CLOSE, ret); in vcnl4040_read_event_config()
1502 mask = VCNL4040_PS_IF_CLOSE; in vcnl4040_write_event_config()
1530 if (ret & VCNL4040_PS_IF_CLOSE) { in vcnl4040_irq_thread()