/Linux-v6.1/tools/perf/pmu-events/arch/arm64/arm/cortex-a75/ |
D | pipeline.json | 9 "PublicDescription": "A linefill caused an instruction side stall", 12 "BriefDescription": "A linefill caused an instruction side stall" 15 "PublicDescription": "A translation table walk caused an instruction side stall", 18 "BriefDescription": "A translation table walk caused an instruction side stall" 21 "PublicDescription": "Duration for which all slots in the Load-Store Unit (LSU) are busy", 24 "BriefDescription": "Duration for which all slots in the Load-Store Unit (LSU) are busy" 27 … all slots in the load-store issue queue are busy. This event counts the cycles where all slots in… 30 … all slots in the load-store issue queue are busy. This event counts the cycles where all slots in… 33 …counts the cycles where all slots in the DP0 and DP1 IQs are full with micro-operations waiting fo… 36 …counts the cycles where all slots in the DP0 and DP1 IQs are full with micro-operations waiting fo… [all …]
|
/Linux-v6.1/Documentation/hwmon/ |
D | ina2xx.rst | 10 Addresses: I2C 0x40 - 0x4f 20 Addresses: I2C 0x40 - 0x4f 30 Addresses: I2C 0x40 - 0x4f 40 Addresses: I2C 0x40 - 0x4f 50 Addresses: I2C 0x40 - 0x4f 59 ----------- 61 The INA219 is a high-side current shunt and power monitor with an I2C 65 The INA220 is a high or low side current shunt and power monitor with an I2C 71 INA230 and INA231 are high or low side current shunt and power monitors 75 The shunt value in micro-ohms can be set via platform data or device tree at [all …]
|
D | max16065.rst | 11 Addresses scanned: - 15 http://datasheets.maxim-ic.com/en/ds/MAX16065-MAX16066.pdf 21 Addresses scanned: - 25 http://datasheets.maxim-ic.com/en/ds/MAX16067.pdf 31 Addresses scanned: - 35 http://datasheets.maxim-ic.com/en/ds/MAX16068.pdf 41 Addresses scanned: - 45 http://datasheets.maxim-ic.com/en/ds/MAX16070-MAX16071.pdf 47 Author: Guenter Roeck <linux@roeck-us.net> 51 ----------- [all …]
|
/Linux-v6.1/Documentation/admin-guide/media/ |
D | si476x.rst | 1 .. SPDX-License-Identifier: GPL-2.0 12 ------------------- 14 - According to the SiLabs' datasheet it is possible to update the 15 firmware of the radio chip in the run-time, thus bringing it to the 23 ------------------------------- 31 * /sys/kernel/debug/<device-name>/acf 52 0x05 smute 0 - Audio is not soft muted 53 1 - Audio is soft muted 60 0x10 pilot 0 - Stereo pilot is not present 61 1 - Stereo pilot is present [all …]
|
/Linux-v6.1/tools/testing/selftests/gpio/ |
D | gpio-mockup.sh | 1 #!/bin/bash -efu 2 # SPDX-License-Identifier: GPL-2.0 7 #4: skip test - including run as non-root user 13 module="gpio-mockup" 29 echo "$0 [-frv] [-t type]" 30 echo "-f: full test (minimal set run by default)" 31 echo "-r: test random lines as well as fence posts" 32 echo "-t: interface type:" 33 echo " cdev (character device ABI) - default" 36 echo "-v: verbose progress reporting" [all …]
|
/Linux-v6.1/drivers/gpio/ |
D | gpio-mc33880.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * MC33880 high-side/low-side switch GPIO driver 8 * Freescale MC33880 high-side/low-side switch 45 return spi_write(mc->spi, &mc->port_config, sizeof(mc->port_config)); in mc33880_write_config() 52 mc->port_config |= 1 << offset; in __mc33880_set() 54 mc->port_config &= ~(1 << offset); in __mc33880_set() 64 mutex_lock(&mc->lock); in mc33880_set() 68 mutex_unlock(&mc->lock); in mc33880_set() 77 pdata = dev_get_platdata(&spi->dev); in mc33880_probe() 78 if (!pdata || !pdata->base) { in mc33880_probe() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/soc/qcom/ |
D | qcom,aoss-qmp.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/qcom/qcom,aoss-qmp.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Qualcomm Always-On Subsystem side channel binding 10 - Bjorn Andersson <bjorn.andersson@linaro.org> 13 This binding describes the hardware component responsible for side channel 14 requests to the always-on subsystem (AOSS), used for certain power management 20 The AOSS side channel exposes control over a set of resources, used to control 21 a set of debug related clocks and to affect the low power state of resources [all …]
|
/Linux-v6.1/Documentation/arm/ |
D | cluster-pm-race-avoidance.rst | 2 Cluster-wide Power-up/power-down race avoidance algorithm 16 --------- 29 cluster-level operations are only performed when it is truly safe to do 35 disabling those mechanisms may itself be a non-atomic operation (such as 38 power-down and power-up at the cluster level. 46 ----------- 50 - DOWN 51 - COMING_UP 52 - UP 53 - GOING_DOWN [all …]
|
/Linux-v6.1/include/linux/ |
D | highmem.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 14 #include "highmem-internal.h" 17 * kmap - Map a page for long term usage 25 * For systems with CONFIG_HIGHMEM=n and for pages in the low memory area 40 * kunmap - Unmap the virtual address mapped by kmap() 44 * pages in the low memory area. 49 * kmap_to_page - Get the page for a kmap'ed address 57 * kmap_flush_unused - Flush all unused kmap mappings in order to 63 * kmap_local_page - Map a page for temporary usage 85 * On CONFIG_HIGHMEM=n kernels and for low memory pages this returns the [all …]
|
/Linux-v6.1/include/linux/usb/ |
D | ch9.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 9 * - the host side Linux-USB kernel driver API; 10 * - the "usbfs" user space API; and 11 * - the Linux "gadget" device/peripheral side driver API. 15 * device side APIs benefit from working well together. 17 * There's also "Wireless USB", using low power short range radios for 25 * [b] so that accessing bigger-than-a-bytes fields will never 30 * someone that the two other points are non-issues for that
|
/Linux-v6.1/Documentation/ABI/stable/ |
D | sysfs-driver-aspeed-vuart | 1 What: /sys/bus/platform/drivers/aspeed-vuart/*/lpc_address 4 Description: Configures which IO port the host side of the UART 5 will appear on the host <-> BMC LPC bus. 9 What: /sys/bus/platform/drivers/aspeed-vuart/*/sirq 12 Description: Configures which interrupt number the host side of 13 the UART will appear on the host <-> BMC LPC bus. 17 What: /sys/bus/platform/drivers/aspeed-vuart/*/sirq_polarity 22 Set to 0 for active-low or 1 for active-high.
|
/Linux-v6.1/Documentation/devicetree/bindings/iio/frequency/ |
D | adi,admv1014.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Antoniu Miclaus <antoniu.miclaus@analog.com> 21 - adi,admv1014 26 spi-max-frequency: 32 clock-names: 34 - const: lo_in 38 vcm-supply: 40 Common-mode voltage regulator. [all …]
|
/Linux-v6.1/net/ipv4/ |
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 40 so-called IP spoofing, however it can pose problems if you use 42 than packets from that host to you) or if you operate a non-routing 52 <file:Documentation/networking/ip-sysctl.rst>. 71 address into account. Furthermore, the TOS (Type-Of-Service) field 89 equal "cost" and chooses one of them in a non-deterministic fashion 132 <file:Documentation/admin-guide/nfs/nfsroot.rst> for details. 147 Read <file:Documentation/admin-guide/nfs/nfsroot.rst> for details. 160 <file:Documentation/admin-guide/nfs/nfsroot.rst> for details. 173 mobile-IP facilities (allowing laptops to seamlessly move between [all …]
|
/Linux-v6.1/Documentation/driver-api/ |
D | spi.rst | 7 often in the range of 1-20 MHz), a "Master Out, Slave In" (MOSI) data 12 additional chipselect line is usually active-low (nCS); four signals are 18 only "master" side interfaces are supported, where Linux talks to SPI 25 a pair of FIFOs connected to dual DMA engines on the other side of the 28 the SPI side of their device as a :c:type:`struct spi_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
|
D | i2c.rst | 5 the "Inter-IC" bus, a simple bus protocol which is widely used where low 7 some vendors use another name (such as "Two-Wire Interface", TWI) for 12 I2C is a multi-master bus; open drain signaling is used to arbitrate 16 The Linux I2C programming interfaces support the master side of bus 17 interactions and the slave side. The programming interface is 38 .. kernel-doc:: include/linux/i2c.h 41 .. kernel-doc:: drivers/i2c/i2c-boardinfo.c 44 .. kernel-doc:: drivers/i2c/i2c-core-base.c 47 .. kernel-doc:: drivers/i2c/i2c-core-smbus.c
|
/Linux-v6.1/Documentation/RCU/ |
D | checklist.rst | 1 .. SPDX-License-Identifier: GPL-2.0 14 0. Is RCU being applied to a read-mostly situation? If the data 18 tool for the job. Yes, RCU does reduce read-side overhead by 19 increasing write-side overhead, which is exactly why normal uses 27 Yet another exception is where the low real-time latency of RCU's 28 read-side primitives is critically important. 33 counter-intuitive situation where rcu_read_lock() and 49 them -- even x86 allows later loads to be reordered to precede 59 2. Do the RCU read-side critical sections make proper use of 63 under your read-side code, which can greatly increase the [all …]
|
/Linux-v6.1/Documentation/scsi/ |
D | megaraid.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 -------- 14 interfaces with the applications on one side and all the low level drivers 19 i. Avoid duplicate code from the low level drivers. 20 ii. Unburden the low level drivers from having to export the 24 multiple low level drivers. 32 ------- 41 - Jeff Garzik (jgarzik@pobox.com), 02.25.2004 LKML 45 "As Jeff hinted, if your userspace<->driver API is consistent between 46 your new MPT-based RAID controllers and your existing megaraid driver, [all …]
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | irq_64.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 * Copyright (C) 1995-1996 Gary Thomas (gdt@linuxppc.org) 8 * Copyright (C) 1996-2001 Cort Dougan 39 #include <linux/radix-tree.h> 78 if (!(local_paca->irq_happened & PACA_IRQ_HARD_DIS)) in next_interrupt() 84 * We are responding to the next interrupt, so interrupt-off in next_interrupt() 93 if (local_paca->irq_happened & irq) { in irq_happened_test_and_clear() 94 local_paca->irq_happened &= ~irq; in irq_happened_test_and_clear() 117 * debug_smp_processor_id() business in this low level function. in replay_soft_interrupts() 122 WARN_ON(!(local_paca->irq_happened & PACA_IRQ_HARD_DIS)); in replay_soft_interrupts() [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/arm/ |
D | atmel-sysregs.txt | 4 - compatible: Should be "atmel,sama5d2-chipid" or "microchip,sama7g5-chipid" 5 - reg : Should contain registers location and length 8 - compatible: Should be "atmel,at91sam9260-pit" 9 - reg: Should contain registers location and length 10 - interrupts: Should contain interrupt for the PIT which is the IRQ line 14 - compatible: Should be "microchip,sam9x60-pit64b" 15 - reg: Should contain registers location and length 16 - interrupts: Should contain interrupt for PIT64B timer 17 - clocks: Should contain the available clock sources for PIT64B timer. 20 - compatible: Should be "atmel,at91rm9200-st", "syscon", "simple-mfd" [all …]
|
/Linux-v6.1/drivers/macintosh/ |
D | via-macii.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Device driver for the via ADB on (many) Mac II-class machines 13 * 1999-08-02 (jmt) - Initial rewrite for Unified ADB. 14 * 2000-03-29 Tony Mantler <tonym@mac.linux-m68k.org> 15 * - Big overhaul, should actually work now. 16 * 2006-12-31 Finn Thain - Another overhaul. 24 * ftp://ftp.apple.com/developer/Tool_Chest/Devices_-_Hardware/Apple_Desktop_Bus/ 39 /* VIA registers - spaced 0x200 bytes apart */ 41 #define B 0 /* B-side data */ 42 #define A RS /* A-side data */ [all …]
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | ext-ctrls-camera.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _camera-controls: 13 .. _camera-control-id: 23 .. _v4l2-exposure-auto-type: 28 enum v4l2_exposure_auto_type - 37 .. flat-table:: 38 :header-rows: 0 39 :stub-columns: 0 41 * - ``V4L2_EXPOSURE_AUTO`` 42 - Automatic exposure time, automatic iris aperture. [all …]
|
/Linux-v6.1/kernel/ |
D | context_tracking.c | 1 // SPDX-License-Identifier: GPL-2.0-only 13 * Many thanks to Gilad Ben-Yossef, Paul McKenney, Ingo Molnar, Andrew Morton, 41 /* Record the current task on dyntick-idle entry. */ 45 WRITE_ONCE(current->rcu_tasks_idle_cpu, smp_processor_id()); in rcu_dynticks_task_enter() 49 /* Record no current task on dyntick-idle exit. */ 53 WRITE_ONCE(current->rcu_tasks_idle_cpu, -1); in rcu_dynticks_task_exit() 62 current->trc_reader_special.b.need_mb = true; in rcu_dynticks_task_trace_enter() 71 current->trc_reader_special.b.need_mb = false; in rcu_dynticks_task_trace_exit() 86 * CPUs seeing atomic_add_return() must see prior RCU read-side in ct_kernel_exit_state() 90 rcu_dynticks_task_trace_enter(); // Before ->dynticks update! in ct_kernel_exit_state() [all …]
|
D | Kconfig.preempt | 1 # SPDX-License-Identifier: GPL-2.0-only 44 low priority process to voluntarily preempt itself even if it 52 bool "Preemptible Kernel (Low-Latency Desktop)" 59 permitting a low priority process to be preempted involuntarily 71 bool "Fully Preemptible Kernel (Real-Time)" 75 This option turns the kernel into a real-time kernel by replacing 77 preemptible priority-inheritance aware variants, enforcing 79 non-preemptible sections. This makes the kernel, except for very 80 low level and critical code paths (entry code, scheduler, low 85 require real-time guarantees. [all …]
|
/Linux-v6.1/arch/x86/include/asm/ |
D | pgtable-3level.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 * Intel Physical Address Extension (PAE) Mode - three-level page 28 * value and then use set_pte to update it. -ben 32 ptep->pte_high = pte.pte_high; in native_set_pte() 34 ptep->pte_low = pte.pte_low; in native_set_pte() 39 * pte_offset_map_lock() on 32-bit PAE kernels was reading the pmd_t with 43 * vs page faults vs MADV_DONTNEED. On the page fault side 45 * pmd_t with a "*pmdp" on the mincore side, a SMP race can happen 46 * because GCC will not read the 64-bit value of the pmd atomically. 63 * only return an atomic pmdval if the low part of the pmdval is later [all …]
|
/Linux-v6.1/Documentation/userspace-api/media/drivers/ |
D | max2175.rst | 1 .. SPDX-License-Identifier: GPL-2.0 6 The MAX2175 driver implements the following driver-specific controls: 9 ------------------------------- 12 Refer to Documentation/driver-api/media/v4l2-controls.rst for more details. 14 .. flat-table:: 15 :header-rows: 0 16 :stub-columns: 0 19 * - ``(0)`` 20 - I2S output is disabled. 21 * - ``(1)`` [all …]
|