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