Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/input/
H A Dkey_matrix.c33 if (!config->ghost_filter || valid < 3) in has_ghosting()
180 int ghost_filter) in key_matrix_init() argument
186 config->ghost_filter = ghost_filter; in key_matrix_init()
H A Dcros_ec_keyb.c31 int ghost_filter; /* 1 to enable ghost filter, else 0 */ member
179 config->ghost_filter = dev_read_bool(dev, "google,needs-ghost-filter"); in cros_ec_keyb_decode_fdt()
199 priv->ghost_filter); in cros_ec_kbd_probe()
/OK3568_Linux_fs/u-boot/include/
H A Dkey_matrix.h28 int ghost_filter; /* non-zero to enable ghost filter */ member
84 int ghost_filter);
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dcros_ec_keyb.c49 bool ghost_filter; member
164 if (ckdev->ghost_filter && cros_ec_keyb_has_ghosting(ckdev, kb_state)) { in cros_ec_keyb_process()
563 ckdev->ghost_filter = of_property_read_bool(dev->of_node, in cros_ec_keyb_register_matrix()