Searched refs:ghost_filter (Results 1 - 3 of 3) sorted by path

/u-boot/drivers/input/
H A Dcros_ec_keyb.c29 int ghost_filter; /* 1 to enable ghost filter, else 0 */ member in struct:cros_ec_keyb_priv
197 config->ghost_filter = dev_read_bool(dev, "google,needs-ghost-filter");
217 priv->ghost_filter);
H A Dkey_matrix.c33 if (!config->ghost_filter || valid < 3)
180 int ghost_filter)
186 config->ghost_filter = ghost_filter;
179 key_matrix_init(struct key_matrix *config, int rows, int cols, int ghost_filter) argument
/u-boot/include/
H A Dkey_matrix.h26 int ghost_filter; /* non-zero to enable ghost filter */ member in struct:key_matrix
78 * @param ghost_filter Non-zero to enable ghost filtering
82 int ghost_filter);

Completed in 158 milliseconds