Home
last modified time | relevance | path

Searched refs:key_in_same_row (Results 1 – 1 of 1) 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()