Searched refs:adp5588_read (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dadp5588-keys.c87 static int adp5588_read(struct i2c_client *client, u8 reg) function
109 return !!(adp5588_read(kpad->client, GPIO_DAT_STAT1 + bank) & bit);
238 kpad->dat_out[i] = adp5588_read(kpad->client,
240 kpad->dir[i] = adp5588_read(kpad->client, GPIO_DIR1 + i);
292 int key = adp5588_read(kpad->client, Key_EVENTA + i);
319 status = adp5588_read(client, INT_STAT);
325 ev_cnt = adp5588_read(client, KEY_LCK_EC_STAT) & KEC;
367 ret |= adp5588_read(client, Key_EVENTA);
411 int gpi_stat1 = adp5588_read(kpad->client, GPIO_DAT_STAT1);
412 int gpi_stat2 = adp5588_read(kpa
[all...]

Completed in 13 milliseconds