Home
last modified time | relevance | path

Searched refs:keyboard_protocol (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/input/keyboard/
H A Dapplespi.c125 struct keyboard_protocol { struct
307 struct keyboard_protocol keyboard;
1129 applespi_remap_fn_key(struct keyboard_protocol *keyboard_protocol) in applespi_remap_fn_key() argument
1138 tmp = keyboard_protocol->fn_pressed; in applespi_remap_fn_key()
1139 keyboard_protocol->fn_pressed = !!(keyboard_protocol->modifiers & bit); in applespi_remap_fn_key()
1141 keyboard_protocol->modifiers |= bit; in applespi_remap_fn_key()
1143 keyboard_protocol->modifiers &= ~bit; in applespi_remap_fn_key()
1148 struct keyboard_protocol *keyboard_protocol) in applespi_handle_keyboard_event() argument
1154 sizeof_field(struct keyboard_protocol, modifiers) * 8, in applespi_handle_keyboard_event()
1158 if (!memchr_inv(keyboard_protocol->keys_pressed, 1, MAX_ROLLOVER)) in applespi_handle_keyboard_event()
[all …]