Home
last modified time | relevance | path

Searched full:later (Results 1 – 25 of 9240) sorted by relevance

12345678910>>...370

/kernel/linux/linux-4.19/arch/x86/xen/
Defi.c7 * (at your option) any later version.
36 .revision = 0, /* Initialized later. */
41 .fw_vendor = EFI_INVALID_TABLE_ADDR, /* Initialized later. */
42 .fw_revision = 0, /* Initialized later. */
53 .nr_tables = 0, /* Initialized later. */
54 .tables = EFI_INVALID_TABLE_ADDR /* Initialized later. */
/kernel/linux/linux-4.19/include/dt-bindings/bus/
Dti-sysc.h3 /* Generic sysc found on omap2 and later, also known as type1 */
10 /* Generic sysc found on omap4 and later, also known as type2 */
15 /* SmartReflex sysc found on 36xx and later */
/kernel/linux/linux-5.10/include/dt-bindings/bus/
Dti-sysc.h4 /* 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 */
/kernel/linux/linux-5.10/Documentation/i2c/busses/
Di2c-i801.rst51 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
/kernel/linux/linux-4.19/net/bluetooth/
DKconfig50 available with Bluetooth version 1.0b or later and support
52 version 2.0 or later.
68 available with Bluetooth version 3.0 or later.
76 layer available with Bluetooth version 4.0 or later.
/kernel/linux/linux-5.10/net/bluetooth/
DKconfig52 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.
/kernel/linux/linux-5.10/arch/x86/xen/
Defi.c24 .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. */
/kernel/linux/linux-4.19/Documentation/i2c/busses/
Di2c-i80142 On Intel Patsburg and later chipsets, both the normal host SMBus controller
67 ICH3 (82801CA/CAM) and later devices (PCH) are Intel chips that are a part of
97 I2C block read is supported on the 82801EB (ICH5) and later chips.
103 The 82801DB (ICH4) and later chips support several SMBus 2.0 features.
109 PCI interrupt support is supported on the 82801EB (ICH5) and later chips.
159 Note: There's a useful script in lm_sensors 2.10.2 and later, named
/kernel/linux/linux-5.10/scripts/coccinelle/misc/
Darray_size_dup.cocci43 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)
/kernel/linux/linux-4.19/lib/
DKconfig.kasan16 of 4.9.2 or later. Detection of out of bounds accesses to stack or
17 global variables requires gcc 5.0 or later.
56 This requires a gcc version of 5.0 or later.
/kernel/linux/linux-5.10/include/linux/
Dasync.h49 * 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.
Dsrcu.h102 * srcu_dereference_check - fetch SRCU-protected pointer for later dereferencing
103 * @p: the pointer to fetch and protect for later dereferencing
117 * srcu_dereference - fetch SRCU-protected pointer for later dereferencing
118 * @p: the pointer to fetch and protect for later dereferencing
130 * @p: the pointer to fetch and protect for later dereferencing
Dktime.h169 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()
/kernel/linux/linux-4.19/Documentation/process/
Dlicense-rules.rst19 GPL-1.0+ : GNU General Public License v1.0 or later
20 GPL-2.0+ : GNU General Public License v2.0 or later
22 LGPL-2.0+ : GNU Library General Public License v2 or later
24 LGPL-2.1+ : GNU Lesser General Public License v2.1 or later
100 License identifiers for licenses like [L]GPL with the 'or later' option
101 are constructed by using a "+" for indicating the 'or later' option.::
188 later' options two identifiers are valid.
216 For 'GNU General Public License (GPL) version 2 or any later version' use:
/kernel/linux/linux-4.19/arch/powerpc/include/asm/
Dicswx.h9 * 2 of the License, or (at your option) any later version.
72 #define CSB_CC_EXCEED_BYTE_COUNT (19) /* P9 or later */
74 #define CSB_CC_INVALID_CRB (21) /* P9 or later */
75 #define CSB_CC_INVALID_DDE (30) /* P9 or later */
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dicswx.h1 /* 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 */
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dste-hrefv60plus-tvk.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Device Tree for the HREF version 60 or later with the TVK1281618 UIB
/kernel/linux/linux-4.19/fs/cifs/
DKconfig30 later) as well by Samba (which provides excellent CIFS and SMB3
44 In general, the default dialects, SMB3 and later, enable better
72 Modern dialects, SMB2.1 and later (including SMB3 and 3.1.1), have
140 or later, that optionally can handle more POSIX like (rather
143 (such as Samba 3.10 and later) which can negotiate
/kernel/linux/linux-5.10/fs/cifs/
DKconfig33 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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/misc/
Dnvidia,tegra186-misc.txt1 NVIDIA Tegra186 (and later) MISC register block
3 The MISC register block found on Tegra186 and later SoCs contains registers
/kernel/linux/linux-4.19/Documentation/networking/
Digbvf.txt20 The igbvf driver requires the igb driver, version 2.0 or later. The igbvf
34 Configurations" later in this document.
62 version 3.0 or later is required for this functionality, although we
/kernel/linux/linux-5.10/fs/ntfs/
Dlogfile.h1 /* 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. */
/kernel/linux/linux-4.19/fs/ntfs/
Dlogfile.h10 * (at your option) any later version.
150 and presumably later, the logfile is always
167 presumably later, the logfile is always
172 WinXP and presumably later, if the logfile
217 presumably later, this is 0x40, i.e. there
221 in WinXP and later. */
289 presumably later, this is always 0. */
/kernel/linux/linux-5.10/Documentation/process/
Dlicense-rules.rst21 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
/kernel/linux/linux-5.10/lib/mpi/
Dmpi-sub-ui.c1 // SPDX-License-Identifier: GPL-2.0-or-later
15 * option) any later version.
21 * later version.

12345678910>>...370