/Linux-v5.15/drivers/power/supply/ |
D | cpcap-battery.c | 463 struct cpcap_battery_state_data state, *latest, *previous, in cpcap_battery_update_status() local 471 latest = cpcap_battery_latest(ddata); in cpcap_battery_update_status() 472 if (latest) { in cpcap_battery_update_status() 473 s64 delta_ms = ktime_to_ms(ktime_sub(now, latest->time)); in cpcap_battery_update_status() 490 memcpy(previous, latest, sizeof(*previous)); in cpcap_battery_update_status() 491 memcpy(latest, &state, sizeof(*latest)); in cpcap_battery_update_status() 495 memcpy(full, latest, sizeof(*full)); in cpcap_battery_update_status() 509 memcpy(empty, latest, sizeof(*empty)); in cpcap_battery_update_status() 561 struct cpcap_battery_state_data *latest, *previous, *empty; in cpcap_battery_get_property() local 571 latest = cpcap_battery_latest(ddata); in cpcap_battery_get_property() [all …]
|
/Linux-v5.15/Documentation/dev-tools/ |
D | checkpatch.rst | 250 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 …]
|
D | sparse.rst | 78 You can get tarballs of the latest released versions from: 81 Alternatively, you can get snapshots of the latest development version
|
/Linux-v5.15/fs/nilfs2/ |
D | the_nilfs.h | 50 * @ns_segnum: index number of the latest full segment. 57 * @ns_last_segment_lock: lock protecting fields for the latest segment 58 * @ns_last_pseg: start block number of the latest segment 59 * @ns_last_seq: sequence value of the latest segment 60 * @ns_last_cno: checkpoint number of the latest segment 105 * - loading the latest checkpoint exclusively. 130 * The following fields hold information on the latest partial segment
|
D | recovery.c | 432 * Releasing the next segment of the latest super root. in nilfs_prepare_segment_for_recovery() 446 * Collecting segments written after the latest super root. in nilfs_prepare_segment_for_recovery() 561 * nilfs_do_roll_forward - salvage logical segments newer than the latest 711 * nilfs_salvage_orphan_logs - salvage logs written after the latest checkpoint 741 nilfs_err(sb, "error %d loading the latest checkpoint", err); in nilfs_salvage_orphan_logs() 780 * nilfs_search_super_root - search the latest valid super root 784 * nilfs_search_super_root() looks for the latest super-root from a partial 938 /* Updating pointers relating to the latest checkpoint */ in nilfs_search_super_root()
|
/Linux-v5.15/Documentation/translations/zh_CN/virt/ |
D | ne_overview.rst | 84 [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-v5.15/scripts/dtc/libfdt/ |
D | fdt.c | 31 if (!can_assume(LATEST)) { in fdt_ro_probe_() 85 return can_assume(LATEST) ? FDT_V17_SIZE : in fdt_header_size() 95 if (!can_assume(LATEST)) { in fdt_check_header() 118 if (!can_assume(LATEST) && fdt_version(fdt) < 17) { in fdt_check_header() 153 if (can_assume(LATEST) || fdt_version(fdt) >= 0x11) in fdt_offset_ptr() 193 if (!can_assume(LATEST) && in fdt_next_tag()
|
D | libfdt_internal.h | 91 * This does essentially no checks. Only the latest device-tree 103 * the latest supported version and wish to minimise code size. 139 * Only enable this if you know you have a device tree with the latest
|
D | fdt_ro.c | 63 if (can_assume(LATEST) || fdt_version(fdt) >= 17) { in fdt_get_string() 312 if (!can_assume(LATEST) && fdt_version(fdt) < 0x10) { in fdt_get_name() 385 if (!can_assume(LATEST) && fdt_version(fdt) < 0x10) { in fdt_get_property_by_offset() 432 if (!can_assume(LATEST) && fdt_version(fdt) < 0x10) { in fdt_get_property_namelen() 463 if (!can_assume(LATEST) && fdt_version(fdt) < 0x10 && in fdt_getprop_namelen() 496 if (!can_assume(LATEST) && fdt_version(fdt) < 0x10 && in fdt_getprop_by_offset()
|
/Linux-v5.15/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_hal.h | 127 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 */
|
/Linux-v5.15/lib/xz/ |
D | xz_lzma2.h | 63 /* 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. */
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-fs-nilfs2 | 97 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-v5.15/Documentation/admin-guide/ |
D | reporting-issues.rst | 24 you don't find any, install `the latest release from that series 35 don't find any to join, install `the latest mainline kernel 39 supported stable or longterm series as well? Then install its latest release. 80 willing to install the latest Linux version yourself. Be aware the latter 125 * Unless you are already running the latest 'mainline' Linux kernel, better 127 the latest 'stable' Linux can be an acceptable alternative in some 154 issue. Always mention a few things: the latest kernel version you installed 190 the latest release of the particular version line without an '[EOL]' tag. 195 * Install the latest release from the particular version line as a vanilla 215 This subsection is for you, if you tried the latest mainline kernel as outlined [all …]
|
/Linux-v5.15/scripts/ |
D | patch-kernel | 10 # 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
|
/Linux-v5.15/Documentation/admin-guide/mm/damon/ |
D | start.rst | 112 .. [2] https://damonitor.github.io/test/result/visual/latest/rec.heatmap.1.png.html 113 .. [3] https://damonitor.github.io/test/result/visual/latest/rec.wss_sz.png.html 114 .. [4] https://damonitor.github.io/test/result/visual/latest/rec.wss_time.png.html
|
/Linux-v5.15/Documentation/virt/ |
D | ne_overview.rst | 91 [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
|
/Linux-v5.15/fs/unicode/ |
D | README.utf8data | 39 To update to the newer version of the Unicode standard, the latest 42 http://www.unicode.org/Public/UCD/latest/
|
/Linux-v5.15/tools/lib/bpf/ |
D | Makefile | 142 …echo "Warning: Kernel ABI header at 'tools/include/uapi/linux/bpf.h' differs from latest version a… 145 …echo "Warning: Kernel ABI header at 'tools/include/uapi/linux/bpf_common.h' differs from latest ve… 148 …echo "Warning: Kernel ABI header at 'tools/include/uapi/linux/netlink.h' differs from latest versi… 151 …echo "Warning: Kernel ABI header at 'tools/include/uapi/linux/if_link.h' differs from latest versi… 154 …echo "Warning: Kernel ABI header at 'tools/include/uapi/linux/if_xdp.h' differs from latest versio…
|
/Linux-v5.15/scripts/coccinelle/misc/ |
D | flexible_array.cocci | 99 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-v5.15/Documentation/networking/device_drivers/ethernet/intel/ |
D | igbvf.rst | 36 For information on how to identify your adapter, and for the latest Intel 47 diagnostics, as well as displaying statistical information. The latest ethtool
|
D | iavf.rst | 41 For the best performance, make sure the latest NVM/FW is installed on your 44 For information on how to identify your adapter, and for the latest NVM/FW 66 diagnostics, as well as displaying statistical information. The latest ethtool 145 - The latest version of iproute2 201 - You must have iproute2 latest version
|
/Linux-v5.15/Documentation/scsi/ |
D | bfa.rst | 39 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-v5.15/kernel/livepatch/ |
D | state.c | 53 * livepatches. It is expected that the latest livepatch has 61 * Return: pointer to the latest struct klp_state from already
|
/Linux-v5.15/Documentation/translations/zh_CN/maintainer/ |
D | pull-requests.rst | 86 latest time travel bus architecture that provides i/o to 98 All of these patches have been successfully tested in the latest
|
/Linux-v5.15/Documentation/driver-api/mtd/ |
D | intel-spi.rst | 28 1) Download and extract the latest Minnowboard MAX BIOS SPI image 29 [1]. At the time writing this the latest image is v92.
|