Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dkey_matrix.h27 int ghost_filter; /* non-zero to enable ghost filter */ member
83 int ghost_filter);
/openbmc/u-boot/drivers/input/
H A Dkey_matrix.c32 if (!config->ghost_filter || valid < 3) in has_ghosting()
179 int ghost_filter) in key_matrix_init() argument
185 config->ghost_filter = ghost_filter; in key_matrix_init()
H A Dcros_ec_keyb.c28 int ghost_filter; /* 1 to enable ghost filter, else 0 */ member
176 config->ghost_filter = dev_read_bool(dev, "google,needs-ghost-filter"); in cros_ec_keyb_decode_fdt()
196 priv->ghost_filter); in cros_ec_kbd_probe()