Lines Matching full:keyboard
2 // ChromeOS EC keyboard driver
7 // communicating the keyboard state (which keys are pressed) from a keyboard EC
33 * struct cros_ec_keyb - Structure representing EC keyboard device
49 * @num_function_row_keys: The number of top row keys in a custom keyboard
161 * Compares the new keyboard state to the old one and produces key
162 * press/release events accordingly. The keyboard state is 13 bytes (one byte
211 * @ckdev: The keyboard device.
390 * @ckdev: The keyboard device
413 * cros_ec_keyb_resume - Resume the keyboard
417 * @dev: The keyboard device
434 * Handles all the bits of the keyboard driver related to non-matrix buttons
441 * @ckdev: The keyboard device
525 * Handles all the bits of the keyboard driver related to matrix keys.
527 * @ckdev: The keyboard device
557 * We call the keyboard matrix 'input0'. Allocate phys before input in cros_ec_keyb_register_matrix()
744 MODULE_DESCRIPTION("ChromeOS EC keyboard driver");