| /kernel/linux/linux-6.6/drivers/hid/ |
| D | hid-appleir.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 * Ported to recent 2.6 kernel versions by Greg Kroah-Hartman <gregkh@suse.de> 11 * Copyright (C) 2008 Greg Kroah-Hartman <greg@kroah.com> 21 #include "hid-ids.h" 34 * 25 87 ee 83 0c - 39 * 26 00 00 00 00 for key repeat 45 * 25 87 ee ca 0d - 50 * 26 00 00 00 00 for key repeat 53 * sent after a key is release, which I interpret 61 * 25 87 ee 47 0d - [all …]
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | hid-appleir.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 * Ported to recent 2.6 kernel versions by Greg Kroah-Hartman <gregkh@suse.de> 11 * Copyright (C) 2008 Greg Kroah-Hartman <greg@kroah.com> 21 #include "hid-ids.h" 34 * 25 87 ee 83 0c - 39 * 26 00 00 00 00 for key repeat 45 * 25 87 ee ca 0d - 50 * 26 00 00 00 00 for key repeat 53 * sent after a key is release, which I interpret 61 * 25 87 ee 47 0d - [all …]
|
| /kernel/linux/linux-5.10/kernel/sched/ |
| D | wait.c | 1 // SPDX-License-Identifier: GPL-2.0-only 9 …_init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key *key) in __init_waitqueue_head() argument 11 spin_lock_init(&wq_head->lock); in __init_waitqueue_head() 12 lockdep_set_class_and_name(&wq_head->lock, key, name); in __init_waitqueue_head() 13 INIT_LIST_HEAD(&wq_head->head); in __init_waitqueue_head() 22 wq_entry->flags &= ~WQ_FLAG_EXCLUSIVE; in add_wait_queue() 23 spin_lock_irqsave(&wq_head->lock, flags); in add_wait_queue() 25 spin_unlock_irqrestore(&wq_head->lock, flags); in add_wait_queue() 33 wq_entry->flags |= WQ_FLAG_EXCLUSIVE; in add_wait_queue_exclusive() 34 spin_lock_irqsave(&wq_head->lock, flags); in add_wait_queue_exclusive() [all …]
|
| /kernel/linux/linux-6.6/kernel/sched/ |
| D | wait.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 …_init_waitqueue_head(struct wait_queue_head *wq_head, const char *name, struct lock_class_key *key) in __init_waitqueue_head() argument 10 spin_lock_init(&wq_head->lock); in __init_waitqueue_head() 11 lockdep_set_class_and_name(&wq_head->lock, key, name); in __init_waitqueue_head() 12 INIT_LIST_HEAD(&wq_head->head); in __init_waitqueue_head() 21 wq_entry->flags &= ~WQ_FLAG_EXCLUSIVE; in add_wait_queue() 22 spin_lock_irqsave(&wq_head->lock, flags); in add_wait_queue() 24 spin_unlock_irqrestore(&wq_head->lock, flags); in add_wait_queue() 32 wq_entry->flags |= WQ_FLAG_EXCLUSIVE; in add_wait_queue_exclusive() 33 spin_lock_irqsave(&wq_head->lock, flags); in add_wait_queue_exclusive() [all …]
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | dns_resolver.rst | 1 .. SPDX-License-Identifier: GPL-2.0 9 - Overview. 10 - Compilation. 11 - Setting up. 12 - Usage. 13 - Mechanism. 14 - Debugging. 21 by way of requesting a key of key type dns_resolver. These queries are 22 upcalled to userspace through /sbin/request-key. 25 request-key. It is under development and does not yet provide the full feature [all …]
|
| D | openvswitch.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 flow-level packet processing on selected network devices. It can be 10 VLAN processing, network access control, flow-based network control, 22 extracting its flow key and looking it up in the flow table. If there 25 its processing, userspace will likely set up a flow to handle further 26 packets of the same type entirely in-kernel). 29 Flow key compatibility 30 ---------------------- 35 versions to parse additional protocols as part of the flow key. It 39 applications to work with any version of the flow key, past or future. [all …]
|
| D | fib_trie.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 LC-trie implementation notes 8 ---------- 10 An end node with data. This has a copy of the relevant key, along 16 indexed through a subset of the key. See Level Compression. 19 ------------------------ 21 The number of bits in the key segment used for indexing into the 22 child array - the "child index". See Level Compression. 25 The position (in the key) of the key segment used for indexing into 30 a segment of the key specified by the parent's "pos" and "bits" [all …]
|
| /kernel/linux/linux-6.6/Documentation/networking/ |
| D | dns_resolver.rst | 1 .. SPDX-License-Identifier: GPL-2.0 9 - Overview. 10 - Compilation. 11 - Setting up. 12 - Usage. 13 - Mechanism. 14 - Debugging. 21 by way of requesting a key of key type dns_resolver. These queries are 22 upcalled to userspace through /sbin/request-key. 25 request-key. It is under development and does not yet provide the full feature [all …]
|
| D | openvswitch.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 flow-level packet processing on selected network devices. It can be 10 VLAN processing, network access control, flow-based network control, 22 extracting its flow key and looking it up in the flow table. If there 25 its processing, userspace will likely set up a flow to handle further 26 packets of the same type entirely in-kernel). 29 Flow key compatibility 30 ---------------------- 35 versions to parse additional protocols as part of the flow key. It 39 applications to work with any version of the flow key, past or future. [all …]
|
| D | fib_trie.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 LC-trie implementation notes 8 ---------- 10 An end node with data. This has a copy of the relevant key, along 16 indexed through a subset of the key. See Level Compression. 19 ------------------------ 21 The number of bits in the key segment used for indexing into the 22 child array - the "child index". See Level Compression. 25 The position (in the key) of the key segment used for indexing into 30 a segment of the key specified by the parent's "pos" and "bits" [all …]
|
| /kernel/linux/linux-6.6/drivers/accessibility/speakup/ |
| D | DefaultKeyAssignments | 3 anything you want but that will take some familiarity with key 6 We have remapped the insert or zero key on the keypad to act as a 7 shift key. Well, actually as an altgr key. So in the following list 8 InsKeyPad-period means hold down the insert key like a shift key and 11 KeyPad-8 Say current Line 12 InsKeyPad-8 say from top of screen to reading cursor. 13 KeyPad-7 Say Previous Line (UP one line) 14 KeyPad-9 Say Next Line (down one line) 15 KeyPad-5 Say Current Word 16 InsKeyPad-5 Spell Current Word [all …]
|
| /kernel/linux/linux-5.10/drivers/accessibility/speakup/ |
| D | DefaultKeyAssignments | 3 anything you want but that will take some familiarity with key 6 We have remapped the insert or zero key on the keypad to act as a 7 shift key. Well, actually as an altgr key. So in the following list 8 InsKeyPad-period means hold down the insert key like a shift key and 11 KeyPad-8 Say current Line 12 InsKeyPad-8 say from top of screen to reading cursor. 13 KeyPad-7 Say Previous Line (UP one line) 14 KeyPad-9 Say Next Line (down one line) 15 KeyPad-5 Say Current Word 16 InsKeyPad-5 Spell Current Word [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/ |
| D | scsi_devinfo.c | 1 // SPDX-License-Identifier: GPL-2.0 33 int key; /* unique numeric identifier */ member 43 * settings that differ from the default, includes black-listed (broken) 59 * others will lock up. 61 {"Aashima", "IMAGERY 2400SP", "1.03", BLIST_NOLUN}, /* locks up */ 62 {"CHINON", "CD-ROM CDS-431", "H42", BLIST_NOLUN}, /* locks up */ 63 {"CHINON", "CD-ROM CDS-535", "Q14", BLIST_NOLUN}, /* locks up */ 64 {"DENON", "DRD-25X", "V", BLIST_NOLUN}, /* locks up */ 67 {"IBM", "2104-DU3", NULL, BLIST_NOLUN}, /* locks up */ 68 {"IBM", "2104-TU3", NULL, BLIST_NOLUN}, /* locks up */ [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/ |
| D | scsi_devinfo.c | 1 // SPDX-License-Identifier: GPL-2.0 33 int key; /* unique numeric identifier */ member 43 * settings that differ from the default, includes black-listed (broken) 59 * others will lock up. 61 {"Aashima", "IMAGERY 2400SP", "1.03", BLIST_NOLUN}, /* locks up */ 62 {"CHINON", "CD-ROM CDS-431", "H42", BLIST_NOLUN}, /* locks up */ 63 {"CHINON", "CD-ROM CDS-535", "Q14", BLIST_NOLUN}, /* locks up */ 64 {"DENON", "DRD-25X", "V", BLIST_NOLUN}, /* locks up */ 67 {"IBM", "2104-DU3", NULL, BLIST_NOLUN}, /* locks up */ 68 {"IBM", "2104-TU3", NULL, BLIST_NOLUN}, /* locks up */ [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/ |
| D | gpio-keys.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only 3 --- 4 $id: http://devicetree.org/schemas/input/gpio-keys.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Rob Herring <robh@kernel.org> 15 - gpio-keys 16 - gpio-keys-polled 23 poll-interval: true 26 …"^(button|event|key|switch|(button|event|key|switch)-[a-z0-9-]+|[a-z0-9-]+-(button|event|key|switc… 37 description: Descriptive name of the key. [all …]
|
| /kernel/linux/linux-6.6/fs/crypto/ |
| D | hooks.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Encryption hooks for higher-level filesystem operations. 11 * fscrypt_file_open() - prepare to open a possibly-encrypted regular file 13 * @filp: the struct file being set up 15 * Currently, an encrypted regular file can only be opened if its encryption key 17 * Therefore, we first set up the inode's encryption key (if not already done) 28 * Return: 0 on success, -ENOKEY if the key is missing, or another -errno code 44 d_inode(dir)->i_ino); in fscrypt_file_open() 45 err = -EPERM; in fscrypt_file_open() 56 return -ENOKEY; in __fscrypt_prepare_link() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/wireguard/ |
| D | netns.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 # Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. 24 set -e 29 netns0="wg-test-$$-0" 30 netns1="wg-test-$$-1" 31 netns2="wg-test-$$-2" 32 pretty() { echo -e "\x1b[32m\x1b[1m[+] ${1:+NS$1: }${2}\x1b[0m" >&3; } 34 maybe_exec() { if [[ $BASHPID -eq $$ ]]; then "$@"; else exec "$@"; fi; } 38 ip0() { pretty 0 "ip $*"; ip -n $netns0 "$@"; } 39 ip1() { pretty 1 "ip $*"; ip -n $netns1 "$@"; } [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/ocelot/ |
| D | tc_flower_chains.sh | 2 # SPDX-License-Identifier: GPL-2.0 52 # +----------------------------------------------+ +-----------------------------------------+ 55 # | +----------+ +----------+ +----------+ | | +----------+ +----------+ | 56 # | | Lookup 0 | | Lookup 1 | | Lookup 2 | | --+------> PAG 0: | Lookup 0 | -> | Lookup 1 | | 57 # | +----------+ -> +----------+ -> +----------+ | | | +----------+ +----------+ | 58 # | |key&action| |key&action| |key&action| | | | |key&action| |key&action| | 59 # | |key&action| |key&action| |key&action| | | | | .. | | .. | | 60 # | | .. | | .. | | .. | | | | +----------+ +----------+ | 61 # | +----------+ +----------+ +----------+ | | | | 62 # | selects PAG | | | +----------+ +----------+ | [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/wireguard/ |
| D | netns.sh | 2 # SPDX-License-Identifier: GPL-2.0 4 # Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. 24 set -e 25 shopt -s extglob 30 NPROC=( /sys/devices/system/cpu/cpu+([0-9]) ); NPROC=${#NPROC[@]} 31 netns0="wg-test-$$-0" 32 netns1="wg-test-$$-1" 33 netns2="wg-test-$$-2" 34 pretty() { echo -e "\x1b[32m\x1b[1m[+] ${1:+NS$1: }${2}\x1b[0m" >&3; } 36 maybe_exec() { if [[ $BASHPID -eq $$ ]]; then "$@"; else exec "$@"; fi; } [all …]
|
| /kernel/linux/linux-5.10/fs/crypto/ |
| D | hooks.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Encryption hooks for higher-level filesystem operations. 11 * fscrypt_file_open() - prepare to open a possibly-encrypted regular file 13 * @filp: the struct file being set up 15 * Currently, an encrypted regular file can only be opened if its encryption key 17 * Therefore, we first set up the inode's encryption key (if not already done) 28 * Return: 0 on success, -ENOKEY if the key is missing, or another -errno code 44 d_inode(dir)->i_ino); in fscrypt_file_open() 45 err = -EPERM; in fscrypt_file_open() 61 /* ... in case we looked up no-key name before key was added */ in __fscrypt_prepare_link() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/ |
| D | qcom,pm8xxx-pwrkey.txt | 1 Qualcomm PM8xxx PMIC Power Key 5 - compatible: 9 "qcom,pm8058-pwrkey" 10 "qcom,pm8921-pwrkey" 12 - reg: 14 Value type: <prop-encoded-array> 15 Definition: address of power key control register 17 - interrupts: 19 Value type: <prop-encoded-array> 20 Definition: the first interrupt specifies the key release interrupt [all …]
|
| D | qcom,pm8941-pwrkey.txt | 1 Qualcomm PM8941 PMIC Power Key 5 - compatible: 9 "qcom,pm8941-pwrkey" 10 "qcom,pm8941-resin" 12 - reg: 14 Value type: <prop-encoded-array> 17 - interrupts: 19 Value type: <prop-encoded-array> 20 Definition: key change interrupt; The format of the specifier is 24 - debounce: [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
| D | palmtreo.c | 1 // SPDX-License-Identifier: GPL-2.0-only 24 #include <linux/w1-gpio.h> 26 #include <asm/mach-types.h> 31 #include "pxa27x-udc.h" 34 #include <linux/platform_data/mmc-pxamci.h> 35 #include <linux/platform_data/video-pxafb.h> 36 #include <linux/platform_data/irda-pxaficp.h> 37 #include <linux/platform_data/keypad-pxa27x.h> 39 #include <linux/platform_data/usb-ohci-pxa27x.h> 40 #include <mach/pxa2xx-regs.h> [all …]
|
| /kernel/linux/linux-5.10/Documentation/crypto/ |
| D | asymmetric-keys.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 Asymmetric / Public-key Cryptography Key Type 9 - Overview. 10 - Key identification. 11 - Accessing asymmetric keys. 12 - Signature verification. 13 - Asymmetric key subtypes. 14 - Instantiation data parsers. 15 - Keyring link restrictions. 21 The "asymmetric" key type is designed to be a container for the keys used in [all …]
|
| /kernel/linux/linux-6.6/Documentation/crypto/ |
| D | asymmetric-keys.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 Asymmetric / Public-key Cryptography Key Type 9 - Overview. 10 - Key identification. 11 - Accessing asymmetric keys. 12 - Signature verification. 13 - Asymmetric key subtypes. 14 - Instantiation data parsers. 15 - Keyring link restrictions. 21 The "asymmetric" key type is designed to be a container for the keys used in [all …]
|