| /kernel/linux/linux-6.6/Documentation/netlink/specs/ |
| D | devlink.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 5 protocol: genetlink-legacy 10 - 12 name: sb-pool-type 14 - 16 - 19 attribute-sets: 20 - 22 name-prefix: devlink-attr- 24 - [all …]
|
| /kernel/linux/linux-5.10/drivers/media/cec/platform/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 14 The CEC bus is present in the HDMI connector and enables communication 15 between compatible devices. 25 CEC bus is present in the HDMI connector and enables communication 37 This driver if for the new AO-CEC module found in G12A SoCs, 38 usually named AO_CEC_B in documentation. 40 CEC bus is present in the HDMI connector and enables communication 41 between compatible devices. 44 tristate "Generic GPIO-based CEC driver" 51 This is a generic GPIO-based CEC driver. [all …]
|
| /kernel/linux/linux-6.6/drivers/media/cec/platform/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 14 The CEC bus is present in the HDMI connector and enables communication 15 between compatible devices. 25 CEC bus is present in the HDMI connector and enables communication 37 This driver if for the new AO-CEC module found in G12A SoCs, 38 usually named AO_CEC_B in documentation. 40 CEC bus is present in the HDMI connector and enables communication 41 between compatible devices. 44 tristate "Generic GPIO-based CEC driver" 51 This is a generic GPIO-based CEC driver. [all …]
|
| /kernel/linux/linux-5.10/drivers/mailbox/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 5 Mailbox is a framework to control hardware communication between 6 on-chip processors through queued messages and interrupt driven 17 used in Secure mode only. 33 which can be used in Secure mode only. 41 send short messages between Highbank's A9 cores and the EnergyCore 51 running on the Cortex-M3 rWTM secure processor of the Armada 37xx 60 interprocessor communication involving DSP, IVA1.0 and IVA2 in 61 OMAP2/3; or IPU, IVA HD and DSP in OMAP4/5. Say Y here if you 77 This driver provides support for inter-processor communication [all …]
|
| /kernel/linux/linux-6.6/drivers/mailbox/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 5 Mailbox is a framework to control hardware communication between 6 on-chip processors through queued messages and interrupt driven 16 Apple SoCs have various co-processors required for certain 29 used in Secure mode only. 36 which provides unidirectional mailboxes between processing elements. 52 which can be used in Secure mode only. 60 send short messages between Highbank's A9 cores and the EnergyCore 70 running on the Cortex-M3 rWTM secure processor of the Armada 37xx 79 interprocessor communication involving DSP, IVA1.0 and IVA2 in [all …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | percpu-refcount.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 * This implements a refcount with similar semantics to atomic_t - atomic_inc(), 8 * atomic_dec_and_test() - but percpu. 10 * There's one important difference between percpu refs and normal atomic_t 15 * The refcount will have a range of 0 to ((1U << 31) - 1), i.e. one bit less 16 * than an atomic_t - this is because of the way shutdown works, see 20 * refcount hitting 0 - it can't, if it was in percpu mode. percpu_ref_kill() 21 * puts the ref back in single atomic_t mode, collecting the per cpu refs and 32 * In the aio code, kill_ioctx() is called when we wish to destroy a kioctx; it 44 * once - percpu_ref_kill() does this for you, it returns true once and false if [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/spi/ |
| D | cdns,qspi-nor-peripheral-props.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/spi/cdns,qspi-nor-peripheral-props.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Peripheral-specific properties for the Cadence QSPI controller. 10 See spi-peripheral-props.yaml for more info. 13 - Vaishnav Achath <vaishnav.a@ti.com> 16 # cdns,qspi-nor.yaml 17 cdns,read-delay: 20 Delay for read capture logic, in clock cycles. [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | percpu-refcount.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 * This implements a refcount with similar semantics to atomic_t - atomic_inc(), 8 * atomic_dec_and_test() - but percpu. 10 * There's one important difference between percpu refs and normal atomic_t 15 * The refcount will have a range of 0 to ((1U << 31) - 1), i.e. one bit less 16 * than an atomic_t - this is because of the way shutdown works, see 20 * refcount hitting 0 - it can't, if it was in percpu mode. percpu_ref_kill() 21 * puts the ref back in single atomic_t mode, collecting the per cpu refs and 32 * In the aio code, kill_ioctx() is called when we wish to destroy a kioctx; it 44 * once - percpu_ref_kill() does this for you, it returns true once and false if [all …]
|
| /kernel/linux/linux-6.6/Documentation/input/ |
| D | multi-touch-protocol.rst | 4 Multi-touch (MT) Protocol 7 :Copyright: |copy| 2009-2010 Henrik Rydberg <rydberg@euromail.se> 11 ------------ 13 In order to utilize the full power of the new multi-touch and multi-user 15 objects in direct contact with the device surface, is needed. This 16 document describes the multi-touch (MT) protocol which allows kernel 30 -------------- 34 packet. Since these events are ignored by current single-touch (ST) 36 in an existing driver. 48 All drivers mark the end of a multi-touch transfer by calling the usual [all …]
|
| /kernel/linux/linux-5.10/Documentation/input/ |
| D | multi-touch-protocol.rst | 4 Multi-touch (MT) Protocol 7 :Copyright: |copy| 2009-2010 Henrik Rydberg <rydberg@euromail.se> 11 ------------ 13 In order to utilize the full power of the new multi-touch and multi-user 15 objects in direct contact with the device surface, is needed. This 16 document describes the multi-touch (MT) protocol which allows kernel 30 -------------- 34 packet. Since these events are ignored by current single-touch (ST) 36 in an existing driver. 48 All drivers mark the end of a multi-touch transfer by calling the usual [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
| D | ti-aemif.txt | 4 provide a glue-less interface to a variety of asynchronous memory devices like 11 Davinci DM646x - http://www.ti.com/lit/ug/sprueq7c/sprueq7c.pdf 12 OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh77a/spruh77a.pdf 13 Kestone - http://www.ti.com/lit/ug/sprugz3a/sprugz3a.pdf 17 - compatible: "ti,davinci-aemif" 18 "ti,keystone-aemif" 19 "ti,da850-aemif" 21 - reg: contains offset/length value for AEMIF control registers 24 - #address-cells: Must be 2. The partition number has to be encoded in the 25 first address cell and it may accept values 0..N-1 [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/memory-controllers/ |
| D | ti-aemif.txt | 4 provide a glue-less interface to a variety of asynchronous memory devices like 11 Davinci DM646x - http://www.ti.com/lit/ug/sprueq7c/sprueq7c.pdf 12 OMAP-L138 (DA850) - http://www.ti.com/lit/ug/spruh77a/spruh77a.pdf 13 Kestone - http://www.ti.com/lit/ug/sprugz3a/sprugz3a.pdf 17 - compatible: "ti,davinci-aemif" 18 "ti,keystone-aemif" 19 "ti,da850-aemif" 21 - reg: contains offset/length value for AEMIF control registers 24 - #address-cells: Must be 2. The partition number has to be encoded in the 25 first address cell and it may accept values 0..N-1 [all …]
|
| /kernel/linux/linux-6.6/include/linux/sched/ |
| D | sd_flags.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * sched-domains (multiprocessor balancing) flag declarations. 15 * is usually because the flag describes some shared resource (all CPUs in that 17 * behaviour that we want to disable at some point in the hierarchy for 20 * In those cases it doesn't make sense to have the flag set for a domain but 21 * not have it in (some of) its children: sched domains ALWAYS span their child 22 * domains, so operations done with parent domains will cover CPUs in the lower 40 * involves equalizing a metric between groups), or for flags describing some 41 * shared resource (which would be shared between groups). 89 * NEEDS_GROUPS: Per-CPU capacity is asymmetric between groups. [all …]
|
| /kernel/linux/linux-5.10/net/dccp/ccids/lib/ |
| D | packet_history.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Copyright (c) 2005-7 The University of Waikato, Hamilton, New Zealand. 10 * or e-mail Ian McDonald - ian.mcdonald@jandi.co.nz 14 * Copyright (c) 2003 Nils-Erik Mattsson, Joacim Haggmark, Magnus Erixzon 17 * and to make it work as a loadable module in the DCCP stack written by 38 return tfrc_tx_hist_slab == NULL ? -ENOBUFS : 0; in tfrc_tx_packet_history_init() 54 return -ENOBUFS; in tfrc_tx_hist_add() 55 entry->seqno = seqno; in tfrc_tx_hist_add() 56 entry->stamp = ktime_get_real(); in tfrc_tx_hist_add() 57 entry->next = *headp; in tfrc_tx_hist_add() [all …]
|
| /kernel/linux/linux-6.6/net/dccp/ccids/lib/ |
| D | packet_history.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * Copyright (c) 2005-7 The University of Waikato, Hamilton, New Zealand. 10 * or e-mail Ian McDonald - ian.mcdonald@jandi.co.nz 14 * Copyright (c) 2003 Nils-Erik Mattsson, Joacim Haggmark, Magnus Erixzon 17 * and to make it work as a loadable module in the DCCP stack written by 38 return tfrc_tx_hist_slab == NULL ? -ENOBUFS : 0; in tfrc_tx_packet_history_init() 54 return -ENOBUFS; in tfrc_tx_hist_add() 55 entry->seqno = seqno; in tfrc_tx_hist_add() 56 entry->stamp = ktime_get_real(); in tfrc_tx_hist_add() 57 entry->next = *headp; in tfrc_tx_hist_add() [all …]
|
| /kernel/linux/linux-6.6/Documentation/mm/ |
| D | zsmalloc.rst | 6 supposed to work well under low memory conditions. In particular, it 9 (0-order) pages, it would suffer from very high fragmentation -- 13 To overcome these issues, zsmalloc allocates a bunch of 0-order pages 15 pages act as a single higher-order page i.e. an object can span 0-order 20 since this satisfies the requirements of all its current users (in the 21 worst case, page is incompressible and is thus stored "as-is" i.e. in 29 issues on 32-bit systems where the VA region for kernel space mappings 59 the number of zspages with usage ratio between 10% and 20% 61 the number of zspages with usage ratio between 20% and 30% 63 the number of zspages with usage ratio between 30% and 40% [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
| D | coresight-cti.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause 4 --- 5 $id: http://devicetree.org/schemas/arm/coresight-cti.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 12 to one or more CoreSight components and/or a CPU, with CTIs interconnected in 15 not part of the CoreSight graph described in the general CoreSight bindings 18 The CTI component properties define the connections between the individual 22 number is defined at design time, the maximum of each defined in the DEVID 25 CTIs are interconnected in a star topology via the CTM, using a number of 27 described in the DEVID register. The star topology is not required to be [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/ |
| D | arm,coresight-cti.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 4 --- 5 $id: http://devicetree.org/schemas/arm/arm,coresight-cti.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 12 to one or more CoreSight components and/or a CPU, with CTIs interconnected in 17 The CTI component properties define the connections between the individual 21 number is defined at design time, the maximum of each defined in the DEVID 24 CTIs are interconnected in a star topology via the CTM, using a number of 26 described in the DEVID register. The star topology is not required to be 27 described in the bindings as the actual connections are software [all …]
|
| /kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/jaketown/ |
| D | uncore-memory.json | 11 … "BriefDescription": "DRAM RD_CAS and WR_CAS Commands.; All DRAM WR_CAS (w/ and w/out auto-pre)", 27 … "BriefDescription": "DRAM RD_CAS and WR_CAS Commands.; All DRAM RD_CAS (w/ and w/out auto-pre)", 51 …ption": "DRAM RD_CAS and WR_CAS Commands.; DRAM WR_CAS (w/ and w/out auto-pre) in Read Major Mode", 59 …tion": "DRAM RD_CAS and WR_CAS Commands.; DRAM WR_CAS (w/ and w/out auto-pre) in Write Major Mode", 70 "PublicDescription": "Uncore Fixed Counter - uclks", 104 …s corrected. The iMC can correct up to 4 bit errors in independent channel mode and 8 bit errors … 108 "BriefDescription": "Cycles in a Major Mode; Isoch Major Mode", 112 …number of cycles spent in a major mode (selected by a filter) on the given channel. Major modea … 117 "BriefDescription": "Cycles in a Major Mode; Partial Major Mode", 121 …number of cycles spent in a major mode (selected by a filter) on the given channel. Major modea … [all …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | field-order.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _field-order: 9 We have to distinguish between progressive and interlaced video. 13 odd and even field are transmitted, and due to a small delay between 22 fields are in fact captured at two different instances in time. An 23 object on screen may well move between one field and the next. For 29 combine to frames. We distinguish between top (aka odd) and bottom (aka 43 determined by the video standard. Hence the distinction between temporal 47 In V4L it is assumed that all video cameras transmit fields on the media 48 bus in the same order they were captured, so if the top field was [all …]
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | field-order.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 3 .. _field-order: 9 We have to distinguish between progressive and interlaced video. 13 odd and even field are transmitted, and due to a small delay between 22 fields are in fact captured at two different instances in time. An 23 object on screen may well move between one field and the next. For 29 combine to frames. We distinguish between top (aka odd) and bottom (aka 43 determined by the video standard. Hence the distinction between temporal 47 In V4L it is assumed that all video cameras transmit fields on the media 48 bus in the same order they were captured, so if the top field was [all …]
|
| /kernel/linux/linux-5.10/drivers/dma-buf/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 11 userspace via Sync File fds for synchronization between drivers via 14 The first and main user for this is graphics in which a fence is 18 Documentation/driver-api/sync_file.rst. 30 WARNING: improper use of this can result in deadlocking kernel 39 A driver to let userspace turn memfd regions into dma-bufs. 43 bool "Move notify between drivers (EXPERIMENTAL)" 47 Don't pin buffers if the dynamic DMA-buf interface is available on 50 through DMA-buf. 52 execution context and memory management between drivers. [all …]
|
| /kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
| D | security.h | 1 /* SPDX-License-Identifier: GPL-2.0 3 * Copyright 2016-2022 HabanaLabs, Ltd. 11 #include <linux/io-64-nonatomic-lo-hi.h> 24 * struct hl_special_block_info - stores address details of a particular type of 27 * @block_type: block type as described in every ASIC's block_types enum. 33 * @major_offset: address gap between 2 consecutive major blocks of particular type, 34 * e.g., offset between NIC0_UMR0_0 and NIC1_UMR0_0 is 0x80000. 35 * @minor_offset: address gap between 2 consecutive minor blocks of particular type, 36 * e.g., offset between NIC0_UMR0_0 and NIC0_UMR1_0 is 0x20000. 37 * @sub_minor_offset: address gap between 2 consecutive sub_minor blocks of particular [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/ |
| D | cadence-quadspi.txt | 4 - compatible : should be one of the following: 5 Generic default - "cdns,qspi-nor". 6 For TI 66AK2G SoC - "ti,k2g-qspi", "cdns,qspi-nor". 7 For TI AM654 SoC - "ti,am654-ospi", "cdns,qspi-nor". 8 - reg : Contains two entries, each of which is a tuple consisting of a 12 - interrupts : Unit interrupt specifier for the controller interrupt. 13 - clocks : phandle to the Quad SPI clock. 14 - cdns,fifo-depth : Size of the data FIFO in words. 15 - cdns,fifo-width : Bus width of the data FIFO in bytes. 16 - cdns,trigger-address : 32-bit indirect AHB trigger address. [all …]
|
| /kernel/linux/linux-6.6/drivers/dma-buf/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 11 userspace via Sync File fds for synchronization between drivers via 14 The first and main user for this is graphics in which a fence is 18 Documentation/driver-api/sync_file.rst. 30 WARNING: improper use of this can result in deadlocking kernel 39 A driver to let userspace turn memfd regions into dma-bufs. 43 bool "Move notify between drivers (EXPERIMENTAL)" 47 Don't pin buffers if the dynamic DMA-buf interface is available on 50 through DMA-buf. 52 execution context and memory management between drivers. [all …]
|