Home
last modified time | relevance | path

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

/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()
/openbmc/u-boot/include/
H A Dkey_matrix.h27 int ghost_filter; /* non-zero to enable ghost filter */ member
83 int ghost_filter);
/openbmc/linux/drivers/input/keyboard/
H A Dcros_ec_keyb.c54 bool ghost_filter; member
185 if (ckdev->ghost_filter && cros_ec_keyb_has_ghosting(ckdev, kb_state)) { in cros_ec_keyb_process()
631 ckdev->ghost_filter = device_property_read_bool(dev, in cros_ec_keyb_register_matrix()