Searched refs:adp5588_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/keyboard/ |
H A D | adp5588-keys.c | 202 static int adp5588_read(struct i2c_client *client, u8 reg) in adp5588_read() function 229 val = adp5588_read(kpad->client, GPIO_DAT_STAT1 + bank); in adp5588_gpio_get_value() 463 kpad->dat_out[i] = adp5588_read(kpad->client, in adp5588_gpio_add() 465 kpad->dir[i] = adp5588_read(kpad->client, GPIO_DIR1 + i); in adp5588_gpio_add() 466 kpad->pull_dis[i] = adp5588_read(kpad->client, GPIO_PULL1 + i); in adp5588_gpio_add() 529 int key = adp5588_read(kpad->client, KEY_EVENTA + i); in adp5588_report_events() 581 status = adp5588_read(client, INT_STAT); in adp5588_thread_irq() 587 ev_cnt = adp5588_read(client, KEY_LCK_EC_STAT) & ADP5588_KEC; in adp5588_thread_irq() 629 ret = adp5588_read(client, KEY_EVENTA); in adp5588_setup() 760 ret = adp5588_read(client, DEV_ID); in adp5588_probe()
|