/linux/Documentation/driver-api/nvdimm/ |
H A D | security.rst | 6 --------------- 16 ------------------ 28 update <old_keyid> <new_keyid> - enable or update passphrase. 29 disable <keyid> - disable enabled security and remove key. 30 freeze - freeze changing of security states. 31 erase <keyid> - delete existing user encryption key. 32 overwrite <keyid> - wipe the entire nvdimm. 33 master_update <keyid> <new_keyid> - enable or update master passphrase. 34 master_erase <keyid> - delete existing user encryption key. 37 ----------------- [all …]
|
/linux/Documentation/networking/ |
H A D | vrf.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 routing and forwarding domains (aka VRFs, VRF-lite to be specific) in the 12 Linux network stack. One use case is the multi-tenancy problem where each 30 ------ 34 +-----------------------------+ 35 | vrf-blue | ===> route table 10 36 +-----------------------------+ 38 +------+ +------+ +-------------+ 40 +------+ +------+ +-------------+ 42 +------+ +------+ [all …]
|
/linux/Documentation/scsi/ |
H A D | advansys.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 RISC-based, Bus-Mastering, Fast (10 Mhz) and Ultra (20 Mhz) Narrow 9 (8-bit transfer) SCSI Host Adapters for the ISA, EISA, VL, and PCI 10 buses and RISC-based, Bus-Mastering, Ultra (20 Mhz) Wide (16-bit 21 - ABP-480 - Bus-Master CardBus (16 CDB) 24 - ABP510/5150 - Bus-Master ISA (240 CDB) 25 - ABP5140 - Bus-Master ISA PnP (16 CDB) 26 - ABP5142 - Bus-Master ISA PnP with floppy (16 CDB) 27 - ABP902/3902 - Bus-Master PCI (16 CDB) 28 - ABP3905 - Bus-Master PCI (16 CDB) [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-i3c | 1 What: /sys/bus/i3c/devices/i3c-<bus-id> 3 Contact: linux-i3c@vger.kernel.org 5 An I3C bus. This directory will contain one sub-directory per 8 What: /sys/bus/i3c/devices/i3c-<bus-id>/current_master 10 Contact: linux-i3c@vger.kernel.org 12 Expose the master that owns the bus (<bus-id>-<master-pid>) at 17 What: /sys/bus/i3c/devices/i3c-<bus-id>/mode 19 Contact: linux-i3c@vger.kernel.org 21 I3C bus mode. Can be "pure", "mixed-fast" or "mixed-slow". See 25 What: /sys/bus/i3c/devices/i3c-<bus-id>/i3c_scl_frequency [all …]
|
H A D | sysfs-bus-soundwire-master | 1 What: /sys/bus/soundwire/devices/sdw-master-<N>/revision 2 /sys/bus/soundwire/devices/sdw-master-<N>/clk_stop_modes 3 /sys/bus/soundwire/devices/sdw-master-<N>/clk_freq 4 /sys/bus/soundwire/devices/sdw-master-<N>/clk_gears 5 /sys/bus/soundwire/devices/sdw-master-<N>/default_col 6 /sys/bus/soundwire/devices/sdw-master-<N>/default_frame_rate 7 /sys/bus/soundwire/devices/sdw-master-<N>/default_row 8 /sys/bus/soundwire/devices/sdw-master-<N>/dynamic_shape 9 /sys/bus/soundwire/devices/sdw-master-<N>/err_threshold 10 /sys/bus/soundwire/devices/sdw-master-<N>/max_clk_freq [all …]
|
/linux/Documentation/w1/ |
H A D | w1-netlink.rst | 10 1. Events. They are generated each time a new master or slave device 21 [struct cn_msg] - connector header. 23 [struct w1_netlink_msg] - w1 netlink header. 24 __u8 type - message type. 30 master add/remove events 32 userspace command for bus master 37 __u8 status - error indication from kernel 38 __u16 len - size of data attached to this header data 40 __u8 id[8]; - slave unique device id 42 __u32 id; - master's id [all …]
|
/linux/Documentation/i2c/ |
H A D | gpio-fault-injection.rst | 5 The GPIO based I2C bus master driver can be configured to provide fault 7 which is driven by the I2C bus master driver under test. The GPIO fault 9 master driver should handle gracefully. 12 'i2c-fault-injector' subdirectory in the Kernel debugfs filesystem, usually 13 mounted at /sys/kernel/debug. There will be a separate subdirectory per GPIO 15 injection. They will be described now along with their intended use-cases. 21 ----- 26 because the bus master under test will not be able to clock. It should detect 31 ----- 36 master under test should detect this condition and trigger a bus recovery (see [all …]
|
/linux/Documentation/networking/dsa/ |
H A D | configuration.rst | 1 .. SPDX-License-Identifier: GPL-2.0 10 .. _dsa-config-showcases: 13 ----------------------- 30 at https://www.kernel.org/pub/linux/utils/net/iproute2/ 38 to send or receive traffic. Prior to kernel v5.12, the state of the conduit 39 interface had to be managed explicitly by the user. Starting with kernel v5.12, 42 - when a DSA user interface is brought up, the conduit interface is 44 - when the conduit interface is brought down, all DSA user interfaces are 71 * lan1: 192.0.2.1/30 (192.0.2.0 - 192.0.2.3) 72 * lan2: 192.0.2.5/30 (192.0.2.4 - 192.0.2.7) [all …]
|
/linux/Documentation/filesystems/ |
H A D | fscrypt.rst | 2 Filesystem-level encryption (fscrypt) 11 Note: "fscrypt" in this document refers to the kernel-level portion, 14 covers the kernel-level portion. For command-line examples of how to 20 <https://source.android.com/security/encryption/file-based>`_, over 21 using the kernel's API directly. Using existing tools reduces the 23 completeness this documentation covers the kernel's API anyway.) 25 Unlike dm-crypt, fscrypt operates at the filesystem level rather than 28 filesystem. This is useful for multi-user systems where each user's 29 data-at-rest needs to be cryptographically isolated from the others. 34 directly into supported filesystems --- currently ext4, F2FS, UBIFS, [all …]
|
/linux/drivers/w1/ |
H A D | w1_int.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 #include <linux/kernel.h> 18 static int w1_search_count = -1; /* Default is continual scan */ 32 * We are in process context(kernel thread), so can sleep. in w1_alloc_dev() 38 dev->bus_master = (struct w1_bus_master *)(dev + 1); in w1_alloc_dev() 40 dev->owner = THIS_MODULE; in w1_alloc_dev() 41 dev->max_slave_count = slave_count; in w1_alloc_dev() 42 dev->slave_count = 0; in w1_alloc_dev() 43 dev->attempts = 0; in w1_alloc_dev() 44 dev->initialized = 0; in w1_alloc_dev() [all …]
|
/linux/Documentation/trace/ |
H A D | stm.rst | 1 .. SPDX-License-Identifier: GPL-2.0 10 which is assigned a unique pair of master and channel. While some of 14 master/channel combination from this pool. 17 sources can only be identified by master/channel combination, so in 20 master/channel pairs to the trace sources that it understands. 23 master 7 channel 15, while arbitrary user applications can use masters 34 associated with it, located in "stp-policy" subsystem directory in 40 $ ls /config/stp-policy/dummy_stm.my-policy/user 42 $ cat /config/stp-policy/dummy_stm.my-policy/user/masters 44 $ cat /config/stp-policy/dummy_stm.my-policy/user/channels [all …]
|
/linux/Documentation/driver-api/rapidio/ |
H A D | rapidio.rst | 5 The RapidIO standard is a packet-based fabric interconnect standard designed for 8 is publicly available for download from the RTA web-site [1]. 17 into the kernel similarly to other buses by defining RapidIO-specific device and 21 architecture-specific interfaces that provide support for common RapidIO 32 2.1 Master Port 33 --------------- 35 A master port (or mport) is a RapidIO interface controller that is local to the 36 processor executing the Linux code. A master port generates and receives RapidIO 37 packets (transactions). In the RapidIO subsystem each master port is represented 38 by a rio_mport data structure. This structure contains master port specific [all …]
|
/linux/include/sound/ |
H A D | control.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 14 #define snd_kcontrol_chip(kcontrol) ((kcontrol)->private_data) 29 ((info)->access & SNDRV_CTL_ELEM_ACCESS_SKIP_CHECK) 35 /* kernel only - LED bits */ 37 #define SNDRV_CTL_ELEM_ACCESS_LED_MASK (7<<25) /* kernel three bits - LED group */ 38 #define SNDRV_CTL_ELEM_ACCESS_SPK_LED (1<<25) /* kernel speaker (output) LED flag */ 39 #define SNDRV_CTL_ELEM_ACCESS_MIC_LED (2<<25) /* kernel microphone (input) LED flag */ 44 SNDRV_CTL_TLV_OP_CMD = -1, 147 * snd_ctl_find_id_mixer - find the control instance with the given name string 188 unsigned int ioff = id->numid - kctl->id.numid; in snd_ctl_get_ioffnum() [all …]
|
/linux/Documentation/w1/slaves/ |
H A D | w1_ds28e17.rst | 2 Kernel driver w1_ds28e17 7 * Maxim DS28E17 1-Wire-to-I2C Master Bridge 19 ----------- 20 The DS28E17 is a Onewire slave device which acts as an I2C bus master. 24 a DS28E17 can be accessed by the kernel or userspace tools as if they were 25 connected to a "native" I2C bus master. 30 SUBSYSTEM=="i2c-dev", KERNEL=="i2c-[0-9]*", ATTRS{name}=="w1-19-*", \ 31 SYMLINK+="i2c-$attr{name}" 33 may be used to create stable /dev/i2c- entries based on the unique id of the 41 it is connected. The power-on default of the DS28E17 is 400kBaud, but [all …]
|
/linux/drivers/mtd/parsers/ |
H A D | parser_imagetag.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright © 2006-2008 Florian Fainelli <florian@openwrt.org> 7 * Copyright © 2009-2010 Daniel Dickinson <openwrt@cshore.neomailbox.net> 8 * Copyright © 2011-2013 Jonas Gorski <jonas.gorski@gmail.com> 16 #include <linux/kernel.h> 26 do { char *_str = (x); _str[sizeof(x) - 1] = 0; } while (0) 28 static int bcm963xx_read_imagetag(struct mtd_info *master, const char *name, in bcm963xx_read_imagetag() argument 35 ret = mtd_read(master, tag_offset, sizeof(*buf), &retlen, (void *)buf); in bcm963xx_read_imagetag() 40 return -EIO; in bcm963xx_read_imagetag() 44 if (computed_crc == buf->header_crc) { in bcm963xx_read_imagetag() [all …]
|
/linux/Documentation/mm/damon/ |
H A D | maintainer-profile.rst | 1 .. SPDX-License-Identifier: GPL-2.0 10 linux-mm@kvack.org. Patches should be made against the `mm-unstable tree 11 <https://git.kernel.org/akpm/mm/h/mm-unstable>`_ whenever possible and posted 15 --------- 19 <https://git.kernel.org/sj/h/damon/next>`_ by the DAMON maintainer. 20 Sufficiently reviewed patches will be queued in `mm-unstable 21 <https://git.kernel.org/akpm/mm/h/mm-unstable>`_ by the memory management 23 in `mm-stable <https://git.kernel.org/akpm/mm/h/mm-stable>`_, and finally 24 pull-requested to the mainline by the memory management subsystem maintainer. 26 Note again the patches for `mm-unstable tree [all …]
|
/linux/Documentation/driver-api/ |
H A D | spi.rst | 7 often in the range of 1-20 MHz), a "Master Out, Slave In" (MOSI) data 8 line, and a "Master In, Slave Out" (MISO) data line. SPI is a full 12 additional chipselect line is usually active-low (nCS); four signals are 18 only "master" side interfaces are supported, where Linux talks to SPI 29 <spi_controller>`. SPI devices are children of that master, 33 board-specific initialization code. A :c:type:`struct spi_driver 46 .. kernel-doc:: include/linux/spi/spi.h 49 .. kernel-doc:: drivers/spi/spi.c 52 .. kernel-doc:: drivers/spi/spi.c
|
/linux/Documentation/driver-api/i3c/ |
H A D | master-driver-api.rst | 1 .. SPDX-License-Identifier: GPL-2.0 4 I3C master controller driver API 7 .. kernel-doc:: drivers/i3c/master.c 9 .. kernel-doc:: include/linux/i3c/master.h
|
/linux/Documentation/devicetree/bindings/soc/qcom/ |
H A D | qcom,rpm-master-stats.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/qcom/qcom,rpm-master-stats.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Technologies, Inc. (QTI) RPM Master Stats 10 - Konrad Dybcio <konradybcio@kernel.org> 16 (particularly around entering hardware-driven low power modes: XO shutdown 17 and total system-wide power collapse) are first made at Master-level, and 20 The Master Stats provide a few useful bits that can be used to assess whether 21 our device has entered the desired low-power mode, how long it took to do so, [all …]
|
/linux/drivers/fsi/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 11 FSI - the FRU Support Interface - is a simple bus for low-level 12 access to POWER-based hardware. 29 symlinks in /dev/fsi/by-path when this option is enabled. 32 tristate "GPIO-based FSI master" 36 This option enables a FSI master driver using GPIO lines. 39 tristate "FSI hub master" 41 This option enables a FSI hub master driver. Hub is a type of FSI 42 master that is connected to the upstream master via a slave. Hubs 47 tristate "FSI master based on Aspeed ColdFire coprocessor" [all …]
|
/linux/lib/ |
H A D | test_lockup.c | 1 // SPDX-License-Identifier: GPL-2.0 7 #include <linux/kernel.h> 50 MODULE_PARM_DESC(use_hrtimer, "use high-resolution timer for sleeping"); 58 MODULE_PARM_DESC(lock_read, "lock read-write locks for read"); 70 MODULE_PARM_DESC(touch_softlockup, "touch soft-lockup watchdog between iterations"); 74 MODULE_PARM_DESC(touch_hardlockup, "touch hard-lockup watchdog between iterations"); 90 MODULE_PARM_DESC(disable_irq, "disable interrupts: generate hard-lockups"); 94 MODULE_PARM_DESC(disable_softirq, "disable bottom-half irq handlers"); 98 MODULE_PARM_DESC(disable_preempt, "disable preemption: generate soft-lockups"); 106 MODULE_PARM_DESC(lock_mmap_sem, "lock mm->mmap_lock: block procfs interfaces"); [all …]
|
/linux/Documentation/security/keys/ |
H A D | ecryptfs.rst | 9 either in kernel space or in user space with a daemon called 'ecryptfsd'. In 10 the former case the operation is performed directly by the kernel CryptoAPI 18 kernel key of the 'user' type, inserted in the user's session specific keyring 20 'ecryptfs-utils'. 26 kernel and protected by the parent master key. 28 In order to avoid known-plaintext attacks, the datablob obtained through 38 kernel level. 42 keyctl add encrypted name "new ecryptfs key-type:master-key-name keylen" ring 44 keyctl update keyid "update key-type:master-key-name" 49 key-type:= 'trusted' | 'user' [all …]
|
/linux/arch/mips/sgi-ip27/ |
H A D | ip27-klnuma.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * Copyright 2000 - 2001 Silicon Graphics, Inc. 5 * Copyright 2000 - 2001 Kanoj Sarcar (kanoj@sgi.com) 10 #include <linux/kernel.h> 21 #include "ip27-common.h" 26 * XXX - This needs to be much smarter about where it puts copies of the 27 * kernel. For example, we should never put a copy on a headless node, 32 /* Set only the master cnode's bit. The master cnode is always 0. */ in setup_replication_mask() 38 #error Kernel replication works with mapped kernel support. No calias support. in setup_replication_mask() 46 /* Advertise that we have a copy of the kernel */ in setup_replication_mask() [all …]
|
/linux/arch/x86/platform/uv/ |
H A D | uv_nmi.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 * Copyright (C) 2007-2017 Silicon Graphics, Inc. All rights reserved. 37 * Handle system-wide NMI events generated by the global 'power nmi' command. 66 /* Non-zero indicates newer SMM NMI handler present */ 91 static atomic_t uv_nmi_cpu = ATOMIC_INIT(-1); 92 static atomic_t uv_nmi_cpus_in_nmi = ATOMIC_INIT(-1); 116 return sprintf(buffer, "%lu\n", local64_read((local64_t *)kp->arg)); in param_get_local64() 122 local64_set((local64_t *)kp->arg, 0); in param_set_local64() 202 [nmi_act_kdump] = "do kernel crash dump", 230 pr_err("UV: %-8s - %s\n", actions[i], actions_desc[i]); in param_set_action() [all …]
|
/linux/net/ax25/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 13 <https://linux-ax25.in-berlin.de>. 16 kernel: saying N will just cause the configurator to skip all 27 radio. It is either used by itself for point-to-point links, or to 41 contained in the AX25-HOWTO, available from 44 kernel source. More information about digital amateur radio in 57 networking. A DAMA server (called "master") accepts incoming traffic 62 only compiles DAMA slave support into the kernel. It still needs to 64 <https://linux-ax25.in-berlin.de>. If unsure, say Y. 68 bool 'AX.25 DAMA Master support' [all …]
|