Home
last modified time | relevance | path

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

12345678910>>...16

/Linux-v4.19/samples/mei/
Dmei-amt-version.c253 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-v4.19/drivers/cpufreq/
Dqcom-cpufreq-kryo.c85 u32 versions; in qcom_cpufreq_kryo_probe() local
125 versions = 1 << (unsigned int)(*speedbin); in qcom_cpufreq_kryo_probe()
128 versions = 1 << ((unsigned int)(*speedbin) + 4); in qcom_cpufreq_kryo_probe()
144 &versions, 1); in qcom_cpufreq_kryo_probe()
/Linux-v4.19/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c41 .versions = MFC_V6_BIT | MFC_V7_BIT,
49 .versions = MFC_V5_BIT,
57 .versions = MFC_V6PLUS_BITS,
65 .versions = MFC_V6PLUS_BITS,
73 .versions = MFC_V5PLUS_BITS,
81 .versions = MFC_V6PLUS_BITS,
89 .versions = MFC_V5PLUS_BITS,
97 .versions = MFC_V5PLUS_BITS,
105 .versions = MFC_V5PLUS_BITS,
113 .versions = MFC_V5PLUS_BITS,
[all …]
/Linux-v4.19/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-v4.19/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-v4.19/Documentation/scsi/
Dscsi-generic.txt18 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-v4.19/Documentation/
Dgcc-plugins.txt14 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
Dlogo.txt7 Note that there are black-and-white versions of this available that
/Linux-v4.19/Documentation/devicetree/bindings/crypto/
Domap-aes.txt6 AES versions:
10 Note that the OMAP2 and 3 versions are compatible (OMAP3 supports
/Linux-v4.19/arch/parisc/kernel/
Dprocessor.c265 if (pdc_model_versions(&boot_cpu_data.pdc.versions, 0) == PDC_OK) { in collect_boot_cpu_data()
267 boot_cpu_data.pdc.versions); in collect_boot_cpu_data()
269 add_device_randomness(&boot_cpu_data.pdc.versions, in collect_boot_cpu_data()
270 sizeof(boot_cpu_data.pdc.versions)); in collect_boot_cpu_data()
/Linux-v4.19/Documentation/devicetree/bindings/rng/
Domap_rng.txt6 RNG versions:
10 Note that these two versions are incompatible.
/Linux-v4.19/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-v4.19/Documentation/locking/
Dspinlocks.txt49 (rw_lock) versions of the spinlocks are sometimes useful. They allow multiple
100 cheaper versions of the spinlocks. IFF you know that the spinlocks are
101 never used in interrupt handlers, you can use the non-irq versions:
107 (and the equivalent read-write versions too, of course). The spinlock will
112 The reasons you mustn't use these versions if you have interrupts that
127 (This is also the reason why the irq-versions of the spinlocks only need
/Linux-v4.19/net/9p/
Dtrans_xen.c390 char *versions; in xen_9pfs_front_probe() local
393 versions = xenbus_read(XBT_NIL, dev->otherend, "versions", &len); in xen_9pfs_front_probe()
396 if (strcmp(versions, "1")) { in xen_9pfs_front_probe()
397 kfree(versions); in xen_9pfs_front_probe()
400 kfree(versions); in xen_9pfs_front_probe()
/Linux-v4.19/Documentation/devicetree/bindings/mmc/
Dsdhci-msm.txt8 "qcom,sdhci-msm-v4" for sdcc versions less than 5.0
9 "qcom,sdhci-msm-v5" for sdcc versions >= 5.0
/Linux-v4.19/scripts/
Dgcc-goto.sh12 * and broken on some ARM GCC versions (see GCC Bug 48637).
/Linux-v4.19/drivers/scsi/aic7xxx/aicasm/
Daicasm_gram.y70 char *versions; variable
1969 if (versions != NULL) in add_version()
1970 oldlen = strlen(versions); in add_version()
1971 versions = realloc(versions, newlen + oldlen + 2); in add_version()
1972 if (versions == NULL) in add_version()
1974 strcpy(&versions[oldlen], prefix); in add_version()
1975 strcpy(&versions[oldlen + strlen(prefix)], verstring); in add_version()
1976 versions[newlen + oldlen] = '\n'; in add_version()
1977 versions[newlen + oldlen + 1] = '\0'; in add_version()
Daicasm.h84 extern char *versions;
/Linux-v4.19/tools/power/cpupower/debug/kernel/
DMakefile15 - rm -rf *.o *.ko .tmp-versions .*.cmd .*.mod.* *.mod.c
/Linux-v4.19/Documentation/devicetree/bindings/display/panel/
Durt,umsh-8596md.txt3 Supported are LVDS versions (-11T, -19T) and parallel ones
/Linux-v4.19/Documentation/ABI/removed/
Do2cb6 removed when new versions of ocfs2-tools which know to look
/Linux-v4.19/Documentation/devicetree/bindings/opp/
Dopp.txt10 This document contain multiple versions of OPP binding and only one of them
149 of versions (A, B and C), this field should be like <X Y Z>, where X
155 value of 0xFFFFFFFF will enable the OPP for all versions for that hierarchy
468 (example: three level hierarchy of versions: cuts, substrate and process)
487 * Supports all substrate and process versions for 0xF
500 * - substrate: supports 16 different substrate versions
501 * - process: supports 9 different process versions
/Linux-v4.19/Documentation/driver-api/80211/
Dintroduction.rst16 published by the IEEE in 802.11-2007 (or possibly later versions).
/Linux-v4.19/Documentation/devicetree/bindings/timer/
Darm,global_timer.txt11 supports versions r2p0 and above.
/Linux-v4.19/Documentation/hwmon/
Dnct780226 BIOS versions.

12345678910>>...16