/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_gt_sriov_pf_service_test.c | 37 KUNIT_ASSERT_NE(test, 0, gt->sriov.pf.service.version.latest.major); in pf_service_test_init() 39 gt->sriov.pf.service.version.latest.major); in pf_service_test_init() 40 if (gt->sriov.pf.service.version.base.major == 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() 57 KUNIT_ASSERT_EQ(test, major, gt->sriov.pf.service.version.latest.major); in pf_negotiate_any() 58 KUNIT_ASSERT_EQ(test, minor, gt->sriov.pf.service.version.latest.minor); in pf_negotiate_any() 87 if (gt->sriov.pf.service.version.base.major == gt->sriov.pf.service.version.latest.major) in pf_negotiate_base_newer() 88 KUNIT_ASSERT_LE(test, minor, gt->sriov.pf.service.version.latest.minor); in pf_negotiate_base_newer() 103 KUNIT_ASSERT_LE(test, major, gt->sriov.pf.service.version.latest.major); in pf_negotiate_base_next() 104 if (major == gt->sriov.pf.service.version.latest.major) in pf_negotiate_base_next() [all …]
|
/linux/drivers/power/supply/ |
H A D | cpcap-battery.c | 542 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/drivers/gpu/drm/xe/ |
H A D | xe_gt_sriov_pf_service.c | 33 gt->sriov.pf.service.version.latest.major = GUC_RELAY_VERSION_LATEST_MAJOR; in pf_init_versions() 34 gt->sriov.pf.service.version.latest.minor = GUC_RELAY_VERSION_LATEST_MINOR; in pf_init_versions() 43 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() [all …]
|
H A D | xe_gt_sriov_pf_service_types.h | 47 struct xe_gt_sriov_pf_service_version latest; member
|
/linux/Documentation/translations/zh_TW/arch/loongarch/ |
H A D | irq-chip-model.rst | 140 …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 D | introduction.rst | 341 …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/Documentation/translations/zh_CN/virt/ |
H A 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/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_cnv_dbgfs.c | 78 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/Documentation/scsi/ |
H A 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/Documentation/gpu/amdgpu/display/ |
H A D | index.rst | 29 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/tools/perf/arch/x86/tests/ |
H A D | hybrid.c | 276 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/Documentation/virt/ |
H A D | ne_overview.rst | 94 [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/scripts/coccinelle/misc/ |
H A 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/Documentation/doc-guide/ |
H A D | checktransupdate.rst | 13 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/Documentation/networking/device_drivers/ethernet/intel/ |
H A 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
|
/linux/Documentation/ABI/testing/ |
H A 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/fs/unicode/ |
H A 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/Documentation/translations/zh_CN/maintainer/ |
H A 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/Documentation/translations/zh_CN/arch/loongarch/ |
H A D | introduction.rst | 341 …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/Documentation/tools/rtla/ |
H A D | common_options.rst | 23 …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/scripts/ksymoops/ |
H A D | README | 3 The latest version can be found in
|
/linux/tools/testing/selftests/alsa/ |
H A D | Makefile | 31 $(CC) $(CFLAGS) $< $(LDLIBS) -latest -o $@
|
/linux/drivers/staging/media/meson/vdec/ |
H A D | TODO | 5 stack that follows the latest version of the specification, especially
|
/linux/Documentation/tools/rv/ |
H A D | rv-list.rst | 36 <https://www.kernel.org/doc/html/latest/trace/rv/index.html>
|
H A D | rv-mon-wwnr.rst | 36 <https://www.kernel.org/doc/html/latest/trace/rv/index.html>
|