Home
last modified time | relevance | path

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

12345678910>>...80

/kernel/linux/linux-5.10/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()
/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
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
/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-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-5.10/Documentation/userspace-api/media/rc/
Dlirc-set-rec-carrier-range.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
41 <LIRC_SET_REC_CARRIER_RANGE>` with the lower bound first and later call
Dlirc-header.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-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-5.10/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
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dnvidia,tegra30-ahub.txt21 Tegra30 and later:
33 Tegra114 and later additionally require:
36 Tegra124 and later additionally require:
/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/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
Dasync.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
/kernel/linux/linux-5.10/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).
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/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)
Dfrontend-header.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
/kernel/linux/linux-5.10/Documentation/fb/
Dcirrusfb.rst89 * Requires kernel 2.3.14-pre1 or later.
94 * Bundled with kernel 2.3.14-pre1 or later.
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/
Dcec-header.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
/kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/
Dmedia-header.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later

12345678910>>...80