Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/platform_data/
Dadp5588.h92 #define ADP5588_KE_INT (1 << 0) macro
/linux-5.19.10/drivers/input/keyboard/
Dadp5588-keys.c304 if (status & ADP5588_KE_INT) { in adp5588_work()
379 ADP5588_GPI_INT | ADP5588_KE_INT); /* Status is W1C */ in adp5588_setup()
/linux-5.19.10/drivers/gpio/
Dgpio-adp5588.c245 if (status & ADP5588_KE_INT) { in adp5588_irq_handler()