Searched refs:versions (Results 1 - 25 of 58) sorted by relevance

123

/linux-master/drivers/cpufreq/
H A Dtegra20-cpufreq.c49 u32 versions[2]; local
59 versions[0] = BIT(tegra_sku_info.cpu_process_id);
60 versions[1] = BIT(tegra_sku_info.soc_speedo_id);
62 versions[0] = BIT(tegra_sku_info.cpu_process_id);
63 versions[1] = BIT(tegra_sku_info.cpu_speedo_id);
67 versions[0], versions[1]);
73 err = dev_pm_opp_set_supported_hw(cpu_dev, versions, 2);
H A Dqcom-cpufreq-nvmem.c64 u32 versions; member in struct:qcom_cpufreq_drv
84 drv->versions = 1 << *speedbin;
199 drv->versions = 1 << (unsigned int)(*speedbin);
203 drv->versions = 1 << ((unsigned int)(*speedbin) + 4);
246 drv->versions = (1 << speed);
281 drv->versions = BIT(IPQ8062_VERSION);
286 drv->versions = BIT(IPQ8064_VERSION);
290 drv->versions = BIT(IPQ8065_VERSION);
296 drv->versions = BIT(IPQ8062_VERSION);
336 drv->versions
[all...]
H A Dsun50i-cpufreq-nvmem.c30 * @versions: Set to the value parsed from efuse
34 static int sun50i_cpufreq_get_efuse(u32 *versions) argument
77 *versions = efuse_value - 1;
79 *versions = 0;
/linux-master/kernel/module/
H A Dversion.c21 struct modversion_info *versions; local
27 /* No versions at all? modprobe --force does this. */
31 versions = (void *)sechdrs[versindex].sh_addr;
38 if (strcmp(versions[i].name, symname) != 0)
42 if (versions[i].crc == crcval)
45 crcval, versions[i].crc);
/linux-master/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.h80 extern char *versions;
H A Daicasm_gram.y65 char *versions;
1964 if (versions != NULL)
1965 oldlen = strlen(versions);
1966 versions = realloc(versions, newlen + oldlen + 2);
1967 if (versions == NULL)
1969 strcpy(&versions[oldlen], prefix);
1970 strcpy(&versions[oldlen + strlen(prefix)], verstring);
1971 versions[newlen + oldlen] = '\n';
1972 versions[newle
[all...]
/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_config.h58 static const char *versions[6] = { variable
H A Dvdso_test_abi.c194 version = versions[VDSO_VERSION];
/linux-master/drivers/gpu/drm/xe/
H A Dxe_uc_fw_types.h120 * major and minor version defined. The versions are built into CSS
125 /** @versions: FW versions wanted and found */
127 /** @versions.wanted: firmware version wanted by platform */
130 * @versions.wanted_type: type of firmware version wanted
134 /** @versions.found: fw versions found in firmware blob */
136 } versions; member in struct:xe_uc_fw
H A Dxe_uc_fw.c38 * After loading the file, the driver parses the versions embedded in the blob.
81 * removed from the table. Instead new entries with newer versions may be added
224 uc_fw->versions.wanted.major = entries[i].major;
225 uc_fw->versions.wanted.minor = entries[i].minor;
226 uc_fw->versions.wanted.patch = entries[i].patch;
230 uc_fw->versions.wanted_type = XE_UC_FW_VER_COMPATIBILITY;
232 uc_fw->versions.wanted_type = XE_UC_FW_VER_RELEASE;
302 struct xe_uc_fw_version *release = &uc_fw->versions.found[XE_UC_FW_VER_RELEASE];
303 struct xe_uc_fw_version *compatibility = &uc_fw->versions.found[XE_UC_FW_VER_COMPATIBILITY];
334 struct xe_uc_fw_version *wanted = &uc_fw->versions
[all...]
/linux-master/samples/mei/
H A Dmei-amt-version.c262 struct amt_version_type versions[AMT_VERSIONS_NUMBER]; member in struct:amt_code_versions
338 len = code_ver->versions[i].description.length;
345 len = code_ver->versions[i].version.length;
346 if (code_ver->versions[i].version.string[len] != '\0' ||
347 len != strlen(code_ver->versions[i].version.string)) {
420 struct amt_code_versions *versions)
438 memcpy(versions, response->data, sizeof(struct amt_code_versions));
475 printf("%s:\t%s\n", ver.versions[i].description.string,
476 ver.versions[i].version.string);
419 amt_get_code_versions(struct amt_host_if *cmd, struct amt_code_versions *versions) argument
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A 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_V12_BIT,
71 .versions = MFC_V12_BIT
78 .versions = MFC_V5PLUS_BITS,
87 .versions = MFC_V6PLUS_BITS,
96 .versions = MFC_V5PLUS_BITS,
104 .versions
[all...]
H A Ds5p_mfc_enc.c39 .versions = MFC_V6_BIT | MFC_V7_BIT,
46 .versions = MFC_V5_BIT,
53 .versions = MFC_V5PLUS_BITS,
60 .versions = MFC_V6PLUS_BITS,
67 .versions = MFC_V12_BIT,
74 .versions = MFC_V12_BIT,
81 .versions = MFC_V5PLUS_BITS,
88 .versions = MFC_V5PLUS_BITS,
95 .versions = MFC_V5PLUS_BITS,
102 .versions
[all...]
/linux-master/arch/parisc/kernel/
H A Dprocessor.c253 if (pdc_model_versions(&boot_cpu_data.pdc.versions, 0) == PDC_OK) {
255 boot_cpu_data.pdc.versions);
257 add_device_randomness(&boot_cpu_data.pdc.versions,
258 sizeof(boot_cpu_data.pdc.versions));
/linux-master/net/9p/
H A Dtrans_xen.c383 char *versions, *v; local
386 versions = xenbus_read(XBT_NIL, dev->otherend, "versions", &len);
387 if (IS_ERR(versions))
388 return PTR_ERR(versions);
389 for (v = versions; *v; v++) {
396 kfree(versions);
399 kfree(versions);
/linux-master/arch/parisc/include/asm/
H A Dpdc.h42 int pdc_model_versions(unsigned long *versions, int id);
H A Dprocessor.h69 unsigned long versions; member in struct:system_cpuinfo_parisc::__anon1
/linux-master/include/linux/
H A Dpm_opp.h62 * @supported_hw: Array of hierarchy of versions to match.
594 const u32 *versions,
598 .supported_hw = versions,
611 const u32 *versions,
615 .supported_hw = versions,
593 dev_pm_opp_set_supported_hw(struct device *dev, const u32 *versions, unsigned int count) argument
610 devm_pm_opp_set_supported_hw(struct device *dev, const u32 *versions, unsigned int count) argument
/linux-master/drivers/hwmon/pmbus/
H A Dibm-cffps.c61 enum versions { cffps1, cffps2, cffps_unknown }; enum
64 enum versions version;
485 enum versions vs = cffps_unknown;
496 vs = (enum versions)id->driver_data;
/linux-master/drivers/xen/
H A Dpvcalls-front.c1140 char *versions; local
1151 versions = xenbus_read(XBT_NIL, dev->otherend, "versions", &len);
1152 if (IS_ERR(versions))
1153 return PTR_ERR(versions);
1156 if (strcmp(versions, "1")) {
1157 kfree(versions);
1160 kfree(versions);
/linux-master/drivers/soc/qcom/
H A Dsocinfo.c585 struct smem_image_version *versions; local
732 versions = qcom_smem_get(QCOM_SMEM_HOST_ANY, SMEM_IMAGE_VERSION_TABLE,
741 debugfs_create_file("name", 0444, dentry, &versions[i],
743 debugfs_create_file("variant", 0444, dentry, &versions[i],
745 debugfs_create_file("oem", 0444, dentry, &versions[i],
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S25 |redistributed versions, and that such modified versions are clearly identified as such.
H A Diskeleton.S25 |redistributed versions, and that such modified versions are clearly identified as such.
H A Dos.S25 |redistributed versions, and that such modified versions are clearly identified as such.
308 | Linux/68k: These are basically non-inlined versions of
/linux-master/arch/arm/kernel/
H A Dphys2virt.S61 @ The Thumb-2 versions of the patchable sequences are
142 @ The ARM versions of the patchable sequences are

Completed in 316 milliseconds

123