Searched refs:adp5588_write (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.c97 static int adp5588_write(struct i2c_client *client, u8 reg, u8 val) function
126 adp5588_write(kpad->client, GPIO_DAT_OUT1 + bank,
142 ret = adp5588_write(kpad->client, GPIO_DIR1 + bank, kpad->dir[bank]);
166 ret = adp5588_write(kpad->client, GPIO_DAT_OUT1 + bank,
168 ret |= adp5588_write(kpad->client, GPIO_DIR1 + bank,
331 adp5588_write(client, INT_STAT, status); /* Status is W1C */
356 ret = adp5588_write(client, KP_GPIO1, KP_SEL(pdata->rows));
357 ret |= adp5588_write(client, KP_GPIO2, KP_SEL(pdata->cols) & 0xFF);
358 ret |= adp5588_write(client, KP_GPIO3, KP_SEL(pdata->cols) >> 8);
361 ret |= adp5588_write(clien
[all...]

Completed in 66 milliseconds