Home
last modified time | relevance | path

Searched defs:cros_ec_keyb (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/input/keyboard/
H A Dcros_ec_keyb.c49 struct cros_ec_keyb { struct
50 unsigned int rows;
51 unsigned int cols;
52 int row_shift;
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;
61 struct input_dev *idev;
[all …]