/Linux-v5.10/include/dt-bindings/bus/ |
D | ti-sysc.h | 4 /* Generic sysc found on omap2 and later, also known as type1 */ 11 /* Generic sysc found on omap4 and later, also known as type2 */ 16 /* SmartReflex sysc found on 36xx and later */
|
/Linux-v5.10/Documentation/i2c/busses/ |
D | i2c-i801.rst | 51 On Intel Patsburg and later chipsets, both the normal host SMBus controller 81 ICH3 (82801CA/CAM) and later devices (PCH) are Intel chips that are a part of 105 Block process call is supported on the 82801EB (ICH5) and later chips. 111 I2C block read is supported on the 82801EB (ICH5) and later chips. 117 The 82801DB (ICH4) and later chips support several SMBus 2.0 features. 123 PCI interrupt support is supported on the 82801EB (ICH5) and later chips. 172 Note: There's a useful script in lm_sensors 2.10.2 and later, named
|
/Linux-v5.10/scripts/coccinelle/misc/ |
D | array_size_dup.cocci | 43 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line) 51 msg = "WARNING: array_size is used later (line %s) to compute the same size" % (p2[0].line) 108 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line) 116 msg = "WARNING: array3_size is used later (line %s) to compute the same size" % (p2[0].line) 172 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line) 180 msg = "WARNING: struct_size is used later (line %s) to compute the same size" % (p2[0].line)
|
/Linux-v5.10/arch/x86/xen/ |
D | efi.c | 24 .revision = 0, /* Initialized later. */ 29 .fw_vendor = EFI_INVALID_TABLE_ADDR, /* Initialized later. */ 30 .fw_revision = 0, /* Initialized later. */ 41 .nr_tables = 0, /* Initialized later. */ 42 .tables = EFI_INVALID_TABLE_ADDR /* Initialized later. */
|
/Linux-v5.10/net/bluetooth/ |
D | Kconfig | 52 available with Bluetooth version 1.0b or later and support 54 version 2.0 or later. 70 available with Bluetooth version 3.0 or later. 78 layer available with Bluetooth version 4.0 or later.
|
/Linux-v5.10/include/linux/ |
D | async.h | 49 * Returns an async_cookie_t that may be used for checkpointing later. 63 * Returns an async_cookie_t that may be used for checkpointing later. 80 * Returns an async_cookie_t that may be used for checkpointing later. 99 * Returns an async_cookie_t that may be used for checkpointing later.
|
D | srcu.h | 99 * srcu_dereference_check - fetch SRCU-protected pointer for later dereferencing 100 * @p: the pointer to fetch and protect for later dereferencing 114 * srcu_dereference - fetch SRCU-protected pointer for later dereferencing 115 * @p: the pointer to fetch and protect for later dereferencing 127 * @p: the pointer to fetch and protect for later dereferencing
|
D | ktime.h | 169 static inline s64 ktime_us_delta(const ktime_t later, const ktime_t earlier) in ktime_us_delta() argument 171 return ktime_to_us(ktime_sub(later, earlier)); in ktime_us_delta() 174 static inline s64 ktime_ms_delta(const ktime_t later, const ktime_t earlier) in ktime_ms_delta() argument 176 return ktime_to_ms(ktime_sub(later, earlier)); in ktime_ms_delta()
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | icswx.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 68 #define CSB_CC_EXCEED_BYTE_COUNT (19) /* P9 or later */ 70 #define CSB_CC_INVALID_CRB (21) /* P9 or later */ 71 #define CSB_CC_INVALID_DDE (30) /* P9 or later */
|
/Linux-v5.10/fs/cifs/ |
D | Kconfig | 33 later) as well by Samba (which provides excellent CIFS and SMB3 47 In general, the default dialects, SMB3 and later, enable better 75 Modern dialects, SMB2.1 and later (including SMB3 and 3.1.1), have 143 or later, that optionally can handle more POSIX like (rather 146 (such as Samba 3.10 and later) which can negotiate
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | ste-hrefv60plus-tvk.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Device Tree for the HREF version 60 or later with the TVK1281618 UIB
|
D | ste-hrefv60plus-stuib.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Device Tree for the HREF version 60 or later with the ST UIB
|
/Linux-v5.10/fs/ntfs/ |
D | logfile.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 136 and presumably later, the logfile is always 153 presumably later, the logfile is always 158 WinXP and presumably later, if the logfile 203 presumably later, this is 0x40, i.e. there 207 in WinXP and later. */ 275 presumably later, this is always 0. */
|
/Linux-v5.10/Documentation/devicetree/bindings/misc/ |
D | nvidia,tegra186-misc.txt | 1 NVIDIA Tegra186 (and later) MISC register block 3 The MISC register block found on Tegra186 and later SoCs contains registers
|
/Linux-v5.10/Documentation/process/ |
D | license-rules.rst | 21 GPL-1.0+ : GNU General Public License v1.0 or later 22 GPL-2.0+ : GNU General Public License v2.0 or later 24 LGPL-2.0+ : GNU Library General Public License v2 or later 26 LGPL-2.1+ : GNU Lesser General Public License v2.1 or later 102 License identifiers for licenses like [L]GPL with the 'or later' option 103 are constructed by using a "+" for indicating the 'or later' option.:: 190 later' options two identifiers are valid. 218 For 'GNU General Public License (GPL) version 2 or any later version' use: 443 GPL-2.0-only or GPL-2.0-or-later. The exact
|
/Linux-v5.10/lib/mpi/ |
D | mpi-sub-ui.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 15 * option) any later version. 21 * later version.
|
/Linux-v5.10/LICENSES/deprecated/ |
D | GFDL-1.1 | 1 Valid-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later 3 Valid-License-Identifier: GFDL-1.1-no-invariants-or-later 5 SPDX-URL: https://spdx.org/licenses/GFDL-1.1-no-invariants-or-later.html 15 SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later 19 SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 346 License "or any later version" applies to it, you have the option of 348 of any later version that has been published (not as a draft) by the 363 or any later version published by the Free Software Foundation;
|
/Linux-v5.10/Documentation/devicetree/bindings/sound/ |
D | nvidia,tegra30-ahub.txt | 21 Tegra30 and later: 33 Tegra114 and later additionally require: 36 Tegra124 and later additionally require:
|
/Linux-v5.10/arch/x86/kernel/fpu/ |
D | init.c | 190 * We set this up first, and later it will be overwritten by 201 * Note that xstate sizes might be overwritten later during in fpu__init_system_xstate_size_legacy() 241 * FPU state that is later cloned into all processes: 249 * later FPU init activities: in fpu__init_system()
|
/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-devices-mmc | 6 eMMC4.4 or later card can support such feature. This kind of 17 eMMC4.4 or later card can support such feature. This kind of
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | legacy_serial.c | 192 /* Add port, irq will be dealt with later. We passed a translated in add_legacy_soc_port() 193 * IO port value. It will be fixed up later along with the irq in add_legacy_soc_port() 233 * port later by the serial driver in add_legacy_isa_port() 245 /* Add port, irq will be dealt with later */ in add_legacy_isa_port() 265 * the generic 8250_pci driver later on. The reason is that 8250 in add_legacy_pci_port() 284 * or to the domain local IO base for PIO (it will be fixed up later) in add_legacy_pci_port() 316 /* Add port, irq will be dealt with later. We passed a translated in add_legacy_pci_port() 317 * IO port value. It will be fixed up later along with the irq in add_legacy_pci_port() 362 * console to be initialized, that list is also used later to provide 8250 with
|
/Linux-v5.10/include/linux/mfd/pcf50633/ |
D | backlight.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 21 * Valid range 0-63. Can be changed later with pcf50633_bl_set_brightness_limit.
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | app-pri.rst | 1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later 15 applications and automatically regain control of the device at a later
|
/Linux-v5.10/arch/s390/include/asm/ |
D | sections.h | 25 * those sections are later sorted by alignment + name and merged together into 33 * .init section and thus will be preserved for later use in the decompressed
|
/Linux-v5.10/include/linux/platform_data/ |
D | dma-s3c24xx.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 20 * s3c2443 and later and channel-selection map for earlier SoCs
|