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

/drivers/gpio/
H A Dgpio-adp5588.c33 struct mutex lock; /* protect cached dir, dat_out */
38 uint8_t dat_out[3]; member in struct:adp5588_gpio
77 val = dev->dat_out[bank];
98 dev->dat_out[bank] |= bit;
100 dev->dat_out[bank] &= ~bit;
103 dev->dat_out[bank]);
139 dev->dat_out[bank] |= bit;
141 dev->dat_out[bank] &= ~bit;
144 dev->dat_out[bank]);
409 dev->dat_out[
[all...]
/drivers/input/keyboard/
H A Dadp5588-keys.c52 struct mutex gpio_lock; /* Protect cached dir, dat_out */
53 u8 dat_out[3]; member in struct:adp5588_kpad
84 val = kpad->dat_out[bank];
103 kpad->dat_out[bank] |= bit;
105 kpad->dat_out[bank] &= ~bit;
108 kpad->dat_out[bank]);
143 kpad->dat_out[bank] |= bit;
145 kpad->dat_out[bank] &= ~bit;
148 kpad->dat_out[bank]);
220 kpad->dat_out[
[all...]
H A Dadp5589-keys.c243 struct mutex gpio_lock; /* Protect cached dir, dat_out */
244 u8 dat_out[3]; member in struct:adp5589_kpad
409 kpad->dat_out[bank] |= bit;
411 kpad->dat_out[bank] &= ~bit;
414 bank, kpad->dat_out[bank]);
451 kpad->dat_out[bank] |= bit;
453 kpad->dat_out[bank] &= ~bit;
456 + bank, kpad->dat_out[bank]);
535 kpad->dat_out[i] = adp5589_read(kpad->client, kpad->var->reg(

Completed in 58 milliseconds