Home
last modified time | relevance | path

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

12345678910>>...60

/Linux-v4.19/include/linux/
Dktime.h186 static inline s64 ktime_us_delta(const ktime_t later, const ktime_t earlier) in ktime_us_delta() argument
188 return ktime_to_us(ktime_sub(later, earlier)); in ktime_us_delta()
191 static inline s64 ktime_ms_delta(const ktime_t later, const ktime_t earlier) in ktime_ms_delta() argument
193 return ktime_to_ms(ktime_sub(later, earlier)); in ktime_ms_delta()
/Linux-v4.19/arch/arm/boot/dts/
Dste-hrefv60plus-tvk.dts6 * Version 2 or later at the following locations:
11 * Device Tree for the HREF version 60 or later with the TVK1281618 UIB
Dste-hrefv60plus-stuib.dts6 * Version 2 or later at the following locations:
11 * Device Tree for the HREF version 60 or later with the ST UIB
Dbcm5301x-nand-cs0-bch4.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
Dbcm5301x-nand-cs0.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
Dalphascale-asm9260-devkit.dts4 * Licensed under the X11 license or the GPL v2 (or later)
Dbcm5301x-nand-cs0-bch1.dtsi1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
Dat91rm9200_pqfp.dtsi6 * Licensed under GPLv2 or later.
Dsama5d33.dtsi6 * Licensed under GPLv2 or later.
Dusb_a9g20.dts6 * Licensed under GPLv2 or later.
Dsama5d3xmb_emac.dtsi7 * Licensed under GPLv2 or later.
Dep7211.dtsi4 * Version 2 or later at the following locations:
Dsama5d31.dtsi6 * Licensed under GPLv2 or later.
/Linux-v4.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.
/Linux-v4.19/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-v4.19/net/bluetooth/
DKconfig50 available with Bluetooth version 1.0b or later and support
52 version 2.0 or later.
69 available with Bluetooth version 3.0 or later.
77 layer available with Bluetooth version 4.0 or later.
/Linux-v4.19/Documentation/devicetree/bindings/sound/
Dnvidia,tegra30-ahub.txt21 Tegra30 and later:
33 Tegra114 and later additionally require:
36 Tegra124 and later additionally require:
/Linux-v4.19/Documentation/i2c/busses/
Di2c-i80141 On Intel Patsburg and later chipsets, both the normal host SMBus controller
66 ICH3 (82801CA/CAM) and later devices (PCH) are Intel chips that are a part of
96 I2C block read is supported on the 82801EB (ICH5) and later chips.
102 The 82801DB (ICH4) and later chips support several SMBus 2.0 features.
108 PCI interrupt support is supported on the 82801EB (ICH5) and later chips.
158 Note: There's a useful script in lm_sensors 2.10.2 and later, named
/Linux-v4.19/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-v4.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
/Linux-v4.19/security/integrity/ima/
Dima_fs.c89 list_for_each_entry_rcu(qe, &ima_measurements, later) { in ima_measurements_start()
107 qe = list_entry_rcu(qe->later.next, struct ima_queue_entry, later); in ima_measurements_next()
111 return (&qe->later == &ima_measurements) ? NULL : qe; in ima_measurements_next()
Dima_queue.c109 INIT_LIST_HEAD(&qe->later); in ima_add_digest_entry()
110 list_add_tail_rcu(&qe->later, &ima_measurements); in ima_add_digest_entry()
/Linux-v4.19/Documentation/fb/
Dcirrusfb.txt90 * Requires kernel 2.3.14-pre1 or later.
95 * Bundled with kernel 2.3.14-pre1 or later.
/Linux-v4.19/Documentation/devicetree/bindings/mmc/
Dti-omap.txt9 Note that this driver will not work with omap2430 or later omaps,
36 Note that this driver will not work with omap2430 or later omaps,
/Linux-v4.19/drivers/rtc/
Drtc-mcp795.c272 time64_t later; in mcp795_set_alarm() local
282 later = rtc_tm_to_time64(&alm->time); in mcp795_set_alarm()
283 if (later <= now) in mcp795_set_alarm()
286 if ((later - now) >= in mcp795_set_alarm()

12345678910>>...60