Searched refs:adp5588_gpio_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/gpio/
H A Dadp5588-gpio.c33 static int adp5588_gpio_read(struct i2c_client *client, u8 reg) function
58 return !!(adp5588_gpio_read(dev->client, GPIO_DAT_STAT1 + ADP_BANK(off))
170 ret = adp5588_gpio_read(dev->client, DEV_ID);
177 dev->dat_out[i] = adp5588_gpio_read(client, GPIO_DAT_OUT1 + i);
178 dev->dir[i] = adp5588_gpio_read(client, GPIO_DIR1 + i);

Completed in 79 milliseconds