Searched full:lts (Results 1 – 15 of 15) sorted by relevance
| /linux/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-a64-pine64-lts.dts | 8 model = "Pine64 PINE A64 LTS"; 9 compatible = "pine64,pine64-lts", "allwinner,sun50i-r18",
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3328-orangepi-r1-plus-lts.dts | 14 model = "Xunlong Orange Pi R1 Plus LTS"; 15 compatible = "xunlong,orangepi-r1-plus-lts", "rockchip,rk3328";
|
| H A D | rk3588-nanopc-t6-lts.dts | 14 model = "FriendlyElec NanoPC-T6 LTS"; 15 compatible = "friendlyarm,nanopc-t6-lts", "rockchip,rk3588";
|
| /linux/Documentation/rust/ |
| H A D | quick-start.rst | 108 24.04 LTS and older 111 Though Ubuntu 24.04 LTS and older versions still provide recent Rust 140 In addition, ``bindgen-0.65`` is available in newer releases (24.04 LTS and 141 24.10), but it may not be available in older ones (20.04 LTS and 22.04 LTS),
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_inode_buf.c | 165 struct xfs_legacy_timestamp *lts; in xfs_inode_from_disk_ts() local 170 lts = (struct xfs_legacy_timestamp *)&ts; in xfs_inode_from_disk_ts() 171 tv.tv_sec = (int)be32_to_cpu(lts->t_sec); in xfs_inode_from_disk_ts() 172 tv.tv_nsec = (int)be32_to_cpu(lts->t_nsec); in xfs_inode_from_disk_ts() 284 struct xfs_legacy_timestamp *lts; in xfs_inode_to_disk_ts() local 290 lts = (struct xfs_legacy_timestamp *)&ts; in xfs_inode_to_disk_ts() 291 lts->t_sec = cpu_to_be32(tv.tv_sec); in xfs_inode_to_disk_ts() 292 lts->t_nsec = cpu_to_be32(tv.tv_nsec); in xfs_inode_to_disk_ts()
|
| /linux/fs/xfs/ |
| H A D | xfs_inode_item_recover.c | 132 struct xfs_legacy_timestamp *lts; in xfs_log_dinode_to_disk_ts() local 139 lts = (struct xfs_legacy_timestamp *)&ts; in xfs_log_dinode_to_disk_ts() 141 lts->t_sec = cpu_to_be32(lits->t_sec); in xfs_log_dinode_to_disk_ts() 142 lts->t_nsec = cpu_to_be32(lits->t_nsec); in xfs_log_dinode_to_disk_ts()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
| H A D | priv.h | 41 void gm107_ltc_intr_lts(struct nvkm_ltc *, int ltc, int lts);
|
| /linux/arch/x86/include/asm/ |
| H A D | io_apic.h | 23 LTS : 1, member
|
| /linux/scripts/gendwarfksyms/examples/ |
| H A D | kabi.h | 111 * Reserve some "padding" in a structure for use by LTS backports.
|
| /linux/Documentation/process/ |
| H A D | cve.rst | 62 that is not currently being actively supported by the Stable/LTS kernel
|
| /linux/Documentation/kbuild/ |
| H A D | gendwarfksyms.rst | 92 changes to kernel data structures due to LTS updates or backports. Using
|
| /linux/drivers/input/rmi4/ |
| H A D | rmi_f34.c | 365 dev_err(dev, "%s: LTS not supported\n", __func__); in rmi_firmware_update()
|
| /linux/scripts/ |
| H A D | sphinx-pre-install | 178 # At least on some LTS distros like CentOS 7, texlive doesn't
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | reg.c | 423 /* To be safe, lts use the max cac timeout of both rules */ in ath11k_reg_intersect_rules()
|
| /linux/arch/x86/kernel/apic/ |
| H A D | io_apic.c | 1194 apic_dbg("....... : LTS : %X\n", reg_00.bits.LTS); in print_IO_APIC()
|