Home
last modified time | relevance | path

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

/linux/drivers/iio/light/
H A Dvcnl4000.c98 #define VCNL4040_PS_IF_AWAY BIT(8) /* Proximity event cross low threshold */ macro
1486 FIELD_GET(VCNL4040_PS_IF_AWAY, ret) : in vcnl4040_read_event_config()
1527 mask = VCNL4040_PS_IF_AWAY; in vcnl4040_write_event_config()
1565 if (ret & VCNL4040_PS_IF_AWAY) { in vcnl4040_irq_thread()