Lines Matching defs:table
367 const struct apple_key_translation *table)
371 for (trans = table; trans->from; trans++)
376 const struct apple_key_translation *table, u16 from)
381 for (trans = table; trans->from; trans++)
401 const struct apple_key_translation *trans, *table;
457 table = magic_keyboard_alu_fn_keys;
460 table = magic_keyboard_2015_fn_keys;
464 table = apple2021_fn_keys;
468 table = macbookpro_no_esc_fn_keys;
472 table = macbookpro_dedicated_esc_fn_keys;
475 table = apple_fn_keys;
478 table = macbookair_fn_keys;
480 table = powerbook_fn_keys;
482 table = apple_fn_keys;
484 trans = apple_find_translation(table, code);