__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _VIVALDI_FMAP_H
#define _VIVALDI_FMAP_H
#include <linux/types.h>
#define VIVALDI_MAX_FUNCTION_ROW_KEYS 24
/**
* struct vivaldi_data - Function row map data for ChromeOS Vivaldi keyboards
* @function_row_physmap: An array of scancodes or their equivalent (HID usage
* codes, encoded rows/columns, etc) for the top
* row function keys, in an order from left to right
* @num_function_row_keys: The number of top row keys in a custom keyboard
*
* This structure is supposed to be used by ChromeOS keyboards using
* the Vivaldi keyboard function row design.
*/
struct vivaldi_data {
u32 function_row_physmap[VIVALDI_MAX_FUNCTION_ROW_KEYS];
unsigned int num_function_row_keys;
};
ssize_t vivaldi_function_row_physmap_show(const struct vivaldi_data *data,
char *buf);
#endif /* _VIVALDI_FMAP_H */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ad714x.h | File | 1.34 KB | 0644 |
|
| adp5589.h | File | 5.46 KB | 0644 |
|
| adxl34x.h | File | 11.31 KB | 0644 |
|
| as5011.h | File | 372 B | 0644 |
|
| cma3000.h | File | 1.03 KB | 0644 |
|
| elan-i2c-ids.h | File | 1.87 KB | 0644 |
|
| kxtj9.h | File | 1.14 KB | 0644 |
|
| lm8333.h | File | 674 B | 0644 |
|
| matrix_keypad.h | File | 1.33 KB | 0644 |
|
| mt.h | File | 3.4 KB | 0644 |
|
| samsung-keypad.h | File | 1.09 KB | 0644 |
|
| sh_keysc.h | File | 431 B | 0644 |
|
| sparse-keymap.h | File | 1.98 KB | 0644 |
|
| touchscreen.h | File | 763 B | 0644 |
|
| tps6507x-ts.h | File | 535 B | 0644 |
|
| vivaldi-fmap.h | File | 906 B | 0644 |
|