Home
last modified time | relevance | path

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

1234567891011

/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_gt_sriov_pf_service_test.c39 gt->sriov.pf.service.version.latest.major); in pf_service_test_init()
42 gt->sriov.pf.service.version.latest.minor); in pf_service_test_init()
104 if (major == gt->sriov.pf.service.version.latest.major) in pf_negotiate_base_next()
143 gt->sriov.pf.service.version.latest.major, in pf_negotiate_latest_match()
144 gt->sriov.pf.service.version.latest.minor, in pf_negotiate_latest_match()
157 gt->sriov.pf.service.version.latest.major, in pf_negotiate_latest_newer()
158 gt->sriov.pf.service.version.latest.minor + 1, in pf_negotiate_latest_newer()
182 if (!gt->sriov.pf.service.version.latest.minor) in pf_negotiate_latest_older()
187 gt->sriov.pf.service.version.latest.major, in pf_negotiate_latest_older()
188 gt->sriov.pf.service.version.latest.minor - 1, in pf_negotiate_latest_older()
[all …]
/linux-6.15/drivers/power/supply/
H A Dcpcap-battery.c551 if (latest) { in cpcap_battery_update_status()
570 memcpy(latest, &state, sizeof(*latest)); in cpcap_battery_update_status()
697 latest->cc.offset); in cpcap_battery_get_property()
700 val->intval = latest->current_ua; in cpcap_battery_get_property()
703 val->intval = latest->counter_uah; in cpcap_battery_get_property()
706 tmp = (latest->voltage / 10000) * latest->current_ua; in cpcap_battery_get_property()
719 latest->cc.offset); in cpcap_battery_get_property()
894 if (latest->current_ua >= 0) in cpcap_battery_irq_thread()
896 latest->voltage / 1000); in cpcap_battery_irq_thread()
899 if (latest->current_ua >= 0 && latest->voltage <= 3200000) { in cpcap_battery_irq_thread()
[all …]
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_service.c43 struct xe_gt_sriov_pf_service_version latest = gt->sriov.pf.service.version.latest; in pf_negotiate_version() local
46 xe_gt_assert(gt, base.major <= latest.major); in pf_negotiate_version()
47 xe_gt_assert(gt, (base.major < latest.major) || (base.minor <= latest.minor)); in pf_negotiate_version()
52 *major = latest.major; in pf_negotiate_version()
53 *minor = latest.minor; in pf_negotiate_version()
58 if (wanted_major > latest.major) { in pf_negotiate_version()
59 *major = latest.major; in pf_negotiate_version()
60 *minor = latest.minor; in pf_negotiate_version()
71 if (wanted_major < latest.major) { in pf_negotiate_version()
73 xe_gt_assert(gt, base.major == latest.major); in pf_negotiate_version()
[all …]
H A Dxe_gt_sriov_pf_service_types.h47 struct xe_gt_sriov_pf_service_version latest; member
/linux-6.15/Documentation/translations/zh_TW/arch/loongarch/
H A 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…
H A 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-6.15/Documentation/dev-tools/
H A Dcheckpatch.rst250 See: https://www.kernel.org/doc/html/latest/core-api/memory-allocation.html
269 See: https://www.kernel.org/doc/html/latest/core-api/memory-allocation.html
475 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#commenting
481 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#commenting
925 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#naming
1012 See: https://www.kernel.org/doc/html/latest/filesystems/sysfs.html#attributes
1105 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces
1124 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces
1129 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces
1136 See: https://www.kernel.org/doc/html/latest/process/coding-style.html#spaces
[all …]
/linux-6.15/Documentation/translations/zh_CN/virt/
H A 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-6.15/Documentation/translations/zh_CN/arch/loongarch/
H A Dirq-chip-model.rst227 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm…
229 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm…
233 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm…
235 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm…
H A Dintroduction.rst341 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/LoongArch-Vol1-v1.10-…
343 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/LoongArch-Vol1-v1.10-…
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-6.15/drivers/crypto/intel/qat/qat_common/
H A Dadf_cnv_dbgfs.c78 static s16 get_err_info(u8 error_type, u16 latest) in get_err_info() argument
83 return CNV_GET_DELTA_ERR_INFO(latest); in get_err_info()
86 return CNV_GET_SLICE_ERR_INFO(latest); in get_err_info()
88 return CNV_GET_DEFAULT_ERR_INFO(latest); in get_err_info()
/linux-6.15/Documentation/scsi/
H A 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-6.15/Documentation/gpu/amdgpu/display/
H A Dindex.rst29 the prefix **DC Patches for <DATE>**, which is created based on the latest
59 * Compilation validation with the latest GCC and Clang from LTS distro.
64 #. The latest Ubuntu LTS.
67 #. Regarding IGT, we use the latest code from the upstream.
/linux-6.15/tools/perf/arch/x86/tests/
H A Dhybrid.c276 static int combine_test_results(int existing, int latest) in combine_test_results() argument
281 return latest == TEST_OK ? TEST_SKIP : latest; in combine_test_results()
282 return latest; in combine_test_results()
/linux-6.15/Documentation/virt/
H A 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-6.15/scripts/coccinelle/misc/
H A 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-6.15/Documentation/doc-guide/
H A Dchecktransupdate.rst13 It uses ``git log`` command to track the latest English commit from the
14 translation commit (order by author date) and the latest English commits
/linux-6.15/Documentation/networking/device_drivers/ethernet/intel/
H A 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-6.15/Documentation/ABI/testing/
H A 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-6.15/fs/unicode/
H A DREADME.utf8data39 To update to the newer version of the Unicode standard, the latest
42 http://www.unicode.org/Public/UCD/latest/
/linux-6.15/Documentation/translations/zh_CN/maintainer/
H A 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-6.15/Documentation/arch/loongarch/
H A Dirq-chip-model.rst234 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm…
236 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-3A5000-userm…
240 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm…
242 …https://github.com/loongson/LoongArch-Documentation/releases/latest/download/Loongson-7A1000-userm…
/linux-6.15/Documentation/tools/rtla/
H A Dcommon_options.rst23 …er information about event filtering see https://www.kernel.org/doc/html/latest/trace/events.html#…
34 …For further information about event trigger see https://www.kernel.org/doc/html/latest/trace/event…
/linux-6.15/scripts/ksymoops/
H A DREADME3 The latest version can be found in
/linux-6.15/drivers/staging/media/meson/vdec/
H A DTODO5 stack that follows the latest version of the specification, especially

1234567891011