| /linux/include/drm/bridge/ |
| H A D | mhl.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Defines for Mobile High-Definition Link (MHL) interface 9 * Copyright (C) 2013-2014 Silicon Image, Inc. 209 MHL_MSC_MSG = 0x68, /* VS command to send RCP sub-commands */ 210 MHL_GET_SC1_ERRORCODE = 0x69, /* Get Vendor-Specific error code */ 213 MHL_WRITE_BURST = 0x6C, /* Write 1-16 bytes to responder's scratchpad */ 226 MHL_MSC_MSG_RCP = 0x10, /* RCP sub-command */ 227 MHL_MSC_MSG_RCPK = 0x11, /* RCP Acknowledge sub-command */ 228 MHL_MSC_MSG_RCPE = 0x12, /* RCP Error sub-command */ 229 MHL_MSC_MSG_RAP = 0x20, /* Mode Change Warning sub-command */ [all …]
|
| /linux/Documentation/sound/designs/ |
| H A D | procfile.rst | 15 card-specific files are stored in the ``card*`` subdirectories. 40 ``<card>-<device>: <name>`` 44 ``<card>-<device>: <id>: <name> : <sub-streams>`` 61 The card-specific files are found in ``/proc/asound/card*`` directories. 81 mapping by writing to this device. Read OSS-Emulation.txt for 104 * bit 0 = Enable XRUN/jiffies debug messages 108 When the bit 0 is set, the driver will show the messages to 123 ``card*/pcm*/sub*/info`` 124 The general information of this PCM sub-stream. 126 ``card*/pcm*/sub*/status`` [all …]
|
| /linux/Documentation/filesystems/ |
| H A D | relay.rst | 1 .. SPDX-License-Identifier: GPL-2.0 9 to userspace via user-defined 'relay channels'. 11 A 'relay channel' is a kernel->user data relay mechanism implemented 12 as a set of per-cpu kernel buffers ('channel buffers'), each 25 filtering - this also is left to the kernel client. The purpose is to 30 functions in the relay interface code - please see that for details. 36 sub-buffers. Messages are written to the first sub-buffer until it is 38 the next (if available). Messages are never split across sub-buffers. 40 sub-buffer, while the kernel continues writing to the next. 42 When notified that a sub-buffer is full, the kernel knows how many [all …]
|
| /linux/Documentation/userspace-api/netlink/ |
| H A D | genetlink-legacy.rst | 1 .. SPDX-License-Identifier: BSD-3-Clause 9 the ``genetlink-legacy`` protocol level. 15 ------- 29 -------------------- 31 New Netlink families should use ``multi-attr`` to define arrays. 35 For reference the ``multi-attr`` array may look like this:: 37 [ARRAY-ATTR] 41 [SOME-OTHER-ATTR] 42 [ARRAY-ATTR] 47 where ``ARRAY-ATTR`` is the array entry type. [all …]
|
| /linux/Documentation/devicetree/bindings/mailbox/ |
| H A D | ti,omap-mailbox.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mailbox/ti,omap-mailbox.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Suman Anna <s-anna@ti.com> 35 lines can also be routed to different processor sub-systems on DRA7xx as they 49 within a SoC. The sub-mailboxes (actual communication channels) are 56 "mbox-names" (please see Documentation/devicetree/bindings/mailbox/mailbox.txt 59 phandle to the intended sub-mailbox child node to be used for communication. 60 The equivalent "mbox-names" property value can be used to give a name to the [all …]
|
| /linux/include/uapi/linux/ |
| H A D | netlink.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 17 #define NETLINK_ISCSI 8 /* Open-iSCSI */ 23 #define NETLINK_DNRTMSG 14 /* DECnet routing messages (obsolete) */ 24 #define NETLINK_KOBJECT_UEVENT 15 /* Kernel messages to userspace */ 45 * struct nlmsghdr - fixed format metadata header of Netlink messages 99 #define NLMSG_ALIGN(len) ( ((len)+NLMSG_ALIGNTO-1) & ~(NLMSG_ALIGNTO-1) ) 104 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ 106 NLMSG_ALIGN((nlh)->nlmsg_len))) 108 (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && \ 109 (nlh)->nlmsg_len <= (len)) [all …]
|
| /linux/drivers/mtd/ubi/ |
| H A D | debug.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 20 __func__, __LINE__, current->pid); \ 29 pr_debug("UBI DBG " type " (pid %d): " fmt "\n", current->pid, \ 32 /* General debugging messages */ 34 /* Messages from the eraseblock association sub-system */ 36 /* Messages from the wear-leveling sub-system */ 38 /* Messages from the input/output sub-system */ 40 /* Initialization and build messages */ 56 * The following function is a legacy implementation of UBI fault-injection 64 if (ubi->dbg.emulate_bitflips) in ubi_dbg_bitflip() [all …]
|
| /linux/Documentation/arch/m68k/ |
| H A D | kernel-options.rst | 9 Author: Roman.Hodek@informatik.uni-erlangen.de (Roman Hodek) 11 Update: jds@kom.auc.dk (Jes Sorensen) and faq@linux-m68k.org (Chris Lawrence) 58 ---------- 76 /dev/ram: -> 0x0100 (initial ramdisk) 77 /dev/hda: -> 0x0300 (first IDE disk) 78 /dev/hdb: -> 0x0340 (second IDE disk) 79 /dev/sda: -> 0x0800 (first SCSI disk) 80 /dev/sdb: -> 0x0810 (second SCSI disk) 81 /dev/sdc: -> 0x0820 (third SCSI disk) 82 /dev/sdd: -> 0x0830 (forth SCSI disk) [all …]
|
| /linux/Documentation/netlink/ |
| H A D | netlink-raw.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 --- 4 $id: http://kernel.org/schemas/netlink/netlink-raw.yaml# 5 $schema: https://json-schema.org/draft-07/schema 11 pattern: ^[0-9a-z-]+$ 12 name-cap: 14 pattern: ^[0-9a-zA-Z-]+$ 18 len-or-define: 20 pattern: ^[0-9A-Za-z_-]+( - 1)?$ 27 required: [ name, doc, attribute-sets, operations ] [all …]
|
| /linux/lib/crypto/arm64/ |
| H A D | sha256-ce.S | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Core SHA-224/SHA-256 transform using v8 Crypto Extensions 12 .arch armv8-a+crypto 51 * The SHA-256 round constants 75 ld1 { v0.4s- v3.4s}, [\tmp], #64 76 ld1 { v4.4s- v7.4s}, [\tmp], #64 77 ld1 { v8.4s-v11.4s}, [\tmp], #64 78 ld1 {v12.4s-v15.4s}, [\tmp] 94 0: ld1 {v16.4s-v19.4s}, [x1], #64 95 sub x2, x2, #1 [all …]
|
| /linux/drivers/hv/ |
| H A D | hyperv_vmbus.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 31 * Timeout for guest-host handshake for services. 61 /* ------------------------------------------------------ */ 78 /* ------------------------------------------------------ */ 128 * paravisor) to post a messages to Hyper-V: when such a VM calls 139 * we will manage the tasklet that handles events messages on a per CPU 146 /* We only support running on top of Hyper-V 147 * So at this point this really can only contain the Hyper-V ID 220 * The CPU that Hyper-V will interrupt for VMBUS messages, such as 247 * 2 pages - 1st page for parent->child notification and 2nd [all …]
|
| H A D | channel_mgmt.c | 1 // SPDX-License-Identifier: GPL-2.0-only 148 * 64 KB ring buffer + 4 KB header should be sufficient size for any Hyper-V device apart 180 channel->rescind = true; in vmbus_rescind_cleanup() 184 if (msginfo->waiting_channel == channel) { in vmbus_rescind_cleanup() 185 complete(&msginfo->waitevent); in vmbus_rescind_cleanup() 204 const guid_t *guid = &channel->offermsg.offer.if_type; in hv_get_dev_type() 219 * vmbus_prep_negotiate_resp() - Create default response for Negotiate message 233 * Mainly used by Hyper-V drivers. 254 icmsghdrp->icmsgsize = 0x10; in vmbus_prep_negotiate_resp() 257 icframe_major = negop->icframe_vercnt; in vmbus_prep_negotiate_resp() [all …]
|
| /linux/tools/usb/usbip/ |
| H A D | INSTALL | 15 more-detailed instructions are generic; see the `README' file for 19 various system-dependent variables used during compilation. It uses 21 It may also create one or more `.h' files containing system-dependent 28 and enabled with `--cache-file=config.cache' or simply `-C') that saves 51 some messages telling which features it is checking for. 55 3. Optionally, type `make check' to run any self-tests that come with 65 also a `make maintainer-clean' target, but that is intended mainly 77 `configure' script does not know about. Run `./configure --help' for 84 ./configure CC=c99 CFLAGS=-g LIBS=-lposix 98 With a non-GNU `make', it is safer to compile the package for one [all …]
|
| /linux/include/linux/ |
| H A D | hyperv.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 48 * gva: |-- 64k --|-- 64k --| ... | 59 * gva: |-- 64k --|-- 64k --| ... |-- 64k --|-- 64k --| ... | 69 * index: 0 1 2 ... 16 ... n-15 n-14 n-13 ... 2n-30 76 /* Single-page buffer */ 83 /* Multiple-page buffer */ 92 * Multiple-page buffer array; the pfn array is variable size: 123 * WS2012/Win8 and later versions of Hyper-V implement interrupt 125 * is set by the host on the host->guest ring buffer, and by the 126 * guest on the guest->host ring buffer. [all …]
|
| /linux/include/linux/i3c/ |
| H A D | ccc.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 30 /* Broadcast-only commands */ 36 /* Unicast-only commands */ 56 * struct i3c_ccc_events - payload passed to ENEC/DISEC CCC 69 * struct i3c_ccc_mwl - payload passed to SETMWL/GETMWL CCC 73 * The maximum write length is only applicable to SDR private messages or 81 * struct i3c_ccc_mrl - payload passed to SETMRL/GETMRL CCC 86 * The maximum read length is only applicable to SDR private messages or 97 * struct i3c_ccc_dev_desc - I3C/I2C device descriptor used for DEFSLVS 121 * struct i3c_ccc_defslvs - payload passed to DEFSLVS CCC [all …]
|
| /linux/drivers/scsi/ |
| H A D | storvsc_drv.c | 1 // SPDX-License-Identifier: GPL-2.0-only 24 #include <linux/dma-mapping.h> 135 * Platform neutral description of a scsi request - 161 "Logging level, 0 - None, 1 - Error (default), 2 - Warning."); 171 dev_warn(&(dev)->device, fmt, ##__VA_ARGS__); \ 177 dev_warn_ratelimited(&(dev)->device, fmt, ##__VA_ARGS__); \ 249 * Revision number is auto-incremented whenever this file is changed 251 * definitely indicate incompatibility--but it does indicate mismatched 266 /* Flags - see below for values */ 289 /* Number of sub-channels to create */ [all …]
|
| /linux/scripts/dtc/ |
| H A D | of_unittest_expect | 2 # SPDX-License-Identifier: GPL-2.0 29 sub compare { 40 $expect =~ s/^.*?>>//; # '?' is non-greedy, minimal match 54 if ($got =~ /^[+-]*[0-9]+/) { 55 $got =~ s/^[+-]*[0-9]+//; 60 if ($got =~ /^(0x)*[0-9a-f]+/) { 61 $got =~ s/^(0x)*[0-9a-f]+//; 90 sub usage { 100 -h print program usage 101 --help print program usage [all …]
|
| /linux/Documentation/devicetree/bindings/pci/ |
| H A D | snps,dw-pcie-common.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/pci/snps,dw-pcie-common.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jingoo Han <jingoohan1@gmail.com> 11 - Gustavo Pimentel <gustavo.pimentel@synopsys.com> 23 Interface - DBI. In accordance with the reference manual the register 24 configuration space belongs to the Configuration-Dependent Module (CDM) 25 and is split up into several sub-parts Standard PCIe configuration 26 space, Port Logic Registers (PL), Shadow Config-space Registers, [all …]
|
| /linux/drivers/net/pse-pd/ |
| H A D | pd692x0.c | 1 // SPDX-License-Identifier: GPL-2.0-only 14 #include <linux/pse-pd/pse.h> 46 u8 sub[3]; member 106 /* Template list of communication messages. The non-null bytes defined here 107 * constitute the fixed portion of the messages. The remaining bytes will 109 * Communication Protocol User Guide" for comprehensive details on messages 115 .sub = {0x07, 0x55, 0x00}, 121 .sub = {0x07, 0xd0, 0x4e}, 127 .sub = {0x07, 0x1e, 0x21}, 133 .sub = {0x05, 0x43}, [all …]
|
| /linux/lib/crypto/x86/ |
| H A D | sha256-ni-asm.S | 2 * Intel SHA Extensions optimized implementation of a SHA-256 update function 83 movdqa (\i-32)*4(SHA256CONSTANTS), MSG 100 * Intel SHA Extensions optimized implementation of a SHA-256 block function 102 * This function takes a pointer to the current SHA-256 state, a pointer to the 103 * input data, and the number of 64-byte blocks to process. Once all blocks 120 * DCBA, HGFE -> ABEF, CDGH 223 // Do 4 rounds of SHA-256 for each of two messages (interleaved). m0_a and m0_b 228 // computes 4 more message schedule words for each message. m1_a-m3_a contain 230 // likewise m1_b-m3_b for the second. After consuming the current value of 236 movdqa (\i-32)*4(SHA256CONSTANTS), TMP_A [all …]
|
| /linux/include/linux/platform_data/ |
| H A D | wilco-ec.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 25 * struct wilco_ec_device - Wilco Embedded Controller handle. 34 * @debugfs_pdev: The child platform_device used by the debugfs sub-driver. 35 * @rtc_pdev: The child platform_device used by the RTC sub-driver. 36 * @charger_pdev: Child platform_device used by the charger config sub-driver. 37 * @telem_pdev: The child platform_device used by the telemetry sub-driver. 54 * struct wilco_ec_request - Mailbox request message format. 72 * struct wilco_ec_response - Mailbox response message format. 75 * @result: Result code from the EC. Non-zero indicates an error. 90 * enum wilco_ec_msg_type - Message type to select a set of command codes. [all …]
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-prog.rst | 1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 bpftool-prog 6 ------------------------------------------------------------------------------- 8 ------------------------------------------------------------------------------- 20 { **-f** | **--bpffs** } | { **-m** | **--mapcompat** } | { **-n** | **--nomount** } | 21 { **-L** | **--use-loader** } | [ { **-S** | **--sign** } **-k** <private_key.pem> **-i** <certific… 93 will be disassembled and printed to standard output in human-readable 144 will become device-bound without offloading, this facilitates access to XDP 151 show -f**, only show in **bpftool link show -f**. Also, this only works 158 the system's own vmlinux BTF file for CO-RE relocations. Note that any [all …]
|
| /linux/tools/testing/selftests/drivers/net/bonding/ |
| H A D | netcons_over_bonding.sh | 2 # SPDX-License-Identifier: GPL-2.0 15 # for incoming messages. 28 set -euo pipefail 30 SCRIPTDIR=$(dirname "$(readlink -e "${BASH_SOURCE[0]}")") 64 if ! ip -n "${TXNS}" link add "${BOND_TX_MAIN_IF}" type bond mode balance-rr 70 trap - EXIT 76 ip -n "${TXNS}" \ 78 ip -n "${TXNS}" \ 80 ip -n "${TXNS}" \ 82 ip -n "${TXNS}" \ [all …]
|
| /linux/drivers/watchdog/ |
| H A D | intel-mid_wdt.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * intel-mid_wdt: generic Intel MID SCU watchdog driver 6 * - Merrifield only 23 #include <linux/platform_data/x86/intel-mid_wdt.h> 33 /* SCU watchdog messages */ 47 wdt_command(struct mid_wdt *mid, int sub, const void *in, size_t inlen, size_t size) in wdt_command() argument 49 struct intel_scu_ipc_dev *scu = mid->scu; in wdt_command() 51 return intel_scu_ipc_dev_command_with_size(scu, IPC_WATCHDOG, sub, in, in wdt_command() 59 int timeout = wd->timeout; in wdt_start() 63 } ipc_wd_start = { timeout - MID_WDT_PRETIMEOUT, timeout }; in wdt_start() [all …]
|
| /linux/drivers/media/usb/stk1160/ |
| H A D | stk1160-i2c.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 * <elezegarcia--a.t--gmail.com> 10 * <rmthomas--a.t--sciolus.org> 18 #include "stk1160-reg.h" 22 MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]"); 47 return -ETIMEDOUT; in stk1160_i2c_busy_wait() 63 /* Set i2c device register sub-address */ in stk1160_i2c_write_reg() 95 /* Set i2c device register sub-address */ in stk1160_i2c_read_reg() 130 /* Set device sub-address, we'll chip version reg */ in stk1160_i2c_check_for_device() 142 return -ENODEV; in stk1160_i2c_check_for_device() [all …]
|