Home
last modified time | relevance | path

Searched full:latest (Results 1 – 25 of 1321) sorted by relevance

12345678910>>...53

/kernel/linux/linux-5.10/drivers/power/supply/
Dcpcap-battery.c382 struct cpcap_battery_state_data state, *latest, *previous; in cpcap_battery_update_status() local
389 latest = cpcap_battery_latest(ddata); in cpcap_battery_update_status()
390 if (latest) { in cpcap_battery_update_status()
391 s64 delta_ms = ktime_to_ms(ktime_sub(now, latest->time)); in cpcap_battery_update_status()
408 memcpy(previous, latest, sizeof(*previous)); in cpcap_battery_update_status()
409 memcpy(latest, &state, sizeof(*latest)); in cpcap_battery_update_status()
438 struct cpcap_battery_state_data *latest, *previous; in cpcap_battery_get_property() local
448 latest = cpcap_battery_latest(ddata); in cpcap_battery_get_property()
453 if (latest->temperature > CPCAP_NO_BATTERY) in cpcap_battery_get_property()
484 sample = latest->cc.sample - previous->cc.sample; in cpcap_battery_get_property()
[all …]
/kernel/linux/linux-6.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 …]
/kernel/linux/linux-6.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 …]
/kernel/linux/linux-6.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
/kernel/linux/linux-5.10/fs/nilfs2/
Dthe_nilfs.h51 * @ns_segnum: index number of the latest full segment.
58 * @ns_last_segment_lock: lock protecting fields for the latest segment
59 * @ns_last_pseg: start block number of the latest segment
60 * @ns_last_seq: sequence value of the latest segment
61 * @ns_last_cno: checkpoint number of the latest segment
106 * - loading the latest checkpoint exclusively.
131 * The following fields hold information on the latest partial segment
/kernel/linux/linux-6.6/fs/nilfs2/
Dthe_nilfs.h51 * @ns_segnum: index number of the latest full segment.
58 * @ns_last_segment_lock: lock protecting fields for the latest segment
59 * @ns_last_pseg: start block number of the latest segment
60 * @ns_last_seq: sequence value of the latest segment
61 * @ns_last_cno: checkpoint number of the latest segment
106 * - loading the latest checkpoint exclusively.
131 * The following fields hold information on the latest partial segment
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
Dfdt.c27 if (!can_assume(LATEST)) { in fdt_ro_probe_()
81 return can_assume(LATEST) ? FDT_V17_SIZE : in fdt_header_size()
91 if (!can_assume(LATEST)) { in fdt_check_header()
114 if (!can_assume(LATEST) && fdt_version(fdt) < 17) { in fdt_check_header()
149 if (can_assume(LATEST) || fdt_version(fdt) >= 0x11) in fdt_offset_ptr()
189 if (!can_assume(LATEST) && in fdt_next_tag()
/kernel/linux/linux-6.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
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
Dfdt.c31 if (!can_assume(LATEST)) { in fdt_ro_probe_()
85 return can_assume(LATEST) ? FDT_V17_SIZE : in fdt_header_size()
99 if (!can_assume(LATEST)) { in fdt_check_header()
119 if (!can_assume(LATEST) && fdt_version(fdt) < 17) { in fdt_check_header()
154 if (can_assume(LATEST) || fdt_version(fdt) >= 0x11) in fdt_offset_ptr()
201 if (!can_assume(LATEST) && in fdt_next_tag()
/kernel/linux/linux-6.6/rust/kernel/
Dprint.rs7 //! Reference: <https://www.kernel.org/doc/html/latest/core-api/printk-basics.html>
205 /// [`pr_emerg`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_emerg
229 /// [`pr_alert`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_alert
253 /// [`pr_crit`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_crit
277 /// [`pr_err`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_err
301 /// [`pr_warn`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_warn
325 /// [`pr_notice`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_notice
349 /// [`pr_info`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_info
375 /// [`pr_debug`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_debug
403 /// [`pr_cont`]: https://www.kernel.org/doc/html/latest/core-api/printk-basics.html#c.pr_cont
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_hal.h127 u8 est_Pout[4]; /* Latest tx power out estimate per RF chain */
128 u8 est_Pout_act[4]; /* Latest tx power out estimate per RF chain
130 u8 est_Pout_cck; /* Latest CCK tx power out estimate */
140 /* Latest target power */
145 u8 txpwr_est_Pout[2]; /* Latest estimate for 2.4 and 5 Ghz */
/kernel/linux/linux-6.6/lib/xz/
Dxz_lzma2.h63 /* Indicate that the latest symbol was a literal. */
74 /* Indicate that the latest symbol was a match. */
80 /* Indicate that the latest state was a long repeated match. */
86 /* Indicate that the latest symbol was a short match. */
/kernel/linux/linux-6.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…
/kernel/linux/linux-5.10/lib/xz/
Dxz_lzma2.h63 /* Indicate that the latest symbol was a literal. */
74 /* Indicate that the latest symbol was a match. */
80 /* Indicate that the latest state was a long repeated match. */
86 /* Indicate that the latest symbol was a short match. */
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-6.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.
/kernel/linux/linux-6.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…
/kernel/linux/linux-6.6/Documentation/admin-guide/
Dreporting-issues.rst15 you don't find any, install `the latest release from that series
26 don't find any to join, install `the latest mainline kernel
30 supported stable or longterm series as well? Then install its latest release.
71 willing to install the latest Linux version yourself. Be aware the latter
116 * Unless you are already running the latest 'mainline' Linux kernel, better
118 the latest 'stable' Linux can be an acceptable alternative in some
145 issue. Always mention a few things: the latest kernel version you installed
181 the latest release of the particular version line without an '[EOL]' tag.
186 * Install the latest release from the particular version line as a vanilla
206 This subsection is for you, if you tried the latest mainline kernel as outlined
[all …]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_hal.h127 u8 est_Pout[4]; /* Latest tx power out estimate per RF chain */
128 u8 est_Pout_act[4]; /* Latest tx power out estimate per RF chain
130 u8 est_Pout_cck; /* Latest CCK tx power out estimate */
140 /* Latest target power */
/kernel/linux/linux-5.10/scripts/
Dpatch-kernel10 # directory above to the latest Linus kernel
12 # Get the latest Linux kernel and patch it with the latest ac patch
16 # Gets 2.4.9 with latest ac patches
303 # They could have done -ac (get latest) or -acxx where xx=version they want
305 # They want the latest version
/kernel/linux/linux-6.6/scripts/
Dpatch-kernel10 # directory above to the latest Linus kernel
12 # Get the latest Linux kernel and patch it with the latest ac patch
16 # Gets 2.4.9 with latest ac patches
303 # They could have done -ac (get latest) or -acxx where xx=version they want
305 # They want the latest version
/kernel/linux/linux-5.10/scripts/coccinelle/misc/
Duninitialized_var.cocci44 …"WARNING this kind of initialization is deprecated (https://www.kernel.org/doc/html/latest/process…
51 …"WARNING this kind of initialization is deprecated (https://www.kernel.org/doc/html/latest/process…
/kernel/linux/linux-6.6/Documentation/bpf/libbpf/
Dlibbpf_overview.rst209 <https://libbpf.readthedocs.io/en/latest/api.html>`_.
225 * `Program types and ELF Sections <https://libbpf.readthedocs.io/en/latest/program_types.html>`_
226 * `API naming convention <https://libbpf.readthedocs.io/en/latest/libbpf_naming_convention.html>`_
227 * `Building libbpf <https://libbpf.readthedocs.io/en/latest/libbpf_build.html>`_
228 * `API documentation Convention <https://libbpf.readthedocs.io/en/latest/libbpf_naming_convention.h…
/kernel/linux/linux-5.10/Documentation/virt/
Dne_overview.rst91 [2] https://www.kernel.org/doc/html/latest/admin-guide/mm/hugetlbpage.html
93 [4] https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html
95 [6] https://www.kernel.org/doc/html/latest/x86/boot.html
/kernel/linux/linux-5.10/tools/perf/arch/powerpc/
DMakefile28 …|| echo "Warning: Kernel ABI header at '$(sysdef)' differs from latest version at '$(syskrn)'" >&2…
34 …|| echo "Warning: Kernel ABI header at '$(sysdef)' differs from latest version at '$(syskrn)'" >&2…

12345678910>>...53