Symbol: apple_key_translation
drivers/hid/hid-apple.c
129
static const struct apple_key_translation magic_keyboard_alu_fn_keys[] = {
drivers/hid/hid-apple.c
150
static const struct apple_key_translation magic_keyboard_2015_fn_keys[] = {
drivers/hid/hid-apple.c
170
static const struct apple_key_translation magic_keyboard_2021_and_2024_fn_keys[] = {
drivers/hid/hid-apple.c
192
static const struct apple_key_translation macbookair_fn_keys[] = {
drivers/hid/hid-apple.c
213
static const struct apple_key_translation macbookpro_no_esc_fn_keys[] = {
drivers/hid/hid-apple.c
236
static const struct apple_key_translation macbookpro_dedicated_esc_fn_keys[] = {
drivers/hid/hid-apple.c
258
static const struct apple_key_translation apple_fn_keys[] = {
drivers/hid/hid-apple.c
280
static const struct apple_key_translation powerbook_fn_keys[] = {
drivers/hid/hid-apple.c
299
static const struct apple_key_translation powerbook_numlock_keys[] = {
drivers/hid/hid-apple.c
322
static const struct apple_key_translation apple_iso_keyboard[] = {
drivers/hid/hid-apple.c
328
static const struct apple_key_translation swapped_option_cmd_keys[] = {
drivers/hid/hid-apple.c
336
static const struct apple_key_translation swapped_option_cmd_left_keys[] = {
drivers/hid/hid-apple.c
342
static const struct apple_key_translation swapped_ctrl_cmd_keys[] = {
drivers/hid/hid-apple.c
350
static const struct apple_key_translation swapped_fn_leftctrl_keys[] = {
drivers/hid/hid-apple.c
394
const struct apple_key_translation *table)
drivers/hid/hid-apple.c
396
const struct apple_key_translation *trans;
drivers/hid/hid-apple.c
402
static const struct apple_key_translation *apple_find_translation(
drivers/hid/hid-apple.c
403
const struct apple_key_translation *table, u16 from)
drivers/hid/hid-apple.c
405
const struct apple_key_translation *trans;
drivers/hid/hid-apple.c
428
const struct apple_key_translation *trans, *table;