Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/drivers/cpufreq/
H A Dtegra20-cpufreq.c40 u32 versions[2]; in tegra20_cpufreq_probe() local
50 versions[0] = BIT(tegra_sku_info.cpu_process_id); in tegra20_cpufreq_probe()
51 versions[1] = BIT(tegra_sku_info.soc_speedo_id); in tegra20_cpufreq_probe()
53 versions[0] = BIT(tegra_sku_info.cpu_process_id); in tegra20_cpufreq_probe()
54 versions[1] = BIT(tegra_sku_info.cpu_speedo_id); in tegra20_cpufreq_probe()
58 versions[0], versions[1]); in tegra20_cpufreq_probe()
64 opp_table = dev_pm_opp_set_supported_hw(cpu_dev, versions, 2); in tegra20_cpufreq_probe()
H A Dsun50i-cpufreq-nvmem.c29 * @versions: Set to the value parsed from efuse
33 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()
H A 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()
243 drv->versions = (1 << speed); in qcom_cpufreq_krait_name_version()
367 cpu_dev, &drv->versions, 1); in qcom_cpufreq_probe()
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dtegra20-cpufreq.c49 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()
H A Dsun50i-cpufreq-nvmem.c30 * @versions: Set to the value parsed from efuse
34 static int sun50i_cpufreq_get_efuse(u32 *versions) in sun50i_cpufreq_get_efuse() argument
77 *versions = efuse_value - 1; in sun50i_cpufreq_get_efuse()
79 *versions = 0; in sun50i_cpufreq_get_efuse()
H A Dqcom-cpufreq-nvmem.c45 u32 versions; member
151 drv->versions = 1 << (unsigned int)(*speedbin); in qcom_cpufreq_kryo_name_version()
155 drv->versions = 1 << ((unsigned int)(*speedbin) + 4); in qcom_cpufreq_kryo_name_version()
199 drv->versions = (1 << speed); in qcom_cpufreq_krait_name_version()
294 config.supported_hw = &drv->versions; in qcom_cpufreq_probe()
/kernel/linux/linux-6.6/kernel/module/
H A Dversion.c21 struct modversion_info *versions; in check_version() local
27 /* No versions at all? modprobe --force does this. */ in check_version()
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()
/kernel/linux/linux-5.10/samples/mei/
H A 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()
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()
410 amt_get_code_versions(struct amt_host_if *cmd, struct amt_code_versions *versions) amt_get_code_versions() argument
/kernel/linux/linux-6.6/samples/mei/
H A 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()
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()
419 amt_get_code_versions(struct amt_host_if *cmd, struct amt_code_versions *versions) amt_get_code_versions() argument
/kernel/linux/linux-5.10/drivers/media/platform/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_V5PLUS_BITS,
71 .versions = MFC_V6PLUS_BITS,
78 .versions = MFC_V5PLUS_BITS,
85 .versions = MFC_V5PLUS_BITS,
92 .versions = MFC_V5PLUS_BITS,
99 .versions
[all...]
/kernel/linux/linux-6.6/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_V5PLUS_BITS,
73 .versions = MFC_V6PLUS_BITS,
82 .versions = MFC_V5PLUS_BITS,
90 .versions = MFC_V5PLUS_BITS,
99 .versions = MFC_V5PLUS_BITS,
108 .versions
[all...]
/kernel/linux/linux-5.10/net/9p/
H A Dtrans_xen.c405 char *versions, *v; in xen_9pfs_front_init() local
408 versions = xenbus_read(XBT_NIL, dev->otherend, "versions", &len); in xen_9pfs_front_init()
409 if (IS_ERR(versions)) in xen_9pfs_front_init()
410 return PTR_ERR(versions); in xen_9pfs_front_init()
411 for (v = versions; *v; v++) { in xen_9pfs_front_init()
418 kfree(versions); in xen_9pfs_front_init()
421 kfree(versions); in xen_9pfs_front_init()
/kernel/linux/linux-6.6/net/9p/
H A Dtrans_xen.c384 char *versions, *v; in xen_9pfs_front_init() local
387 versions = xenbus_read(XBT_NIL, dev->otherend, "versions", &len); in xen_9pfs_front_init()
388 if (IS_ERR(versions)) in xen_9pfs_front_init()
389 return PTR_ERR(versions); in xen_9pfs_front_init()
390 for (v = versions; *v; v++) { in xen_9pfs_front_init()
397 kfree(versions); in xen_9pfs_front_init()
400 kfree(versions); in xen_9pfs_front_init()
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A 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()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dprocessor.c253 if (pdc_model_versions(&boot_cpu_data.pdc.versions, 0) == PDC_OK) { in collect_boot_cpu_data()
255 boot_cpu_data.pdc.versions); in collect_boot_cpu_data()
257 add_device_randomness(&boot_cpu_data.pdc.versions, in collect_boot_cpu_data()
258 sizeof(boot_cpu_data.pdc.versions)); in collect_boot_cpu_data()
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H A 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()
/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Dsocinfo.c343 struct smem_image_version *versions; in socinfo_debugfs_init() local
455 versions = qcom_smem_get(QCOM_SMEM_HOST_ANY, SMEM_IMAGE_VERSION_TABLE, in socinfo_debugfs_init()
464 debugfs_create_file("name", 0400, dentry, &versions[i], in socinfo_debugfs_init()
466 debugfs_create_file("variant", 0400, dentry, &versions[i], in socinfo_debugfs_init()
468 debugfs_create_file("oem", 0400, dentry, &versions[i], in socinfo_debugfs_init()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y66 char *versions;
1965 if (versions != NULL)
1966 oldlen = strlen(versions);
1967 versions = realloc(versions, newlen + oldlen + 2);
1968 if (versions == NULL)
1970 strcpy(&versions[oldlen], prefix);
1971 strcpy(&versions[oldlen + strlen(prefix)], verstring);
1972 versions[newlen + oldlen] = '\n';
1973 versions[newle
[all...]
H A Daicasm.h80 extern char *versions;
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/aicasm/
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...]
H A Daicasm.h80 extern char *versions;
/kernel/linux/linux-6.6/include/linux/
H A Dpm_opp.h73 * @supported_hw: Array of hierarchy of versions to match.
550 const u32 *versions, in dev_pm_opp_set_supported_hw()
554 .supported_hw = versions, in dev_pm_opp_set_supported_hw()
567 const u32 *versions, in devm_pm_opp_set_supported_hw()
571 .supported_hw = versions, in devm_pm_opp_set_supported_hw()
549 dev_pm_opp_set_supported_hw(struct device *dev, const u32 *versions, unsigned int count) dev_pm_opp_set_supported_hw() argument
566 devm_pm_opp_set_supported_hw(struct device *dev, const u32 *versions, unsigned int count) devm_pm_opp_set_supported_hw() argument
/kernel/linux/linux-6.6/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; in ibm_cffps_probe()
496 vs = (enum versions)id->driver_data; in ibm_cffps_probe()
/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/
H A Dvdso_config.h58 static const char *versions[6] = { variable
/kernel/linux/linux-5.10/drivers/xen/
H A Dpvcalls-front.c1133 char *versions; in pvcalls_front_probe() local
1144 versions = xenbus_read(XBT_NIL, dev->otherend, "versions", &len); in pvcalls_front_probe()
1145 if (IS_ERR(versions)) in pvcalls_front_probe()
1146 return PTR_ERR(versions); in pvcalls_front_probe()
1149 if (strcmp(versions, "1")) { in pvcalls_front_probe()
1150 kfree(versions); in pvcalls_front_probe()
1153 kfree(versions); in pvcalls_front_probe()

Completed in 16 milliseconds

12345