Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/i2c/
Dadp5588.h15 #define KEY_LCK_EC_STAT 0x03 /* Key Lock and Event Counter Register */ macro
/linux-4.4.14/drivers/input/keyboard/
Dadp5588-keys.c305 ev_cnt = adp5588_read(client, KEY_LCK_EC_STAT) & ADP5588_KEC; in adp5588_work()
344 ret |= adp5588_write(client, KEY_LCK_EC_STAT, ADP5588_K_LCK_EN); in adp5588_setup()