Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iio/proximity/
Dsx9500.c71 #define SX9500_CLOSE_IRQ BIT(6) macro
336 if (!(val & (SX9500_CLOSE_IRQ | SX9500_FAR_IRQ))) in sx9500_irq_thread_handler()
412 irqmask = SX9500_CLOSE_IRQ | SX9500_FAR_IRQ; in sx9500_write_event_config()