Lines Matching +full:fn +full:- +full:keymap
1 /* SPDX-License-Identifier: GPL-2.0+ */
22 * exist but fn may be NULL in which case it is not decoded.
25 const u8 *fn_keycode; /* ...when Fn held down */
26 int fn_pos; /* position of Fn key in key (or -1) */
27 int ghost_filter; /* non-zero to enable ghost filter */
44 * The plain keymap is used, unless the Fn key is detected along the way,
45 * at which point we switch to the Fn key map.
62 * Decode properties of named "linux,<type>keymap" where <type> is either
63 * empty, or "fn-". Then set up the plain key map (and the FN keymap if
69 * @return 0 if ok, -1 on error
79 * @param ghost_filter Non-zero to enable ghost filtering
80 * @return 0 if ok, -1 on error