Searched refs:later (Results 1 – 25 of 1481) sorted by relevance
12345678910>>...60
/Linux-v4.19/include/linux/ |
D | ktime.h | 186 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/ |
D | ste-hrefv60plus-tvk.dts | 6 * Version 2 or later at the following locations: 11 * Device Tree for the HREF version 60 or later with the TVK1281618 UIB
|
D | ste-hrefv60plus-stuib.dts | 6 * Version 2 or later at the following locations: 11 * Device Tree for the HREF version 60 or later with the ST UIB
|
D | bcm5301x-nand-cs0-bch4.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
D | bcm5301x-nand-cs0.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
D | alphascale-asm9260-devkit.dts | 4 * Licensed under the X11 license or the GPL v2 (or later)
|
D | bcm5301x-nand-cs0-bch1.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
|
D | at91rm9200_pqfp.dtsi | 6 * Licensed under GPLv2 or later.
|
D | sama5d33.dtsi | 6 * Licensed under GPLv2 or later.
|
D | usb_a9g20.dts | 6 * Licensed under GPLv2 or later.
|
D | sama5d3xmb_emac.dtsi | 7 * Licensed under GPLv2 or later.
|
D | ep7211.dtsi | 4 * Version 2 or later at the following locations:
|
D | sama5d31.dtsi | 6 * Licensed under GPLv2 or later.
|
/Linux-v4.19/lib/ |
D | Kconfig.kasan | 16 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/ |
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-v4.19/net/bluetooth/ |
D | Kconfig | 50 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/ |
D | nvidia,tegra30-ahub.txt | 21 Tegra30 and later: 33 Tegra114 and later additionally require: 36 Tegra124 and later additionally require:
|
/Linux-v4.19/Documentation/i2c/busses/ |
D | i2c-i801 | 41 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/ |
D | nvidia,tegra20-ictlr.txt | 14 Tegra generations later than Tegra30 the compatible value should 18 whereas Tegra30 and later have 5).
|
/Linux-v4.19/Documentation/networking/ |
D | igbvf.txt | 20 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/ |
D | ima_fs.c | 89 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()
|
D | ima_queue.c | 109 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/ |
D | cirrusfb.txt | 90 * 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/ |
D | ti-omap.txt | 9 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/ |
D | rtc-mcp795.c | 272 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