Searched defs:cros_ec_keyb (Results 1 – 2 of 2) 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 …]
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 …]