Searched refs:modifiers (Results 1 - 5 of 5) sorted by relevance

/u-boot/include/
H A Dinput.h30 /* keycode of the modifiers which select this table, -1 if none */
42 /* Which modifiers are active (1 bit for each MOD_... value) */
43 uchar modifiers; member in struct:input_config
/u-boot/drivers/input/
H A Dapple_spi_kbd.c65 u8 modifiers; member in struct:apple_spi_kbd_report
107 u8 new = priv->new.modifiers;
108 u8 old = priv->old.modifiers;
H A Dinput.c268 /* Start with the main table, and see what modifiers change it */
478 /* deal with modifiers first */
534 config->modifiers = 0;
/u-boot/test/dm/
H A Dusb.c21 const char modifiers; member in struct:keyboard_test_data
189 * * modifiers for non-alpha-numeric keys, e.g. <SHIFT><TAB> and <ALT><F4>
191 * * some modifiers, e.g. <ALT> and <META>
445 scancodes[0] = pos->modifiers;
/u-boot/scripts/
H A Dkernel-doc79 Output selection modifiers:

Completed in 106 milliseconds