Symbol: tegra_get_chip_id
arch/arm/mach-tegra/hotplug.c
63
if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) && tegra_get_chip_id() == TEGRA20)
arch/arm/mach-tegra/hotplug.c
65
if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) && tegra_get_chip_id() == TEGRA30)
arch/arm/mach-tegra/hotplug.c
67
if (IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) && tegra_get_chip_id() == TEGRA114)
arch/arm/mach-tegra/hotplug.c
69
if (IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC) && tegra_get_chip_id() == TEGRA124)
arch/arm/mach-tegra/platsmp.c
161
if (IS_ENABLED(CONFIG_ARCH_TEGRA_2x_SOC) && tegra_get_chip_id() == TEGRA20)
arch/arm/mach-tegra/platsmp.c
163
if (IS_ENABLED(CONFIG_ARCH_TEGRA_3x_SOC) && tegra_get_chip_id() == TEGRA30)
arch/arm/mach-tegra/platsmp.c
165
if (IS_ENABLED(CONFIG_ARCH_TEGRA_114_SOC) && tegra_get_chip_id() == TEGRA114)
arch/arm/mach-tegra/platsmp.c
167
if (IS_ENABLED(CONFIG_ARCH_TEGRA_124_SOC) && tegra_get_chip_id() == TEGRA124)
arch/arm/mach-tegra/pm.c
181
switch (tegra_get_chip_id()) {
arch/arm/mach-tegra/pm.c
266
switch (tegra_get_chip_id()) {
arch/arm/mach-tegra/pm.c
296
switch (tegra_get_chip_id()) {
arch/arm/mach-tegra/pm.c
445
if (tegra_get_chip_id() == TEGRA20)
arch/arm/mach-tegra/pm.c
50
switch (tegra_get_chip_id()) {
drivers/cpuidle/cpuidle-tegra.c
217
if (cpu > 0 || index != TEGRA_C7 || tegra_get_chip_id() != TEGRA30)
drivers/cpuidle/cpuidle-tegra.c
333
tegra_get_chip_id() != TEGRA20)
drivers/cpuidle/cpuidle-tegra.c
373
switch (tegra_get_chip_id()) {
drivers/soc/tegra/flowctrl.c
134
switch (tegra_get_chip_id()) {
drivers/soc/tegra/flowctrl.c
78
switch (tegra_get_chip_id()) {
drivers/soc/tegra/flowctrl.c
95
if (tegra_get_chip_id() == TEGRA30) {
drivers/soc/tegra/fuse/fuse-tegra.c
163
chip = tegra_get_chip_id();
drivers/soc/tegra/fuse/fuse-tegra.c
456
attr->soc_id = kasprintf(GFP_KERNEL, "%u", tegra_get_chip_id());
drivers/soc/tegra/fuse/fuse-tegra.c
491
u8 chip = tegra_get_chip_id();
drivers/soc/tegra/fuse/tegra-apbmisc.c
139
chip_id = tegra_get_chip_id();
drivers/soc/tegra/fuse/tegra-apbmisc.c
64
switch (tegra_get_chip_id()) {
include/soc/tegra/fuse.h
75
u8 tegra_get_chip_id(void);