Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-apple.c381 static const struct apple_key_translation *apple_find_translation( in apple_find_translation() function
419 trans = apple_find_translation(swapped_fn_leftctrl_keys, code); in hidinput_apple_event()
427 trans = apple_find_translation(apple_iso_keyboard, code); in hidinput_apple_event()
435 trans = apple_find_translation(swapped_option_cmd_left_keys, code); in hidinput_apple_event()
437 trans = apple_find_translation(swapped_option_cmd_keys, code); in hidinput_apple_event()
444 trans = apple_find_translation(swapped_ctrl_cmd_keys, code); in hidinput_apple_event()
491 trans = apple_find_translation(table, code); in hidinput_apple_event()
527 trans = apple_find_translation(powerbook_numlock_keys, code); in hidinput_apple_event()