Searched refs:dat_out (Results 1 - 2 of 2) 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.c27 struct mutex lock; /* protect cached dir, dat_out */
29 uint8_t dat_out[3]; member in struct:adp5588_gpio
74 dev->dat_out[bank] |= bit;
76 dev->dat_out[bank] &= ~bit;
79 dev->dat_out[bank]);
115 dev->dat_out[bank] |= bit;
117 dev->dat_out[bank] &= ~bit;
120 dev->dat_out[bank]);
177 dev->dat_out[i] = adp5588_gpio_read(client, GPIO_DAT_OUT1 + i);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dadp5588-keys.c81 struct mutex gpio_lock; /* Protect cached dir, dat_out */
82 u8 dat_out[3]; member in struct:adp5588_kpad
122 kpad->dat_out[bank] |= bit;
124 kpad->dat_out[bank] &= ~bit;
127 kpad->dat_out[bank]);
162 kpad->dat_out[bank] |= bit;
164 kpad->dat_out[bank] &= ~bit;
167 kpad->dat_out[bank]);
238 kpad->dat_out[i] = adp5588_read(kpad->client,

Completed in 114 milliseconds