Home
last modified time | relevance | path

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

/linux/drivers/input/keyboard/
H A Dcros_ec_keyb.c48 struct cros_ec_keyb { struct
49 unsigned int rows;
50 unsigned int cols;
51 int row_shift;
52 bool ghost_filter;
53 uint8_t *valid_keys;
54 uint8_t *old_kb_state;
56 struct device *dev;
57 struct cros_ec_device *ec;
59 struct input_dev *idev;
[all …]