Home
last modified time | relevance | path

Searched refs:key_entry (Results 1 – 25 of 34) sorted by relevance

12

/linux/drivers/input/
A Dsparse-keymap.c23 const struct key_entry *k) in sparse_keymap_get_key_index()
25 struct key_entry *key; in sparse_keymap_get_key_index()
42 struct key_entry *key; in sparse_keymap_entry_by_index()
64 struct key_entry *key; in sparse_keymap_entry_from_scancode()
85 struct key_entry *key; in sparse_keymap_entry_from_keycode()
98 struct key_entry *key; in sparse_keymap_locate()
114 const struct key_entry *key; in sparse_keymap_getkeycode()
136 struct key_entry *key; in sparse_keymap_setkeycode()
171 const struct key_entry *e; in sparse_keymap_setup()
276 const struct key_entry *ke = in sparse_keymap_report_event()
[all …]
/linux/include/linux/input/
A Dsparse-keymap.h33 struct key_entry { struct
45 struct key_entry *sparse_keymap_entry_from_scancode(struct input_dev *dev, argument
47 struct key_entry *sparse_keymap_entry_from_keycode(struct input_dev *dev,
50 const struct key_entry *keymap,
51 int (*setup)(struct input_dev *, struct key_entry *));
53 void sparse_keymap_report_entry(struct input_dev *dev, const struct key_entry *ke,
/linux/drivers/input/misc/
A Dwistron_btns.c223 static struct key_entry *keymap; /* = NULL; Current key map */
230 const struct key_entry *key; in dmi_matched()
244 static struct key_entry keymap_empty[] __initdata = {
278 static struct key_entry keymap_fujitsu_n3510[] __initdata = {
512 static struct key_entry keymap_aopen_1559as[] __initdata = {
602 static struct key_entry keymap_aopen_1557[] __initdata = {
616 static struct key_entry keymap_prestigio[] __initdata = {
986 const struct key_entry *key; in copy_keymap()
987 struct key_entry *new_keymap; in copy_keymap()
1116 const struct key_entry *key = in handle_key()
[all …]
/linux/drivers/platform/x86/dell/
A Ddell-wmi-base.c80 static const struct key_entry dell_wmi_keymap_type_0000[] = {
203 struct key_entry *keymap;
256 static const struct key_entry dell_wmi_keymap_type_0010[] = {
330 static const struct key_entry dell_wmi_keymap_type_0011[] = {
364 static const struct key_entry dell_wmi_keymap_type_0012[] = {
407 const struct key_entry *key; in dell_wmi_process_key()
552 struct key_entry *keymap; in handle_dmi_entry()
577 keymap = kcalloc(hotkey_num, sizeof(struct key_entry), GFP_KERNEL); in handle_dmi_entry()
622 struct key_entry *keymap; in dell_wmi_input_setup()
653 sizeof(struct key_entry), GFP_KERNEL); in dell_wmi_input_setup()
[all …]
A Ddell-wmi-privacy.c60 static const struct key_entry dell_wmi_keymap_type_0012[] = {
98 const struct key_entry *key; in dell_privacy_process_event()
297 struct key_entry *keymap; in dell_privacy_wmi_probe()
318 sizeof(struct key_entry), GFP_KERNEL); in dell_privacy_wmi_probe()
A Ddell-wmi-aio.c40 static const struct key_entry dell_wmi_aio_keymap[] = {
/linux/drivers/platform/x86/
A Dasus-wmi.h25 struct key_entry;
67 const struct key_entry *keymap;
A Dmsi-wmi.c50 static struct key_entry msi_wmi_keymap[] = {
175 struct key_entry *key; in msi_wmi_notify()
A Dtoshiba-wmi.c29 static const struct key_entry toshiba_wmi_keymap[] __initconst = {
A Dfujitsu-laptop.c444 static const struct key_entry keymap_backlight[] = {
558 static const struct key_entry keymap_default[] = {
571 static const struct key_entry keymap_s64x0[] = {
579 static const struct key_entry keymap_p8010[] = {
587 static const struct key_entry *keymap = keymap_default;
A Dlenovo-ymc.c45 static const struct key_entry lenovo_ymc_keymap[] = {
A Deeepc-wmi.c52 static const struct key_entry eeepc_wmi_keymap[] = {
A Dquickstart.c56 static const struct key_entry quickstart_keymap[] = {
A Dtopstar-laptop.c106 static const struct key_entry topstar_keymap[] = {
A Dlg-laptop.c100 static const struct key_entry wmi_keymap[] = {
218 struct key_entry *key; in wmi_notify()
A Dhuawei-wmi.c74 static const struct key_entry huawei_wmi_keymap[] = {
700 const struct key_entry *key; in huawei_wmi_process_key()
A Dasus-nb-wmi.c553 static const struct key_entry asus_nb_wmi_keymap[] = {
/linux/drivers/net/wireless/ralink/rt2x00/
A Drt73usb.c260 struct hw_key_entry key_entry; in rt73usb_config_shared_key() local
289 memcpy(key_entry.key, crypto->key, in rt73usb_config_shared_key()
290 sizeof(key_entry.key)); in rt73usb_config_shared_key()
292 sizeof(key_entry.tx_mic)); in rt73usb_config_shared_key()
294 sizeof(key_entry.rx_mic)); in rt73usb_config_shared_key()
298 &key_entry, sizeof(key_entry)); in rt73usb_config_shared_key()
358 struct hw_key_entry key_entry; in rt73usb_config_pairwise_key() local
386 sizeof(key_entry.key)); in rt73usb_config_pairwise_key()
388 sizeof(key_entry.tx_mic)); in rt73usb_config_pairwise_key()
390 sizeof(key_entry.rx_mic)); in rt73usb_config_pairwise_key()
[all …]
A Drt61pci.c326 struct hw_key_entry key_entry; in rt61pci_config_pairwise_key() local
353 memcpy(key_entry.key, crypto->key, in rt61pci_config_pairwise_key()
354 sizeof(key_entry.key)); in rt61pci_config_pairwise_key()
355 memcpy(key_entry.tx_mic, crypto->tx_mic, in rt61pci_config_pairwise_key()
356 sizeof(key_entry.tx_mic)); in rt61pci_config_pairwise_key()
357 memcpy(key_entry.rx_mic, crypto->rx_mic, in rt61pci_config_pairwise_key()
358 sizeof(key_entry.rx_mic)); in rt61pci_config_pairwise_key()
366 &key_entry, sizeof(key_entry)); in rt61pci_config_pairwise_key()
A Drt2800lib.c1765 struct hw_key_entry key_entry; in rt2800_config_shared_key() local
1773 memcpy(key_entry.key, crypto->key, in rt2800_config_shared_key()
1774 sizeof(key_entry.key)); in rt2800_config_shared_key()
1776 sizeof(key_entry.tx_mic)); in rt2800_config_shared_key()
1778 sizeof(key_entry.rx_mic)); in rt2800_config_shared_key()
1782 &key_entry, sizeof(key_entry)); in rt2800_config_shared_key()
1818 struct hw_key_entry key_entry; in rt2800_config_pairwise_key() local
1831 sizeof(key_entry.key)); in rt2800_config_pairwise_key()
1833 sizeof(key_entry.tx_mic)); in rt2800_config_pairwise_key()
1835 sizeof(key_entry.rx_mic)); in rt2800_config_pairwise_key()
[all …]
/linux/drivers/platform/x86/intel/
A Dvbtn.c40 static const struct key_entry intel_vbtn_keymap[] = {
54 static const struct key_entry intel_vbtn_switchmap[] = {
156 const struct key_entry *ke, *ke_rel; in notify_handler()
A Dhid.c61 static const struct key_entry intel_hid_keymap[] = {
85 static const struct key_entry intel_array_keymap[] = {
509 struct key_entry *ke; in notify_handler()
/linux/drivers/platform/loongarch/
A Dloongson-laptop.c57 static struct key_entry hotkey_keycode_map[GENERIC_HOTKEY_MAP_MAX];
199 struct key_entry ke; in loongson_hotkey_resume()
473 struct key_entry *ke = NULL; in event_notify()
/linux/net/mac802154/
A Dllsec.c557 struct ieee802154_llsec_key_entry *key_entry; in llsec_lookup_key() local
570 list_for_each_entry_rcu(key_entry, &sec->table.keys, list) { in llsec_lookup_key()
571 const struct ieee802154_llsec_key_id *id = &key_entry->id; in llsec_lookup_key()
573 if (!(key_entry->key->frame_types & BIT(hdr->fc.type))) in llsec_lookup_key()
598 key = container_of(key_entry->key, struct mac802154_llsec_key, key); in llsec_lookup_key()
600 *key_id = key_entry->id; in llsec_lookup_key()
/linux/drivers/input/joystick/
A Dadafruit-seesaw.c76 static const struct key_entry seesaw_buttons_new[] = {

Completed in 85 milliseconds

12