Home
last modified time | relevance | path

Searched full:versions (Results 1 – 25 of 1895) sorted by relevance

12345678910>>...76

/linux/Documentation/networking/devlink/
H A Ddevlink-info.rst15 - name the per component FW versions (as opposed to the crowded ethtool
19 versions is generally discouraged - here, and via any other Linux API.
54 - Group for hardware identifiers, and versions of components
57 Versions in this section identify the device design. For example,
71 These versions often only update after a reboot, sometimes device reset.
74 - Group for software/firmware versions in device flash.
78 ``stored`` versions when new software is flashed, it must not report
83 ``stored`` sections, if device is capable of reporting ``stored`` versions
89 Please note that any security versions reported via devlink are purely
93 Generic Versions
[all …]
H A Ddevlink-flash.rst54 components and versions).
75 ``serial_number`` is not part of the ``fixed`` versions (even though it
76 is fixed) - ``fixed`` versions should identify the design, not a single
79 ``running`` and ``stored`` firmware versions identify the firmware running
99 # Find out the expected overall firmware versions
119 ``bundle_id`` information to the firmware versions. This meta-version covers
120 multiple per-component versions and can be used e.g. in firmware file names
121 (all component versions could get rather long.)
H A Dmlxsw.rst40 Info versions
43 The ``mlxsw`` driver reports the following versions
45 .. list-table:: devlink info versions implemented
61 Line card auxiliary device info versions
64 The ``mlxsw`` driver reports the following versions for line card auxiliary device
66 .. list-table:: devlink info versions implemented
H A Dionic.rst10 Info versions
13 The ``ionic`` driver reports the following versions
15 .. list-table:: devlink info versions implemented
H A Dkvaser_pciefd.rst10 Info versions
13 The ``kvaser_pciefd`` driver reports the following versions
15 .. list-table:: devlink info versions implemented
H A Dhns3.rst12 Info versions
15 The ``hns3`` driver reports the following versions
17 .. list-table:: devlink info versions implemented
H A Dkvaser_usb.rst10 Info versions
13 The ``kvaser_usb`` driver reports the following versions
15 .. list-table:: devlink info versions implemented
H A Detas_es58x.rst10 Info versions
13 The ``etas_es58x`` driver reports the following versions
15 .. list-table:: devlink info versions implemented
/linux/scripts/gendwarfksyms/examples/
H A Dkabi_ex.h26 * ./gendwarfksyms --stable --dump-versions \
29 * FileCheck examples/kabi_ex.h --check-prefix=VERSIONS
310 * VERSIONS: ex5a variable structure_type ex5a {
311 * VERSIONS-SAME: member pointer_type {
312 * VERSIONS-SAME: structure_type ex4a {
313 …* VERSIONS-SAME: member base_type [[ULONG:long unsigned int|unsigned long]] byte_size(8) enc…
314 * VERSIONS-SAME: } byte_size(8)
315 * VERSIONS-SAME: } byte_size(8) p data_member_location(0)
316 * VERSIONS-SAME: } byte_size(8)
340 * VERSIONS: ex5b variable structure_type ex5b {
[all …]
/linux/Documentation/kbuild/
H A Dgendwarfksyms.rst8 When CONFIG_MODVERSIONS is enabled, symbol versions for modules
13 selected, **gendwarfksyms** is used instead to calculate symbol versions
30 --dump-versions Dump expanded type strings used for symbol versions
42 versions for exports in stand-alone assembly code.
55 type for calculating symbol versions even if the symbol is defined
65 versions. These files can be useful when trying to determine what
66 exactly caused symbol versions to change between builds. To generate
96 hide changes that won't affect the ABI when calculating versions. These
112 versions are calculated. These rules are defined in the
149 are pulled into the translation unit. This changes the versions of any
[all …]
/linux/drivers/cpufreq/
H A Dtegra20-cpufreq.c49 u32 versions[2]; in tegra20_cpufreq_probe() local
59 versions[0] = BIT(tegra_sku_info.cpu_process_id); in tegra20_cpufreq_probe()
60 versions[1] = BIT(tegra_sku_info.soc_speedo_id); in tegra20_cpufreq_probe()
62 versions[0] = BIT(tegra_sku_info.cpu_process_id); in tegra20_cpufreq_probe()
63 versions[1] = BIT(tegra_sku_info.cpu_speedo_id); in tegra20_cpufreq_probe()
67 versions[0], versions[1]); in tegra20_cpufreq_probe()
73 err = dev_pm_opp_set_supported_hw(cpu_dev, versions, 2); in tegra20_cpufreq_probe()
H A Dqcom-cpufreq-nvmem.c65 u32 versions; member
85 drv->versions = 1 << *speedbin; in qcom_cpufreq_simple_get_version()
201 drv->versions = 1 << (unsigned int)(*speedbin); in qcom_cpufreq_kryo_name_version()
205 drv->versions = (*speedbin == 0x3b) ? BIT(1) : BIT(0); in qcom_cpufreq_kryo_name_version()
209 drv->versions = 1 << ((unsigned int)(*speedbin) + 4); in qcom_cpufreq_kryo_name_version()
252 drv->versions = (1 << speed); in qcom_cpufreq_krait_name_version()
287 drv->versions = BIT(IPQ8062_VERSION); in qcom_cpufreq_ipq8064_name_version()
292 drv->versions = BIT(IPQ8064_VERSION); in qcom_cpufreq_ipq8064_name_version()
296 drv->versions = BIT(IPQ8065_VERSION); in qcom_cpufreq_ipq8064_name_version()
302 drv->versions = BIT(IPQ8062_VERSION); in qcom_cpufreq_ipq8064_name_version()
[all …]
/linux/Documentation/netlink/specs/
H A Dpsp.yaml30 name: psp-versions-cap
31 doc: Bitmask of PSP versions supported by the device.
36 name: psp-versions-ena
37 doc: Bitmask of currently enabled (accepted on Rx) PSP versions.
53 PSP versions (AEAD and protocol version) used by this association,
94 - psp-versions-cap
95 - psp-versions-ena
118 - psp-versions-ena
/linux/scripts/
H A Dtest_doc_build.py8 Install minimal supported requirements for different Sphinx versions
50 # Sphinx versions to be installed and their incremental requirements
52 # Oldest versions we support for each package required by Sphinx 3.4.3
95 # Starting from here, ensure all docutils versions are covered with
96 # supported Sphinx versions. Other packages are upgraded only when
352 Navigate though multiple Sphinx versions, handling each of them
368 vers = set(SPHINX_REQUIREMENTS.keys()) | set(args.versions)
378 if cur_ver not in args.versions:
416 Sphinx versions that are supported by the Linux Kernel build system.
421 If called without "--versions" argument, it covers the versions shipped
[all …]
/linux/drivers/gpu/drm/xe/
H A Dxe_uc_fw_types.h123 * major and minor version defined. The versions are built into CSS
128 /** @versions: FW versions wanted and found */
130 /** @versions.wanted: firmware version wanted by platform */
133 * @versions.wanted_type: type of firmware version wanted
137 /** @versions.found: fw versions found in firmware blob */
139 } versions; member
H A Dxe_uc_fw.c43 * After loading the file, the driver parses the versions embedded in the blob.
86 * removed from the table. Instead new entries with newer versions may be added
257 uc_fw->versions.wanted.major = entries[i].major; in uc_fw_auto_select()
258 uc_fw->versions.wanted.minor = entries[i].minor; in uc_fw_auto_select()
259 uc_fw->versions.wanted.patch = entries[i].patch; in uc_fw_auto_select()
263 uc_fw->versions.wanted_type = XE_UC_FW_VER_COMPATIBILITY; in uc_fw_auto_select()
265 uc_fw->versions.wanted_type = XE_UC_FW_VER_RELEASE; in uc_fw_auto_select()
334 struct xe_uc_fw_version *release = &uc_fw->versions.found[XE_UC_FW_VER_RELEASE]; in guc_read_css_info()
335 struct xe_uc_fw_version *compatibility = &uc_fw->versions.found[XE_UC_FW_VER_COMPATIBILITY]; in guc_read_css_info()
359 struct xe_uc_fw_version *wanted = &uc_fw->versions.wanted; in xe_uc_fw_check_version_requirements()
[all …]
/linux/include/net/psp/
H A Dtypes.h40 * @versions: PSP versions enabled on the device
43 u32 versions; member
94 * @versions: mask of supported PSP versions
97 u32 versions; member
/linux/kernel/module/
H A Dversion.c21 struct modversion_info *versions; in check_version() local
44 /* No versions at all? modprobe --force does this. */ in check_version()
48 versions = (void *)sechdrs[versindex].sh_addr; in check_version()
55 if (strcmp(versions[i].name, symname) != 0) in check_version()
59 if (versions[i].crc == crcval) in check_version()
62 crcval, versions[i].crc); in check_version()
/linux/Documentation/virt/hyperv/
H A Dclocks.rst15 Linux kernel in a Hyper-V guest on arm64. However, older versions
19 Linux kernel versions on these older Hyper-V versions requires an
33 versions of the PIT (in Hyper-V Generation 1 VMs only), local
67 timer 0. In older versions of Hyper-V, an interrupt from stimer0
70 documentation. In newer versions of Hyper-V, stimer0 interrupts can
/linux/tools/net/sunrpc/xdrgen/generators/
H A Dprogram.py127 for version in node.versions:
135 for version in node.versions:
144 for version in node.versions:
149 for version in node.versions:
160 for version in node.versions:
165 for version in node.versions:
/linux/tools/testing/selftests/drivers/net/
H A Dpsp.py128 cap = cfg.psp_info['psp-versions-cap']
129 ena = cfg.psp_info['psp-versions-ena']
131 cfg.pspnl.dev_set({'id': cfg.psp_dev_id, 'psp-versions-ena': cap})
133 'psp-versions-ena': ena })
293 """ Test creating associations where Rx and Tx PSP versions do not match """
296 versions = list(cfg.psp_info['psp-versions-cap'])
297 if len(versions) < 2:
298 raise KsftSkipEx("Not enough PSP versions supported by the device for the test")
300 # Translate versions to integers
301 versions = [cfg.pspnl.consts["version"].entries[v].value for v in versions]
[all …]
/linux/arch/arm/include/asm/
H A Dstring.h7 * optimised inline asm versions are not small.
9 * The __underscore versions of some functions are for KASan to be able
10 * to replace them with instrumented versions.
50 * must use non-instrumented versions of the mem*
/linux/Documentation/locking/
H A Dspinlocks.rst57 (rw_lock) versions of the spinlocks are sometimes useful. They allow multiple
109 cheaper versions of the spinlocks. IFF you know that the spinlocks are
110 never used in interrupt handlers, you can use the non-irq versions::
116 (and the equivalent read-write versions too, of course). The spinlock will
121 The reasons you mustn't use these versions if you have interrupts that
136 (This is also the reason why the irq-versions of the spinlocks only need
/linux/scripts/gendwarfksyms/
H A Dgendwarfksyms.c26 /* Print out expanded type strings used for symbol versions */
42 " --dump-versions Dump expanded type strings used for symbol versions\n" in usage()
79 * calculate symbol versions. in process_module()
103 { "dump-versions", 0, &dump_versions, 1 }, in main()
/linux/arch/m68k/fpsp040/
H A DREADME14 regard to the SOFTWARE (INCLUDING ANY MODIFIED VERSIONS THEREOF)
27 without alteration in any modified and/or redistributed versions,
28 and that such modified versions are clearly identified as such.

12345678910>>...76