Home
last modified time | relevance | path

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

/drivers/input/keyboard/
A Dcros_ec_keyb.c176 uint8_t *kb_state, int len) in cros_ec_keyb_process() argument
183 if (ckdev->ghost_filter && cros_ec_keyb_has_ghosting(ckdev, kb_state)) { in cros_ec_keyb_process()
198 new_state = kb_state[col] & (1 << row); in cros_ec_keyb_process()
210 ckdev->old_kb_state[col] = kb_state[col]; in cros_ec_keyb_process()

Completed in 4 milliseconds