Lines Matching defs:cros_ec_keyb
44 struct cros_ec_keyb { struct
45 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;
79 /* cros_ec_keyb_bs - Map EC button/switch #defines into kernel ones */ argument