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

/linux-master/drivers/input/keyboard/
H A Dadp5588-keys.c194 struct mutex gpio_lock; /* Protect cached dir, dat_out */
195 u8 dat_out[3]; member in struct:adp5588_kpad
227 val = kpad->dat_out[bank];
246 kpad->dat_out[bank] |= bit;
248 kpad->dat_out[bank] &= ~bit;
250 adp5588_write(kpad->client, GPIO_DAT_OUT1 + bank, kpad->dat_out[bank]);
320 kpad->dat_out[bank] |= bit;
322 kpad->dat_out[bank] &= ~bit;
325 kpad->dat_out[bank]);
463 kpad->dat_out[
[all...]
H A Dadp5589-keys.c244 struct mutex gpio_lock; /* Protect cached dir, dat_out */
245 u8 dat_out[3]; member in struct:adp5589_kpad
410 kpad->dat_out[bank] |= bit;
412 kpad->dat_out[bank] &= ~bit;
415 bank, kpad->dat_out[bank]);
452 kpad->dat_out[bank] |= bit;
454 kpad->dat_out[bank] &= ~bit;
457 + bank, kpad->dat_out[bank]);
533 kpad->dat_out[i] = adp5589_read(kpad->client, kpad->var->reg(

Completed in 112 milliseconds