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

/linux-master/drivers/input/keyboard/
H A Dapplespi.c114 * struct keyboard_protocol - keyboard message.
125 struct keyboard_protocol { struct
307 struct keyboard_protocol keyboard;
457 * struct keyboard_protocol.modifiers .
1129 applespi_remap_fn_key(struct keyboard_protocol *keyboard_protocol) argument
1138 tmp = keyboard_protocol->fn_pressed;
1139 keyboard_protocol->fn_pressed = !!(keyboard_protocol->modifiers & bit);
1141 keyboard_protocol
1147 applespi_handle_keyboard_event(struct applespi_data *applespi, struct keyboard_protocol *keyboard_protocol) argument
[all...]

Completed in 98 milliseconds