| /linux/drivers/cpufreq/ |
| A D | tegra20-cpufreq.c | 49 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 D | qcom-cpufreq-nvmem.c | 64 u32 versions; member 84 drv->versions = 1 << *speedbin; in qcom_cpufreq_simple_get_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() 346 drv->versions = IPQ6000_VERSION; in qcom_cpufreq_ipq6018_name_version() 352 drv->versions = IPQ6000_VERSION; in qcom_cpufreq_ipq6018_name_version() 379 drv->versions = BIT(IPQ8074_ACORN_VERSION); in qcom_cpufreq_ipq8074_name_version() [all …]
|
| /linux/kernel/module/ |
| A D | version.c | 21 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/Documentation/networking/devlink/ |
| A D | devlink-info.rst | 15 - 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 D | mlxsw.rst | 40 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 D | ionic.rst | 10 Info versions 13 The ``ionic`` driver reports the following versions 15 .. list-table:: devlink info versions implemented
|
| A D | hns3.rst | 12 Info versions 15 The ``hns3`` driver reports the following versions 17 .. list-table:: devlink info versions implemented
|
| A D | devlink-flash.rst | 54 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 D | etas_es58x.rst | 10 Info versions 13 The ``etas_es58x`` driver reports the following versions 15 .. list-table:: devlink info versions implemented
|
| A D | nfp.rst | 22 Info versions 25 The ``nfp`` driver reports the following versions 27 .. list-table:: devlink info versions implemented
|
| A D | bnxt.rst | 45 Info versions 48 The ``bnxt_en`` driver reports the following versions 50 .. list-table:: devlink info versions implemented
|
| A D | sfc.rst | 10 Info versions 13 The ``sfc`` driver reports the following versions 15 .. list-table:: devlink info versions implemented
|
| A D | i40e.rst | 10 Info versions 13 The ``i40e`` driver reports the following versions 15 .. list-table:: devlink info versions implemented
|
| /linux/samples/mei/ |
| A D | mei-amt-version.c | 262 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/tools/net/sunrpc/xdrgen/generators/ |
| A D | program.py | 127 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/drivers/media/platform/samsung/s5p-mfc/ |
| A D | s5p_mfc_dec.c | 43 .versions = MFC_V5_BIT, 50 .versions = MFC_V6PLUS_BITS, 57 .versions = MFC_V6PLUS_BITS, 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, 113 .versions = MFC_V5PLUS_BITS, 122 .versions = MFC_V5PLUS_BITS, [all …]
|
| /linux/drivers/gpu/drm/xe/ |
| A D | xe_uc_fw.c | 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() 338 struct xe_uc_fw_version *wanted = &uc_fw->versions.wanted; in xe_uc_fw_check_version_requirements() 339 struct xe_uc_fw_version *found = &uc_fw->versions.found[uc_fw->versions.wanted_type]; in xe_uc_fw_check_version_requirements() 708 &uc_fw->versions.found[XE_UC_FW_VER_RELEASE], in uc_fw_request() 897 print_uc_fw_version(p, &uc_fw->versions.wanted, "\twanted %s", in xe_uc_fw_print() 898 version_type_repr(uc_fw->versions.wanted_type)); in xe_uc_fw_print() [all …]
|
| A D | xe_guc.h | 22 MAKE_GUC_VER_STRUCT((guc)->fw.versions.found[XE_UC_FW_VER_COMPATIBILITY]) 24 MAKE_GUC_VER_STRUCT((guc)->fw.versions.found[XE_UC_FW_VER_RELEASE])
|
| /linux/Documentation/scsi/ |
| A D | scsi-generic.rst | 23 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/Documentation/devicetree/bindings/media/xilinx/ |
| A D | xlnx,v-tpg.txt | 11 TPG versions backward-compatible with previous versions should list all 12 compatible versions in the newer to older order.
|
| /linux/Documentation/virt/hyperv/ |
| A D | clocks.rst | 15 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/arch/sh/boards/mach-r2d/ |
| A D | Kconfig | 11 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/Documentation/networking/device_drivers/ethernet/amd/ |
| A D | pds_core.rst | 35 versions: 46 Info versions 49 The ``pds_core`` driver reports the following versions 51 .. list-table:: devlink info versions implemented
|
| /linux/net/9p/ |
| A D | trans_xen.c | 383 char *versions, *v; in xen_9pfs_front_init() local 386 versions = xenbus_read(XBT_NIL, dev->otherend, "versions", &len); in xen_9pfs_front_init() 387 if (IS_ERR(versions)) in xen_9pfs_front_init() 388 return PTR_ERR(versions); in xen_9pfs_front_init() 389 for (v = versions; *v; v++) { in xen_9pfs_front_init() 396 kfree(versions); in xen_9pfs_front_init() 399 kfree(versions); in xen_9pfs_front_init()
|
| /linux/Documentation/devicetree/bindings/crypto/ |
| A D | omap-aes.txt | 6 AES versions: 10 Note that the OMAP2 and 3 versions are compatible (OMAP3 supports
|