| /linux/drivers/soc/imx/ |
| H A D | soc-imx.c | 33 const char *soc_id; in imx_soc_device_init() local 57 soc_id = "i.MX1"; in imx_soc_device_init() 60 soc_id = "i.MX21"; in imx_soc_device_init() 63 soc_id = "i.MX25"; in imx_soc_device_init() 66 soc_id = "i.MX27"; in imx_soc_device_init() 69 soc_id = "i.MX31"; in imx_soc_device_init() 72 soc_id = "i.MX35"; in imx_soc_device_init() 75 soc_id = "i.MX50"; in imx_soc_device_init() 79 soc_id = "i.MX51"; in imx_soc_device_init() 83 soc_id = "i.MX53"; in imx_soc_device_init() [all …]
|
| /linux/drivers/soc/amlogic/ |
| H A D | meson-mx-socinfo.c | 74 const char *soc_id; in meson_mx_socinfo_soc_id() local 78 soc_id = "Meson6 (AML8726-MX)"; in meson_mx_socinfo_soc_id() 83 soc_id = "Meson8m2 (S812)"; in meson_mx_socinfo_soc_id() 85 soc_id = "Meson8 (S802)"; in meson_mx_socinfo_soc_id() 90 soc_id = "Meson8b (S805)"; in meson_mx_socinfo_soc_id() 94 soc_id = "Unknown"; in meson_mx_socinfo_soc_id() 98 return kstrdup_const(soc_id, GFP_KERNEL); in meson_mx_socinfo_soc_id() 161 soc_dev_attr->soc_id = meson_mx_socinfo_soc_id(major_ver, metal_rev); in meson_mx_socinfo_init() 166 kfree_const(soc_dev_attr->soc_id); in meson_mx_socinfo_init() 172 soc_dev_attr->soc_id, soc_dev_attr->revision); in meson_mx_socinfo_init()
|
| H A D | meson-gx-socinfo.c | 201 soc_dev_attr->soc_id = kasprintf(GFP_KERNEL, "%s (%s)", in meson_gx_socinfo_init() 208 kfree_const(soc_dev_attr->soc_id); in meson_gx_socinfo_init() 215 soc_dev_attr->soc_id, in meson_gx_socinfo_init()
|
| /linux/drivers/soc/vt8500/ |
| H A D | wmt-socinfo.c | 82 attrs->soc_id = devm_kasprintf(&pdev->dev, GFP_KERNEL, "%08x", sccid); in wmt_socinfo_probe() 84 if (!attrs->revision || !attrs->soc_id) in wmt_socinfo_probe() 95 attrs->soc_id); in wmt_socinfo_probe()
|
| /linux/drivers/phy/amlogic/ |
| H A D | phy-meson-g12a-usb2.c | 159 int soc_id; member 220 if (priv->soc_id == MESON_SOC_A1) in phy_meson_g12a_usb2_init() 247 if (priv->soc_id == MESON_SOC_G12A) in phy_meson_g12a_usb2_init() 255 else if (priv->soc_id == MESON_SOC_A1) { in phy_meson_g12a_usb2_init() 272 if (priv->soc_id == MESON_SOC_G12A) { in phy_meson_g12a_usb2_init() 322 priv->soc_id = (uintptr_t)of_device_get_match_data(&pdev->dev); in phy_meson_g12a_usb2_probe()
|
| /linux/drivers/soc/aspeed/ |
| H A D | aspeed-socinfo.c | 136 attrs->soc_id = kasprintf(GFP_KERNEL, "%08x", siliconid); in aspeed_socinfo_init() 145 kfree(attrs->soc_id); in aspeed_socinfo_init() 154 attrs->soc_id); in aspeed_socinfo_init()
|
| /linux/drivers/acpi/arm64/ |
| H A D | thermal_cpufreq.c | 11 s32 soc_id = arm_smccc_get_soc_id_version(); in acpi_arch_thermal_cpufreq_pctg() local 17 if (soc_id == SMCCC_SOC_ID_T241) in acpi_arch_thermal_cpufreq_pctg()
|
| /linux/drivers/clk/qcom/ |
| H A D | apss-ipq6018.c | 115 u32 soc_id; in apss_ipq6018_probe() local 118 ret = qcom_smem_get_soc_id(&soc_id); in apss_ipq6018_probe() 130 switch (soc_id) { in apss_ipq6018_probe()
|
| /linux/drivers/soc/loongson/ |
| H A D | loongson2_guts.c | 133 soc_dev_attr.soc_id = devm_kasprintf(dev, GFP_KERNEL, in loongson2_guts_probe() 135 if (!soc_dev_attr.soc_id) in loongson2_guts_probe() 149 soc_dev_attr.soc_id, soc_dev_attr.revision); in loongson2_guts_probe()
|
| /linux/drivers/bluetooth/ |
| H A D | btqca.h | 51 #define get_soc_ver(soc_id, rom_ver) \ argument 52 ((le32_to_cpu(soc_id) << 16) | (le16_to_cpu(rom_ver))) 113 __le32 soc_id; member
|
| H A D | btqca.c | 73 le32_to_cpu(ver->soc_id)); in qca_read_soc_version() 79 if (ver->soc_id == 0 || ver->rom_ver == 0) in qca_read_soc_version() 748 if ((le32_to_cpu(ver.soc_id) & QCA_HSP_GF_SOC_MASK) == QCA_HSP_GF_SOC_ID) in qca_get_nvm_name_by_board() 779 soc_ver = get_soc_ver(ver.soc_id, ver.rom_ver); in qca_uart_setup() 906 if (le32_to_cpu(ver.soc_id) == QCA_WCN3950_SOC_ID_T) in qca_uart_setup() 908 else if (le32_to_cpu(ver.soc_id) == QCA_WCN3950_SOC_ID_S) in qca_uart_setup() 917 if (le32_to_cpu(ver.soc_id) == QCA_WCN3991_SOC_ID) in qca_uart_setup()
|
| /linux/drivers/soc/renesas/ |
| H A D | renesas-soc.c | 468 const char *soc_id; in renesas_soc_init() local 475 soc_id = strchr(match->compatible, ',') + 1; in renesas_soc_init() 498 soc_dev_attr->soc_id = kstrdup_const(soc_id, GFP_KERNEL); in renesas_soc_init() 536 soc_dev_attr->soc_id, rev_prefix, soc_dev_attr->revision ?: ""); in renesas_soc_init() 548 kfree_const(soc_dev_attr->soc_id); in renesas_soc_init()
|
| /linux/drivers/soc/bcm/brcmstb/ |
| H A D | common.c | 94 soc_dev_attr->soc_id = kasprintf(GFP_KERNEL, "%x", in brcmstb_soc_device_init() 104 kfree(soc_dev_attr->soc_id); in brcmstb_soc_device_init()
|
| /linux/drivers/watchdog/ |
| H A D | renesas_wdt.c | 181 .soc_id = "r8a7790", 185 .soc_id = "r8a7791", 189 .soc_id = "r8a7792", 201 dev_info(dev, "Watchdog blacklisted on %s %s\n", attr->soc_id, in rwdt_blacklisted()
|
| /linux/arch/arm/mach-mvebu/ |
| H A D | mvebu-soc-id.c | 163 soc_dev_attr->soc_id = kasprintf(GFP_KERNEL, "%X", soc_dev_id); in mvebu_soc_device() 169 kfree(soc_dev_attr->soc_id); in mvebu_soc_device()
|
| /linux/arch/arm/mach-zynq/ |
| H A D | common.c | 119 soc_dev_attr->soc_id = kasprintf(GFP_KERNEL, "0x%x", in zynq_init_machine() 126 kfree(soc_dev_attr->soc_id); in zynq_init_machine()
|
| /linux/drivers/firmware/smccc/ |
| H A D | soc_id.c | 151 soc_dev_attr->soc_id = soc_id_str; in smccc_soc_init() 162 pr_info("ID = %s Revision = %s\n", soc_dev_attr->soc_id, in smccc_soc_init()
|
| H A D | Makefile | 4 obj-$(CONFIG_ARM_SMCCC_SOC_ID) += soc_id.o
|
| /linux/drivers/pmdomain/renesas/ |
| H A D | r8a774c0-sysc.c | 33 { .soc_id = "r8a774c0", .revision = "ES1.0" },
|
| H A D | r8a77990-sysc.c | 33 { .soc_id = "r8a77990", .revision = "ES1.0" },
|
| H A D | r8a7795-sysc.c | 59 .soc_id = "r8a7795", .revision = "ES2.*",
|
| /linux/arch/mips/ralink/ |
| H A D | rt3883.c | 76 soc_dev_attr->soc_id = rt3883_get_soc_name(); in rt3883_soc_dev_init()
|
| H A D | rt288x.c | 76 soc_dev_attr->soc_id = rt2880_get_soc_name(); in rt2880_soc_dev_init()
|
| /linux/drivers/soc/nuvoton/ |
| H A D | wpcm450-soc.c | 82 attr->soc_id = "WPCM450"; in wpcm450_soc_init()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | qmi.h | 42 u32 soc_id; member
|