Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hid/
Dhid-apple.c373 static const struct apple_key_translation *apple_find_translation( in apple_find_translation() function
411 trans = apple_find_translation(swapped_fn_leftctrl_keys, code); in hidinput_apple_event()
419 trans = apple_find_translation(apple_iso_keyboard, code); in hidinput_apple_event()
427 trans = apple_find_translation(swapped_option_cmd_left_keys, code); in hidinput_apple_event()
429 trans = apple_find_translation(swapped_option_cmd_keys, code); in hidinput_apple_event()
436 trans = apple_find_translation(swapped_ctrl_cmd_keys, code); in hidinput_apple_event()
482 trans = apple_find_translation(table, code); in hidinput_apple_event()
518 trans = apple_find_translation(powerbook_numlock_keys, code); in hidinput_apple_event()