Searched +full:function +full:- +full:row +full:- +full:phsymap (Results 1 – 2 of 2) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.03 * Helpers for ChromeOS Vivaldi keyboard function row mapping9 #include <linux/input/vivaldi-fmap.h>15 * vivaldi_function_row_physmap_show - Print vivaldi function row physmap attribute16 * @data: The vivaldi function row map17 * @buf: Buffer to print the function row phsymap to24 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 …]
1 # 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/switches25 const: google,cros-ec-keyb-switches26 - description: ChromeOS EC with keyboard and possibly buttons/switches27 const: google,cros-ec-keyb[all …]