Home
last modified time | relevance | path

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

12345678910>>...65

/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 Generic Versions
94 driver authors should consult existing driver-specific versions and attempt
[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 Dhns3.rst12 Info versions
15 The ``hns3`` driver reports the following versions
17 .. 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
H A Dnfp.rst22 Info versions
25 The ``nfp`` driver reports the following versions
27 .. list-table:: devlink info versions implemented
H A Dsfc.rst10 Info versions
13 The ``sfc`` driver reports the following versions
15 .. list-table:: devlink info versions implemented
H A Dbnxt.rst45 Info versions
48 The ``bnxt_en`` driver reports the following versions
50 .. list-table:: devlink info versions implemented
H A Di40e.rst10 Info versions
13 The ``i40e`` driver reports the following versions
15 .. list-table:: devlink info versions implemented
/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.c64 u32 versions; member
84 drv->versions = 1 << *speedbin; in qcom_cpufreq_simple_get_version()
200 drv->versions = 1 << (unsigned int)(*speedbin); in qcom_cpufreq_kryo_name_version()
204 drv->versions = 1 << ((unsigned int)(*speedbin) + 4); in qcom_cpufreq_kryo_name_version()
247 drv->versions = (1 << speed); in qcom_cpufreq_krait_name_version()
282 drv->versions = BIT(IPQ8062_VERSION); in qcom_cpufreq_ipq8064_name_version()
287 drv->versions = BIT(IPQ8064_VERSION); in qcom_cpufreq_ipq8064_name_version()
291 drv->versions = BIT(IPQ8065_VERSION); in qcom_cpufreq_ipq8064_name_version()
297 drv->versions = BIT(IPQ8062_VERSION); in qcom_cpufreq_ipq8064_name_version()
337 drv->versions = 1 << (unsigned int)(*speedbin); in qcom_cpufreq_ipq6018_name_version()
[all …]
/linux/kernel/module/
H A Dversion.c21 struct modversion_info *versions; in check_version() local
27 /* No versions at all? modprobe --force does this. */ in check_version()
31 versions = (void *)sechdrs[versindex].sh_addr; in check_version()
38 if (strcmp(versions[i].name, symname) != 0) in check_version()
42 if (versions[i].crc == crcval) in check_version()
45 crcval, versions[i].crc); in check_version()
/linux/drivers/gpu/drm/xe/
H A Dxe_uc_fw_types.h121 * major and minor version defined. The versions are built into CSS
126 /** @versions: FW versions wanted and found */
128 /** @versions.wanted: firmware version wanted by platform */
131 * @versions.wanted_type: type of firmware version wanted
135 /** @versions.found: fw versions found in firmware blob */
137 } versions; member
H A Dxe_uc_fw.c41 * After loading the file, the driver parses the versions embedded in the blob.
84 * removed from the table. Instead new entries with newer versions may be added
236 uc_fw->versions.wanted.major = entries[i].major; in uc_fw_auto_select()
237 uc_fw->versions.wanted.minor = entries[i].minor; in uc_fw_auto_select()
238 uc_fw->versions.wanted.patch = entries[i].patch; in uc_fw_auto_select()
242 uc_fw->versions.wanted_type = XE_UC_FW_VER_COMPATIBILITY; in uc_fw_auto_select()
244 uc_fw->versions.wanted_type = XE_UC_FW_VER_RELEASE; in uc_fw_auto_select()
314 struct xe_uc_fw_version *release = &uc_fw->versions.found[XE_UC_FW_VER_RELEASE]; in guc_read_css_info()
315 struct xe_uc_fw_version *compatibility = &uc_fw->versions.found[XE_UC_FW_VER_COMPATIBILITY]; in guc_read_css_info()
338 struct xe_uc_fw_version *wanted = &uc_fw->versions.wanted; in xe_uc_fw_check_version_requirements()
[all …]
/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/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/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.
/linux/Documentation/scsi/
H A Dscsi-generic.rst23 Major versions of the sg driver
25 There are three major versions of sg found in the Linux kernel (lk):
74 Mapping of Linux kernel versions to sg driver versions
85 next six Linux kernel versions.
/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_dec.c36 .versions = MFC_V6_BIT | MFC_V7_BIT,
43 .versions = MFC_V5_BIT,
50 .versions = MFC_V6PLUS_BITS,
57 .versions = MFC_V6PLUS_BITS,
64 .versions = MFC_V12_BIT,
71 .versions = MFC_V12_BIT
78 .versions = MFC_V5PLUS_BITS,
87 .versions = MFC_V6PLUS_BITS,
96 .versions = MFC_V5PLUS_BITS,
104 .versions = MFC_V5PLUS_BITS,
[all …]
/linux/arch/arm64/include/asm/
H A Dkgdb.h30 * gdb remote procotol (well most versions of it) expects the following
43 * To expand a little on the "most versions of it"... when the gdb remote
67 * remote protocol (well most versions of it) describes the register state.
69 * Note that if you are using one of the versions of gdb that supports
/linux/Documentation/bpf/
H A Dclang-notes.rst10 Versions chapter
13 Clang defined "CPU" versions, where a CPU version of 3 corresponds to the current eBPF ISA.
20 For CPU versions prior to 3, Clang v7.0 and later can enable ``BPF_ALU`` support with
/linux/arch/x86/include/uapi/asm/
H A Ducontext.h36 * - Old DOSEMU versions sometimes catch a signal from a segmented
38 * the saved CS to a 64-bit segment. These DOSEMU versions expect
42 * will fix up SS for these DOSEMU versions.
/linux/Documentation/devicetree/bindings/media/xilinx/
H A Dxlnx,v-tpg.txt11 TPG versions backward-compatible with previous versions should list all
12 compatible versions in the newer to older order.

12345678910>>...65