Home
last modified time | relevance | path

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

12345678910>>...18

/Linux-v5.15/drivers/cpufreq/
Dtegra20-cpufreq.c50 u32 versions[2]; in tegra20_cpufreq_probe() local
60 versions[0] = BIT(tegra_sku_info.cpu_process_id); in tegra20_cpufreq_probe()
61 versions[1] = BIT(tegra_sku_info.soc_speedo_id); in tegra20_cpufreq_probe()
63 versions[0] = BIT(tegra_sku_info.cpu_process_id); in tegra20_cpufreq_probe()
64 versions[1] = BIT(tegra_sku_info.cpu_speedo_id); in tegra20_cpufreq_probe()
68 versions[0], versions[1]); in tegra20_cpufreq_probe()
74 opp_table = dev_pm_opp_set_supported_hw(cpu_dev, versions, 2); in tegra20_cpufreq_probe()
Dsun50i-cpufreq-nvmem.c33 static int sun50i_cpufreq_get_efuse(u32 *versions) in sun50i_cpufreq_get_efuse() argument
79 *versions = efuse_value - 1; in sun50i_cpufreq_get_efuse()
81 *versions = 0; in sun50i_cpufreq_get_efuse()
Dqcom-cpufreq-nvmem.c61 u32 versions; member
196 drv->versions = 1 << (unsigned int)(*speedbin); in qcom_cpufreq_kryo_name_version()
199 drv->versions = 1 << ((unsigned int)(*speedbin) + 4); in qcom_cpufreq_kryo_name_version()
241 drv->versions = (1 << speed); in qcom_cpufreq_krait_name_version()
363 cpu_dev, &drv->versions, 1); in qcom_cpufreq_probe()
/Linux-v5.15/Documentation/networking/devlink/
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:
106 - Identifiers of designs and revision, mostly used for hardware versions.
[all …]
Dhns3.rst12 Info versions
15 The ``hns3`` driver reports the following versions
17 .. list-table:: devlink info versions implemented
Dionic.rst10 Info versions
13 The ``ionic`` driver reports the following versions
15 .. list-table:: devlink info versions implemented
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.)
Dnfp.rst22 Info versions
25 The ``nfp`` driver reports the following versions
27 .. list-table:: devlink info versions implemented
Dmlx5.rst49 Info versions
52 The ``mlx5`` driver reports the following versions
54 .. list-table:: devlink info versions implemented
Dbnxt.rst43 Info versions
46 The ``bnxt_en`` driver reports the following versions
48 .. list-table:: devlink info versions implemented
Dmlxsw.rst40 Info versions
43 The ``mlxsw`` driver reports the following versions
45 .. list-table:: devlink info versions implemented
/Linux-v5.15/samples/mei/
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-v5.15/drivers/media/platform/s5p-mfc/
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_V5PLUS_BITS,
71 .versions = MFC_V6PLUS_BITS,
78 .versions = MFC_V5PLUS_BITS,
85 .versions = MFC_V5PLUS_BITS,
92 .versions = MFC_V5PLUS_BITS,
99 .versions = MFC_V5PLUS_BITS,
[all …]
/Linux-v5.15/Documentation/devicetree/bindings/media/xilinx/
Dxlnx,v-tpg.txt11 TPG versions backward-compatible with previous versions should list all
12 compatible versions in the newer to older order.
/Linux-v5.15/arch/sh/boards/mach-r2d/
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-v5.15/net/9p/
Dtrans_xen.c395 char *versions; in xen_9pfs_front_probe() local
398 versions = xenbus_read(XBT_NIL, dev->otherend, "versions", &len); in xen_9pfs_front_probe()
399 if (IS_ERR(versions)) in xen_9pfs_front_probe()
400 return PTR_ERR(versions); in xen_9pfs_front_probe()
401 if (strcmp(versions, "1")) { in xen_9pfs_front_probe()
402 kfree(versions); in xen_9pfs_front_probe()
405 kfree(versions); in xen_9pfs_front_probe()
/Linux-v5.15/Documentation/scsi/
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-v5.15/Documentation/devicetree/bindings/crypto/
Domap-aes.txt6 AES versions:
10 Note that the OMAP2 and 3 versions are compatible (OMAP3 supports
/Linux-v5.15/arch/parisc/kernel/
Dprocessor.c251 if (pdc_model_versions(&boot_cpu_data.pdc.versions, 0) == PDC_OK) { in collect_boot_cpu_data()
253 boot_cpu_data.pdc.versions); in collect_boot_cpu_data()
255 add_device_randomness(&boot_cpu_data.pdc.versions, in collect_boot_cpu_data()
256 sizeof(boot_cpu_data.pdc.versions)); in collect_boot_cpu_data()
/Linux-v5.15/Documentation/locking/
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-v5.15/Documentation/devicetree/bindings/rng/
Domap_rng.txt6 RNG versions:
10 Note that these two versions are incompatible.
/Linux-v5.15/drivers/soc/qcom/
Dsocinfo.c443 struct smem_image_version *versions; in socinfo_debugfs_init() local
562 versions = qcom_smem_get(QCOM_SMEM_HOST_ANY, SMEM_IMAGE_VERSION_TABLE, in socinfo_debugfs_init()
571 debugfs_create_file("name", 0444, dentry, &versions[i], in socinfo_debugfs_init()
573 debugfs_create_file("variant", 0444, dentry, &versions[i], in socinfo_debugfs_init()
575 debugfs_create_file("oem", 0444, dentry, &versions[i], in socinfo_debugfs_init()
/Linux-v5.15/arch/m68k/fpsp040/
DREADME27 without alteration in any modified and/or redistributed versions,
28 and that such modified versions are clearly identified as such.
/Linux-v5.15/Documentation/powerpc/
Disa-versions.rst5 Mapping of some CPU versions to relevant ISA versions.
/Linux-v5.15/drivers/hwmon/pmbus/
Dibm-cffps.c71 enum versions { cffps1, cffps2, cffps_unknown }; enum
82 enum versions version;
487 enum versions vs = cffps_unknown; in ibm_cffps_probe()
495 vs = (enum versions)md; in ibm_cffps_probe()
499 vs = (enum versions)id->driver_data; in ibm_cffps_probe()

12345678910>>...18