Home
last modified time | relevance | path

Searched refs:later (Results 1 – 25 of 2030) sorted by relevance

12345678910>>...82

/linux-6.1.9/include/linux/
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()
/linux-6.1.9/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)
/linux-6.1.9/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 R2 UIB
Dste-hrefv60plus-stuib.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Device Tree for the HREF version 60 or later with the ST UIB
Dep7211.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later
/linux-6.1.9/Documentation/i2c/busses/
Di2c-i801.rst53 On Intel Patsburg and later chipsets, both the normal host SMBus controller
83 ICH3 (82801CA/CAM) and later devices (PCH) are Intel chips that are a part of
107 Block process call is supported on the 82801EB (ICH5) and later chips.
113 I2C block read is supported on the 82801EB (ICH5) and later chips.
119 The 82801DB (ICH4) and later chips support several SMBus 2.0 features.
125 PCI interrupt support is supported on the 82801EB (ICH5) and later chips.
174 Note: There's a useful script in lm_sensors 2.10.2 and later, named
/linux-6.1.9/Documentation/devicetree/bindings/misc/
Dnvidia,tegra186-misc.yaml7 title: NVIDIA Tegra186 (and later) MISC register block
13 description: The MISC register block found on Tegra186 and later SoCs contains
/linux-6.1.9/Documentation/userspace-api/media/rc/
Dlirc-set-rec-carrier-range.rst1 .. SPDX-License-Identifier: GPL-2.0 OR GFDL-1.1-no-invariants-or-later
41 <LIRC_SET_REC_CARRIER_RANGE>` with the lower bound first and later call
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-devices-mmc6 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-6.1.9/Documentation/devicetree/bindings/sound/
Dnvidia,tegra30-ahub.txt21 Tegra30 and later:
33 Tegra114 and later additionally require:
36 Tegra124 and later additionally require:
/linux-6.1.9/Documentation/powerpc/
Delf_hwcaps.rst147 supporting later architectures DO NOT set this feature.
160 supporting later architectures also set this feature.
182 supporting later architectures also set this feature.
195 later.
209 supporting later architectures also set this feature.
228 supporting later architectures also set this feature.
/linux-6.1.9/Documentation/userspace-api/media/v4l/
Dapp-pri.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
15 applications and automatically regain control of the device at a later
Dlibv4l.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
Dcapture-example.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
/linux-6.1.9/tools/memory-model/Documentation/
Dglossary.txt7 Address Dependency: When the address of a later memory access is computed
9 dependency" extends from that load extending to the later access.
30 load before later memory references running on that same CPU.
43 either the value from another CPU's store or some later value,
54 Control Dependency: When a later store's execution depends on a test
88 Data Dependency: When the data written by a later store is computed based
90 extends from that load to that later store. For example:
/linux-6.1.9/Documentation/devicetree/bindings/interrupt-controller/
Dnvidia,tegra20-ictlr.txt14 Tegra generations later than Tegra30 the compatible value should
18 whereas Tegra30 and later have 5).
/linux-6.1.9/net/bluetooth/
DKconfig53 available with Bluetooth version 1.0b or later and support
55 version 2.0 or later.
71 available with Bluetooth version 3.0 or later.
79 layer available with Bluetooth version 4.0 or later.
/linux-6.1.9/Documentation/devicetree/bindings/i2c/
Dnvidia,tegra186-bpmp-i2c.yaml7 title: NVIDIA Tegra186 (and later) BPMP I2C controller
14 In Tegra186 and later, the BPMP (Boot and Power Management Processor)
/linux-6.1.9/Documentation/devicetree/bindings/spi/
Dqcom,spi-qup.yaml28 - qcom,spi-qup-v2.1.1 # for 8974 and later
29 - qcom,spi-qup-v2.2.1 # for 8974 v2 and later
/linux-6.1.9/drivers/rtc/
Drtc-mcp795.c264 time64_t later; in mcp795_set_alarm() local
274 later = rtc_tm_to_time64(&alm->time); in mcp795_set_alarm()
275 if (later <= now) in mcp795_set_alarm()
278 if ((later - now) >= in mcp795_set_alarm()
/linux-6.1.9/security/integrity/ima/
Dima_fs.c84 list_for_each_entry_rcu(qe, &ima_measurements, later) { in ima_measurements_start()
102 qe = list_entry_rcu(qe->later.next, struct ima_queue_entry, later); in ima_measurements_next()
106 return (&qe->later == &ima_measurements) ? NULL : qe; in ima_measurements_next()
/linux-6.1.9/Documentation/core-api/
Drefcount-vs-atomic.rst43 before any po-later instruction is executed on the same CPU.
46 other CPUs before any po-later instruction is executed on the original
58 stores (all po-later instructions) on the same CPU are
60 po-later stores on the same CPU must propagate to all other CPUs
/linux-6.1.9/Documentation/fb/
Dcirrusfb.rst89 * Requires kernel 2.3.14-pre1 or later.
94 * Bundled with kernel 2.3.14-pre1 or later.
/linux-6.1.9/Documentation/userspace-api/media/dvb/
Dca-fopen.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
56 blocking mode can later be put into non-blocking mode (and vice versa)
/linux-6.1.9/Documentation/userspace-api/media/cec/
Dcec-header.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later

12345678910>>...82