/Linux-v5.4/samples/mei/ |
D | mei-amt-version.c | 253 struct amt_version_type versions[AMT_VERSIONS_NUMBER]; member 329 len = code_ver->versions[i].description.length; in amt_verify_code_versions() 336 len = code_ver->versions[i].version.length; in amt_verify_code_versions() 337 if (code_ver->versions[i].version.string[len] != '\0' || in amt_verify_code_versions() 338 len != strlen(code_ver->versions[i].version.string)) { in amt_verify_code_versions() 411 struct amt_code_versions *versions) in amt_get_code_versions() argument 429 memcpy(versions, response->data, sizeof(struct amt_code_versions)); in amt_get_code_versions() 466 printf("%s:\t%s\n", ver.versions[i].description.string, in main() 467 ver.versions[i].version.string); in main()
|
/Linux-v5.4/drivers/cpufreq/ |
D | sun50i-cpufreq-nvmem.c | 33 static int sun50i_cpufreq_get_efuse(u32 *versions) in sun50i_cpufreq_get_efuse() argument 74 *versions = 1; in sun50i_cpufreq_get_efuse() 77 *versions = 2; in sun50i_cpufreq_get_efuse() 84 *versions = 0; in sun50i_cpufreq_get_efuse()
|
D | qcom-cpufreq-nvmem.c | 59 u32 versions; member 114 drv->versions = 1 << (unsigned int)(*speedbin); in qcom_cpufreq_kryo_name_version() 117 drv->versions = 1 << ((unsigned int)(*speedbin) + 4); in qcom_cpufreq_kryo_name_version() 218 &drv->versions, 1); in qcom_cpufreq_probe()
|
/Linux-v5.4/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 36 .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.4/arch/sh/boards/mach-r2d/ |
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-v5.4/Documentation/devicetree/bindings/media/xilinx/ |
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-v5.4/net/9p/ |
D | trans_xen.c | 391 char *versions; in xen_9pfs_front_probe() local 394 versions = xenbus_read(XBT_NIL, dev->otherend, "versions", &len); in xen_9pfs_front_probe() 395 if (IS_ERR(versions)) in xen_9pfs_front_probe() 396 return PTR_ERR(versions); in xen_9pfs_front_probe() 397 if (strcmp(versions, "1")) { in xen_9pfs_front_probe() 398 kfree(versions); in xen_9pfs_front_probe() 401 kfree(versions); in xen_9pfs_front_probe()
|
/Linux-v5.4/drivers/soc/qcom/ |
D | socinfo.c | 300 struct smem_image_version *versions; in socinfo_debugfs_init() local 381 versions = qcom_smem_get(QCOM_SMEM_HOST_ANY, SMEM_IMAGE_VERSION_TABLE, in socinfo_debugfs_init() 390 debugfs_create_file("name", 0400, dentry, &versions[i], in socinfo_debugfs_init() 392 debugfs_create_file("variant", 0400, dentry, &versions[i], in socinfo_debugfs_init() 394 debugfs_create_file("oem", 0400, dentry, &versions[i], in socinfo_debugfs_init()
|
/Linux-v5.4/Documentation/scsi/ |
D | scsi-generic.txt | 18 Major versions of the sg driver 20 There are three major versions of sg found in the linux kernel (lk): 71 Mapping of Linux kernel versions to sg driver versions 81 next six linux kernel versions.
|
/Linux-v5.4/Documentation/core-api/ |
D | gcc-plugins.rst | 14 The GCC plugin infrastructure of the kernel supports all gcc versions from 18 because gcc versions 4.5 and 4.6 are compiled by a C compiler, 20 and versions 4.8+ can only be compiled by a C++ compiler. 62 GIMPLE, SIMPLE_IPA, IPA and RTL passes. They support all gcc versions
|
/Linux-v5.4/Documentation/devicetree/bindings/crypto/ |
D | omap-aes.txt | 6 AES versions: 10 Note that the OMAP2 and 3 versions are compatible (OMAP3 supports
|
/Linux-v5.4/drivers/hwmon/pmbus/ |
D | ibm-cffps.c | 57 enum versions { cffps1, cffps2 }; enum 68 enum versions version; 398 enum versions vs; in ibm_cffps_probe() 405 vs = (enum versions)md; in ibm_cffps_probe() 407 vs = (enum versions)id->driver_data; in ibm_cffps_probe()
|
/Linux-v5.4/arch/parisc/kernel/ |
D | processor.c | 252 if (pdc_model_versions(&boot_cpu_data.pdc.versions, 0) == PDC_OK) { in collect_boot_cpu_data() 254 boot_cpu_data.pdc.versions); in collect_boot_cpu_data() 256 add_device_randomness(&boot_cpu_data.pdc.versions, in collect_boot_cpu_data() 257 sizeof(boot_cpu_data.pdc.versions)); in collect_boot_cpu_data()
|
/Linux-v5.4/Documentation/locking/ |
D | spinlocks.rst | 57 (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.4/Documentation/devicetree/bindings/rng/ |
D | omap_rng.txt | 6 RNG versions: 10 Note that these two versions are incompatible.
|
/Linux-v5.4/Documentation/powerpc/ |
D | isa-versions.rst | 5 Mapping of some CPU versions to relevant ISA versions.
|
D | index.rst | 21 isa-versions
|
/Linux-v5.4/arch/m68k/fpsp040/ |
D | README | 27 without alteration in any modified and/or redistributed versions, 28 and that such modified versions are clearly identified as such.
|
/Linux-v5.4/scripts/ |
D | gcc-goto.sh | 12 * and broken on some ARM GCC versions (see GCC Bug 48637).
|
/Linux-v5.4/drivers/scsi/aic7xxx/aicasm/ |
D | aicasm_gram.y | 66 char *versions; variable 1965 if (versions != NULL) in add_version() 1966 oldlen = strlen(versions); in add_version() 1967 versions = realloc(versions, newlen + oldlen + 2); in add_version() 1968 if (versions == NULL) in add_version() 1970 strcpy(&versions[oldlen], prefix); in add_version() 1971 strcpy(&versions[oldlen + strlen(prefix)], verstring); in add_version() 1972 versions[newlen + oldlen] = '\n'; in add_version() 1973 versions[newlen + oldlen + 1] = '\0'; in add_version()
|
D | aicasm.h | 80 extern char *versions;
|
/Linux-v5.4/Documentation/networking/ |
D | index.rst | 16 devlink-info-versions
|
/Linux-v5.4/Documentation/admin-guide/cifs/ |
D | introduction.rst | 9 PC operating systems. New and improved versions of CIFS are now 15 such as all modern versions of Windows (including Windows 2016
|
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/ |
D | urt,umsh-8596md.txt | 3 Supported are LVDS versions (-11T, -19T) and parallel ones
|
/Linux-v5.4/Documentation/ABI/removed/ |
D | o2cb | 6 removed when new versions of ocfs2-tools which know to look
|