Home
last modified time | relevance | path

Searched +full:function +full:- +full:row +full:- +full:phsymap (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/input/
Dvivaldi-fmap.c1 // SPDX-License-Identifier: GPL-2.0
3 * Helpers for ChromeOS Vivaldi keyboard function row mapping
9 #include <linux/input/vivaldi-fmap.h>
15 * vivaldi_function_row_physmap_show - Print vivaldi function row physmap attribute
16 * @data: The vivaldi function row map
17 * @buf: Buffer to print the function row phsymap to
24 const u32 *physmap = data->function_row_physmap; in vivaldi_function_row_physmap_show()
26 if (!data->num_function_row_keys) in vivaldi_function_row_physmap_show()
29 for (i = 0; i < data->num_function_row_keys; i++) in vivaldi_function_row_physmap_show()
30 size += scnprintf(buf + size, PAGE_SIZE - size, in vivaldi_function_row_physmap_show()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/input/
Dgoogle,cros-ec-keyb.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $id: http://devicetree.org/schemas/input/google,cros-ec-keyb.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Simon Glass <sjg@chromium.org>
12 - Benson Leung <bleung@chromium.org>
24 - description: ChromeOS EC with only buttons/switches
25 const: google,cros-ec-keyb-switches
26 - description: ChromeOS EC with keyboard and possibly buttons/switches
27 const: google,cros-ec-keyb
[all …]