Home
last modified time | relevance | path

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

12345678910

/Linux-v6.6/drivers/power/supply/
Dcpcap-battery.c542 struct cpcap_battery_state_data state, *latest, *previous, in cpcap_battery_update_status() local
550 latest = cpcap_battery_latest(ddata); in cpcap_battery_update_status()
551 if (latest) { in cpcap_battery_update_status()
552 s64 delta_ms = ktime_to_ms(ktime_sub(now, latest->time)); in cpcap_battery_update_status()
569 memcpy(previous, latest, sizeof(*previous)); in cpcap_battery_update_status()
570 memcpy(latest, &state, sizeof(*latest)); in cpcap_battery_update_status()
574 memcpy(full, latest, sizeof(*full)); in cpcap_battery_update_status()
588 memcpy(empty, latest, sizeof(*empty)); in cpcap_battery_update_status()
640 struct cpcap_battery_state_data *latest, *previous, *empty; in cpcap_battery_get_property() local
650 latest = cpcap_battery_latest(ddata); in cpcap_battery_get_property()
[all …]
/Linux-v6.6/Documentation/translations/zh_CN/arch/loongarch/
Dirq-chip-model.rst140 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm…
142 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm…
146 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm…
148 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm…
Dintroduction.rst341 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/LoongArch-Vol1-v1.02-…
343 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/LoongArch-Vol1-v1.02-…
347 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/LoongArch-ELF-ABI-v2.…
349 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/LoongArch-ELF-ABI-v2.…
/Linux-v6.6/Documentation/dev-tools/
Dcheckpatch.rst250 See: https://www.kernel.org/doc/html/latest/core-api/memory-allocation.html
263 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#allocating-memory
269 See: https://www.kernel.org/doc/html/latest/core-api/memory-allocation.html
290 See: https://www.kernel.org/doc/html/latest/process/deprecated.html#bug-and-bug-on
299 …See: https://www.kernel.org/doc/html/latest/process/deprecated.html#simple-strtol-simple-strtoll-s…
343 See: https://www.kernel.org/doc/html/latest/RCU/whatisRCU.html#full-list-of-rcu-apis
361 3. https://www.kernel.org/doc/html/latest/kbuild/makefiles.html#compilation-flags
375 See: https://www.kernel.org/doc/html/latest/driver-api/driver-model/device.html#attributes
384 See: https://www.kernel.org/doc/html/latest/driver-api/driver-model/device.html#attributes
393 See: https://www.kernel.org/doc/html/latest/driver-api/driver-model/device.html#attributes
[all …]
/Linux-v6.6/Documentation/translations/zh_CN/virt/
Dne_overview.rst84 [2] https://www.kernel.org/doc/html/latest/admin-guide/mm/hugetlbpage.html
86 [4] https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html
88 [6] https://www.kernel.org/doc/html/latest/x86/boot.html
/Linux-v6.6/Documentation/scsi/
Dbfa.rst39 The latest Firmware package for 3.0.2.2 bfa driver can be found at:
55 The latest driver configuration & management utility for 3.0.2.2 bfa driver can
72 The latest Administration's Guide, Installation and Reference Manual,
/Linux-v6.6/Documentation/arch/loongarch/
Dirq-chip-model.rst138 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm…
140 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm…
144 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm…
146 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm…
/Linux-v6.6/tools/perf/arch/x86/tests/
Dhybrid.c254 static int combine_test_results(int existing, int latest) in combine_test_results() argument
259 return latest == TEST_OK ? TEST_SKIP : latest; in combine_test_results()
260 return latest; in combine_test_results()
/Linux-v6.6/Documentation/virt/
Dne_overview.rst94 [2] https://www.kernel.org/doc/html/latest/admin-guide/mm/hugetlbpage.html
96 [4] https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html
98 [6] https://www.kernel.org/doc/html/latest/x86/boot.html
99 [7] https://www.kernel.org/doc/html/latest/arm64/hugetlbpage.html
100 [8] https://www.kernel.org/doc/html/latest/arm64/booting.html
/Linux-v6.6/scripts/coccinelle/misc/
Dflexible_array.cocci99 msg = "WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/de…
106 msg = "WARNING use flexible-array member instead (https://www.kernel.org/doc/html/latest/process/de…
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/intel/
Digbvf.rst36 For information on how to identify your adapter, and for the latest Intel
47 diagnostics, as well as displaying statistical information. The latest ethtool
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-fs-nilfs297 Show start block number of the latest segment.
103 Show sequence value of the latest segment.
109 Show checkpoint number of the latest segment.
121 Show index number of the latest full segment.
230 Show checkpoint number of the latest segment.
/Linux-v6.6/fs/unicode/
DREADME.utf8data39 To update to the newer version of the Unicode standard, the latest
42 http://www.unicode.org/Public/UCD/latest/
/Linux-v6.6/Documentation/translations/zh_CN/maintainer/
Dpull-requests.rst86 latest time travel bus architecture that provides i/o to
98 All of these patches have been successfully tested in the latest
/Linux-v6.6/Documentation/tools/rtla/
Dcommon_options.rst27 …er information about event filtering see https://www.kernel.org/doc/html/latest/trace/events.html#…
38 …For further information about event trigger see https://www.kernel.org/doc/html/latest/trace/event…
/Linux-v6.6/tools/testing/selftests/alsa/
DMakefile27 $(CC) $(CFLAGS) $< $(LDLIBS) -latest -o $@
/Linux-v6.6/scripts/ksymoops/
DREADME3 The latest version can be found in
/Linux-v6.6/drivers/staging/media/meson/vdec/
DTODO5 stack that follows the latest version of the specification, especially
/Linux-v6.6/Documentation/tools/rv/
Drv-list.rst36 <https://www.kernel.org/doc/html/latest/trace/rv/index.html>
Drv-mon-wwnr.rst36 <https://www.kernel.org/doc/html/latest/trace/rv/index.html>
Drv-mon-wip.rst37 <https://www.kernel.org/doc/html/latest/trace/rv/index.html>
/Linux-v6.6/arch/arm/boot/dts/microchip/
Dat91-kizbox2-common.dtsi234 /* WMBUS (inverted with IO in the latest schematic) */
250 /* IO (inverted with WMBUS in the latest schematic) */
/Linux-v6.6/Documentation/bpf/
Dindex.rst44 .. _BPF and XDP Reference Guide: https://docs.cilium.io/en/latest/bpf/
/Linux-v6.6/
DREADME11 https://www.kernel.org/doc/html/latest/
/Linux-v6.6/drivers/media/pci/cobalt/
DKconfig22 latest frameworks and APIs.

12345678910