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.c375 static const struct apple_key_translation *apple_find_translation( in apple_find_translation() function
413 trans = apple_find_translation(swapped_fn_leftctrl_keys, code); in hidinput_apple_event()
421 trans = apple_find_translation(apple_iso_keyboard, code); in hidinput_apple_event()
429 trans = apple_find_translation(swapped_option_cmd_left_keys, code); in hidinput_apple_event()
431 trans = apple_find_translation(swapped_option_cmd_keys, code); in hidinput_apple_event()
438 trans = apple_find_translation(swapped_ctrl_cmd_keys, code); in hidinput_apple_event()
484 trans = apple_find_translation(table, code); in hidinput_apple_event()
520 trans = apple_find_translation(powerbook_numlock_keys, code); in hidinput_apple_event()