Searched refs:adp5588_read (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/input/keyboard/ |
| H A D | adp5588-keys.c | 203 static int adp5588_read(struct i2c_client *client, u8 reg) in adp5588_read() function 230 val = adp5588_read(kpad->client, GPIO_DAT_STAT1 + bank); in adp5588_gpio_get_value() 457 kpad->dat_out[i] = adp5588_read(kpad->client, in adp5588_gpio_add() 459 kpad->dir[i] = adp5588_read(kpad->client, GPIO_DIR1 + i); in adp5588_gpio_add() 460 kpad->pull_dis[i] = adp5588_read(kpad->client, GPIO_PULL1 + i); in adp5588_gpio_add() 523 int key = adp5588_read(kpad->client, KEY_EVENTA + i); in adp5588_report_events() 575 status = adp5588_read(client, INT_STAT); in adp5588_thread_irq() 581 ev_cnt = adp5588_read(client, KEY_LCK_EC_STAT) & ADP5588_KEC; in adp5588_thread_irq() 623 ret = adp5588_read(client, KEY_EVENTA); in adp5588_setup() 766 ret = adp5588_read(client, DEV_ID); in adp5588_probe()
|