Home
last modified time | relevance | path

Searched refs:soc_name (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Did.c40 static char soc_name[OMAP_SOC_MAX_NAME_LENGTH]; variable
194 sprintf(soc_name, "OMAP%04x", omap_rev() >> 16); in omap2xxx_check_revision()
197 pr_info("%s", soc_name); in omap2xxx_check_revision()
253 scnprintf(soc_name, sizeof(soc_name), "%s", cpu_name); in omap3_cpuinfo()
256 n += scnprintf(buf, sizeof(buf) - n, "%s %s (", soc_name, soc_rev); in omap3_cpuinfo()
596 sprintf(soc_name, "OMAP%04x", omap_rev() >> 16); in omap4xxx_check_revision()
599 pr_info("%s %s\n", soc_name, soc_rev); in omap4xxx_check_revision()
639 sprintf(soc_name, "OMAP%04x", omap_rev() >> 16); in omap5xxx_check_revision()
642 pr_info("%s %s\n", soc_name, soc_rev); in omap5xxx_check_revision()
714 sprintf(soc_name, "DRA%03x", omap_rev() >> 16); in dra7xxx_check_revision()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
Drcar_du_of.c204 const char *soc_name; in rcar_du_of_lvds_patch() local
230 soc_name = strchr(match->compatible, '-') + 1; in rcar_du_of_lvds_patch()
231 sprintf(compatible, "renesas,%s-lvds", soc_name); in rcar_du_of_lvds_patch()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0010_linux_tools.patch41 +int soc_version_check(const char *soc_name __maybe_unused)
61 + if (!strcmp(name, soc_name))
192 +int __weak soc_version_check(const char *soc_name __maybe_unused)
209 +int soc_version_check(const char *soc_name __maybe_unused);