Searched defs:cros_ec_keyb (Results 1 – 1 of 1) sorted by relevance
44 struct cros_ec_keyb { struct45 unsigned int rows;46 unsigned int cols;47 int row_shift;48 const struct matrix_keymap_data *keymap_data;49 bool ghost_filter;50 uint8_t *valid_keys;51 uint8_t *old_kb_state;53 struct device *dev;54 struct cros_ec_device *ec;[all …]