Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/devicetree/bindings/arm/
Dqcom.yaml280 - description: HP Chromebook x2 11c (newest rev)
291 - description: HP Chromebook x2 11c with LTE (newest rev)
307 - description: Lenovo Chromebook Duet 5 13 (newest rev)
317 - description: Google Kingoftown (newest rev)
343 - description: Acer Chromebook Spin 513 (newest rev)
364 - description: Acer Chromebook Spin 513 with KB Backlight (newest rev)
385 - description: Acer Chromebook Spin 513 with LTE (newest rev)
399 - description: Acer Chromebook 511 (newest rev)
418 - description: Acer Chromebook 511 without Touchscreen (newest rev)
428 - description: Google Mrbland with AUO panel (newest rev)
[all …]
/linux-6.1.9/include/linux/ceph/
Dmon_client.h66 u64 newest; member
141 u64 *newest);
/linux-6.1.9/security/apparmor/
Dpolicy.c867 struct aa_profile *parent, *newest; in update_to_newest_parent() local
871 newest = aa_get_newest_profile(parent); in update_to_newest_parent()
874 if (newest != parent) { in update_to_newest_parent()
876 rcu_assign_pointer(new->parent, newest); in update_to_newest_parent()
878 aa_put_profile(newest); in update_to_newest_parent()
880 return newest; in update_to_newest_parent()
/linux-6.1.9/Documentation/arm/google/
Dchromebook-boot-flow.rst63 supporting the newest revision(s) of a board omits the "-rev{REV}"
66 newest device tree we know about.
/linux-6.1.9/Documentation/userspace-api/media/v4l/
Dfunc-read.rst58 single or multiple buffers and discarding the oldest or newest frames
75 A driver discarding the newest frames stops capturing until the next
/linux-6.1.9/Documentation/arm/samsung/
Doverview.rst9 ARM9 through to the newest ARM cores. This document shows an overview of
/linux-6.1.9/Documentation/driver-api/firmware/
Dfirmware-usage-guidelines.rst23 overwritten with the newest compatible major version. Newer major
/linux-6.1.9/Documentation/mips/
Dingenic-tcu.rst38 - On newest SoCs (JZ4750 and above), channels 1-2 operate as TCU2, the
/linux-6.1.9/net/ceph/
Dmon_client.c840 req->u.newest = ceph_decode_64(&p); in handle_get_version_reply()
902 u64 *newest) in ceph_monc_get_version() argument
913 *newest = req->u.newest; in ceph_monc_get_version()
Dosd_client.c2654 WARN_ON(greq->result || !greq->u.newest); in map_check_cb()
2664 req, req->r_tid, req->r_map_dne_bound, greq->u.newest); in map_check_cb()
2666 req->r_map_dne_bound = greq->u.newest; in map_check_cb()
3288 WARN_ON(greq->result || !greq->u.newest); in linger_map_check_cb()
3299 greq->u.newest); in linger_map_check_cb()
3301 lreq->map_dne_bound = greq->u.newest; in linger_map_check_cb()
/linux-6.1.9/Documentation/ABI/testing/
Ddebugfs-driver-habanalabs271 Reading from the node returns the newest state dump available.
273 next read would return X+1-st newest state dump.
/linux-6.1.9/fs/
DKconfig.binfmt27 you'll have to install the newest ELF runtime libraries, including
/linux-6.1.9/Documentation/driver-api/usb/
Dhotplug.rst83 modules, and can invoke driver-specific setup scripts. The newest ones
/linux-6.1.9/Documentation/admin-guide/
Drtc.rst12 The newest non-PC hardware tends to just count seconds, like the time(2)
Dreporting-issues.rst224 all, join the newest discussion, asking if it's in the cards.
1502 Reproduce issue with the newest release
1586 to mainline. Other fixes are easy to get backported to the newest stable and
1619 all, join the newest discussion, asking if it's in the cards.*
/linux-6.1.9/Documentation/devicetree/bindings/mailbox/
Dti,omap-mailbox.yaml32 registers. All the current OMAP SoCs except for the newest DRA7xx SoC has a
/linux-6.1.9/Documentation/admin-guide/device-mapper/
Ddm-zoned.rst123 newest metadata. Once this operation completes, in place of metadata
/linux-6.1.9/drivers/scsi/mpi3mr/mpi/
Dmpi30_ioc.h672 __le32 newest; member
/linux-6.1.9/Documentation/driver-api/nvdimm/
Dbtt.rst139 valid/newest. It cycles between 01->10->11->01 (binary) under normal
/linux-6.1.9/Documentation/admin-guide/media/
Dbuilding.rst319 daily updated from the newest kernel. Such tree is available at:
Dvivid.rst359 is the newest in time. For 60 Hz standards that is reversed: the bottom field
360 is the oldest and the top field is the newest in time.
/linux-6.1.9/Documentation/process/
Dkernel-docs.rst34 published date, from the newest to the oldest.
Dhandling-regressions.rst200 also okay if the regression is already present in the second newest longterm
/linux-6.1.9/Documentation/trace/
Dftrace.rst1197 discarded and overwritten. If "0", then the newest
2305 entries. The newest data may overwrite the oldest data.
/linux-6.1.9/drivers/scsi/mpi3mr/
Dmpi3mr_fw.c4769 mrioc->pel_newest_seqnum = le32_to_cpu(pel_seqnum_virt->newest) + 1; in mpi3mr_pel_get_seqnum_complete()