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

/drivers/input/keyboard/
H A Dadp5588-keys.c69 static int adp5588_write(struct i2c_client *client, u8 reg, u8 val) function
98 adp5588_write(kpad->client, GPIO_DAT_OUT1 + bank,
114 ret = adp5588_write(kpad->client, GPIO_DIR1 + bank, kpad->dir[bank]);
138 ret = adp5588_write(kpad->client, GPIO_DAT_OUT1 + bank,
140 ret |= adp5588_write(kpad->client, GPIO_DIR1 + bank,
303 adp5588_write(client, INT_STAT, status); /* Status is W1C */
328 ret = adp5588_write(client, KP_GPIO1, KP_SEL(pdata->rows));
329 ret |= adp5588_write(client, KP_GPIO2, KP_SEL(pdata->cols) & 0xFF);
330 ret |= adp5588_write(client, KP_GPIO3, KP_SEL(pdata->cols) >> 8);
333 ret |= adp5588_write(clien
[all...]

Completed in 10 milliseconds