Searched refs:key_state (Results 1 – 5 of 5) sorted by relevance
81 unsigned char key_state[8]; member126 unsigned char key_state[ARRAY_SIZE(keypad_data->key_state)]; in omap4_keypad_irq_thread_fn() local128 u32 *new_state = (u32 *) key_state; in omap4_keypad_irq_thread_fn()134 changed = key_state[row] ^ keypad_data->key_state[row]; in omap4_keypad_irq_thread_fn()145 key_state[row] & (1 << col)); in omap4_keypad_irq_thread_fn()152 memcpy(keypad_data->key_state, key_state, in omap4_keypad_irq_thread_fn()153 sizeof(keypad_data->key_state)); in omap4_keypad_irq_thread_fn()
177 static bool twl4030_is_in_ghost_state(struct twl4030_keypad *kp, u16 *key_state) in twl4030_is_in_ghost_state() argument183 u16 col = key_state[i]; in twl4030_is_in_ghost_state()
159 enum key_state { enum
602 u8 key_state; member
4879 x->key_state, x->security_type, in ipw_rx_notification()