Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/input/
H A Dkey_matrix.c29 int key_in_same_col = 0, key_in_same_row = 0; in has_ghosting() local
44 key_in_same_row = 1; in has_ghosting()
48 if (key_in_same_col && key_in_same_row) in has_ghosting()
/openbmc/linux/drivers/input/keyboard/
H A Dtegra-kbc.c151 bool key_in_same_row = false; in tegra_kbc_report_keys() local
199 key_in_same_row = true; in tegra_kbc_report_keys()
216 if (key_in_same_col && key_in_same_row) in tegra_kbc_report_keys()