Home
last modified time | relevance | path

Searched refs:key_state (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/input/keyboard/
Domap4-keypad.c84 unsigned char key_state[8]; member
133 unsigned char key_state[ARRAY_SIZE(keypad_data->key_state)]; in omap4_keypad_irq_thread_fn() local
135 u32 *new_state = (u32 *) key_state; in omap4_keypad_irq_thread_fn()
141 changed = key_state[row] ^ keypad_data->key_state[row]; in omap4_keypad_irq_thread_fn()
152 key_state[row] & (1 << col)); in omap4_keypad_irq_thread_fn()
159 memcpy(keypad_data->key_state, key_state, in omap4_keypad_irq_thread_fn()
160 sizeof(keypad_data->key_state)); in omap4_keypad_irq_thread_fn()
Dtwl4030_keypad.c189 static bool twl4030_is_in_ghost_state(struct twl4030_keypad *kp, u16 *key_state) in twl4030_is_in_ghost_state() argument
195 u16 col = key_state[i]; in twl4030_is_in_ghost_state()
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2200.h616 u8 key_state; member
Dipw2200.c4904 x->key_state, x->security_type, in ipw_rx_notification()