Searched defs:cros_ec_keyb (Results 1 – 1 of 1) sorted by relevance
49 struct cros_ec_keyb { struct50 unsigned int rows;51 unsigned int cols;52 int row_shift;53 const struct matrix_keymap_data *keymap_data;54 bool ghost_filter;55 uint8_t *valid_keys;56 uint8_t *old_kb_state;58 struct device *dev;59 struct cros_ec_device *ec;[all …]