Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/
Dapds990x.c77 #define APDS990X_ST_PINT (0x1 << 5) macro
473 switch (mode & (APDS990X_ST_AINT | APDS990X_ST_PINT)) { in apds990x_ack_int()
477 case APDS990X_ST_PINT: in apds990x_ack_int()
521 if ((status & APDS990X_ST_PINT) && chip->prox_en) { in apds990x_irq()