Home
last modified time | relevance | path

Searched refs:versions (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/linux-6.3-rc2/drivers/cpufreq/
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()
A Dsun50i-cpufreq-nvmem.c33 static int sun50i_cpufreq_get_efuse(u32 *versions) in sun50i_cpufreq_get_efuse() argument
76 *versions = efuse_value - 1; in sun50i_cpufreq_get_efuse()
78 *versions = 0; in sun50i_cpufreq_get_efuse()
A Dqcom-cpufreq-nvmem.c59 u32 versions; member
194 drv->versions = 1 << (unsigned int)(*speedbin); in qcom_cpufreq_kryo_name_version()
197 drv->versions = 1 << ((unsigned int)(*speedbin) + 4); in qcom_cpufreq_kryo_name_version()
241 drv->versions = (1 << speed); in qcom_cpufreq_krait_name_version()
336 config.supported_hw = &drv->versions; in qcom_cpufreq_probe()
/linux-6.3-rc2/kernel/module/
A Dversion.c21 struct modversion_info *versions; in check_version() local
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-6.3-rc2/Documentation/networking/devlink/
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
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
94 driver authors should consult existing driver-specific versions and attempt
98 All versions should try to use the following terminology:
111 so adding API versions is generally discouraged as noise.
[all …]
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
A Dhns3.rst12 Info versions
15 The ``hns3`` driver reports the following versions
17 .. list-table:: devlink info versions implemented
A Dionic.rst10 Info versions
13 The ``ionic`` driver reports the following versions
15 .. list-table:: devlink info versions implemented
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.)
A Detas_es58x.rst10 Info versions
13 The ``etas_es58x`` driver reports the following versions
15 .. list-table:: devlink info versions implemented
A Dnfp.rst22 Info versions
25 The ``nfp`` driver reports the following versions
27 .. list-table:: devlink info versions implemented
A Dbnxt.rst45 Info versions
48 The ``bnxt_en`` driver reports the following versions
50 .. list-table:: devlink info versions implemented
A Dsfc.rst10 Info versions
13 The ``sfc`` driver reports the following versions
15 .. list-table:: devlink info versions implemented
A Dmlx5.rst78 Info versions
81 The ``mlx5`` driver reports the following versions
83 .. list-table:: devlink info versions implemented
/linux-6.3-rc2/samples/mei/
A Dmei-amt-version.c262 struct amt_version_type versions[AMT_VERSIONS_NUMBER]; member
338 len = code_ver->versions[i].description.length; in amt_verify_code_versions()
345 len = code_ver->versions[i].version.length; in amt_verify_code_versions()
346 if (code_ver->versions[i].version.string[len] != '\0' || in amt_verify_code_versions()
347 len != strlen(code_ver->versions[i].version.string)) { in amt_verify_code_versions()
420 struct amt_code_versions *versions) in amt_get_code_versions() argument
438 memcpy(versions, response->data, sizeof(struct amt_code_versions)); in amt_get_code_versions()
475 printf("%s:\t%s\n", ver.versions[i].description.string, in main()
476 ver.versions[i].version.string); in main()
/linux-6.3-rc2/drivers/media/platform/samsung/s5p-mfc/
A Ds5p_mfc_dec.c43 .versions = MFC_V5_BIT,
50 .versions = MFC_V6PLUS_BITS,
57 .versions = MFC_V6PLUS_BITS,
64 .versions = MFC_V5PLUS_BITS,
73 .versions = MFC_V6PLUS_BITS,
82 .versions = MFC_V5PLUS_BITS,
90 .versions = MFC_V5PLUS_BITS,
99 .versions = MFC_V5PLUS_BITS,
108 .versions = MFC_V5PLUS_BITS,
149 .versions = MFC_V10_BIT,
[all …]
/linux-6.3-rc2/Documentation/devicetree/bindings/media/xilinx/
A Dxlnx,v-tpg.txt11 TPG versions backward-compatible with previous versions should list all
12 compatible versions in the newer to older order.
/linux-6.3-rc2/arch/sh/boards/mach-r2d/
A DKconfig11 R2D-PLUS is the smaller of the two R2D board versions, equipped
19 R2D-1 is the larger of the two R2D board versions, equipped
/linux-6.3-rc2/Documentation/scsi/
A Dscsi-generic.rst23 Major versions of the sg driver
25 There are three major versions of sg found in the linux kernel (lk):
84 Mapping of Linux kernel versions to sg driver versions
95 next six linux kernel versions.
/linux-6.3-rc2/net/9p/
A Dtrans_xen.c380 char *versions, *v; in xen_9pfs_front_init() local
383 versions = xenbus_read(XBT_NIL, dev->otherend, "versions", &len); in xen_9pfs_front_init()
384 if (IS_ERR(versions)) in xen_9pfs_front_init()
385 return PTR_ERR(versions); in xen_9pfs_front_init()
386 for (v = versions; *v; v++) { in xen_9pfs_front_init()
393 kfree(versions); in xen_9pfs_front_init()
396 kfree(versions); in xen_9pfs_front_init()
/linux-6.3-rc2/Documentation/bpf/
A Dclang-notes.rst13 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-6.3-rc2/Documentation/devicetree/bindings/crypto/
A Domap-aes.txt6 AES versions:
10 Note that the OMAP2 and 3 versions are compatible (OMAP3 supports
/linux-6.3-rc2/Documentation/images/
A DCOPYING-logo7 Note that there are black-and-white versions of this available that
18 There are also black-and-white and inverted vector versions at
/linux-6.3-rc2/Documentation/driver-api/firmware/
A Dfirmware-usage-guidelines.rst31 backwards compatibility for the older major versions. Minor version
36 be successful, then all supported major versions in the linux-firmware
42 deprecating old major versions, then this should only be done as a
/linux-6.3-rc2/arch/parisc/kernel/
A Dprocessor.c253 if (pdc_model_versions(&boot_cpu_data.pdc.versions, 0) == PDC_OK) { in collect_boot_cpu_data()
255 boot_cpu_data.pdc.versions); in collect_boot_cpu_data()
257 add_device_randomness(&boot_cpu_data.pdc.versions, in collect_boot_cpu_data()
258 sizeof(boot_cpu_data.pdc.versions)); in collect_boot_cpu_data()

Completed in 25 milliseconds

12345678910>>...19