Searched refs:row_state (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/input/keyboard/
H A Dsamsung-keypad.c74 unsigned int row_state[SAMSUNG_MAX_COLS]; member in struct:samsung_keypad
88 unsigned int *row_state)
107 row_state[col] = ~val & ((1 << keypad->rows) - 1);
115 unsigned int *row_state)
125 changed = row_state[col] ^ keypad->row_state[col];
126 key_down |= row_state[col];
134 pressed = row_state[col] & (1 << row);
149 memcpy(keypad->row_state, row_state, sizeo
87 samsung_keypad_scan(struct samsung_keypad *keypad, unsigned int *row_state) argument
114 samsung_keypad_report(struct samsung_keypad *keypad, unsigned int *row_state) argument
157 unsigned int row_state[SAMSUNG_MAX_COLS]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Dos_pri.c971 byte row_state; local
1014 row_state = ((ret >> (dsp_row * 7)) & 0x7F);
1015 if (row_state && (row_state != 0x7F)) {
1017 if (!(row_state & (1 << dsp_index))) {

Completed in 45 milliseconds