Lines Matching full:keyboard
3 * Chromium OS Matrix Keyboard
13 #include <keyboard.h>
26 int key_rows; /* Number of keyboard rows */
27 int key_cols; /* Number of keyboard columns */
33 * Check the keyboard controller and return a list of key matrix positions
36 * @param dev Keyboard device
54 debug("%s: keyboard scan failed\n", __func__); in check_for_keys()
88 * Check the keyboard, and send any keys that are pressed.
153 * Decode MBKP keyboard details from the device tree
164 * Get keyboard rows and columns - at present we are limited to in cros_ec_keyb_decode_fdt()
206 debug("%s: Matrix keyboard %dx%d ready\n", __func__, priv->key_rows, in cros_ec_kbd_probe()