Home
last modified time | relevance | path

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

/linux-6.1.9/include/soc/tegra/
Dfuse.h59 u8 tegra_get_platform(void);
90 static inline u8 tegra_get_platform(void) in tegra_get_platform() function
/linux-6.1.9/drivers/soc/tegra/fuse/
Dtegra-apbmisc.c55 u8 tegra_get_platform(void) in tegra_get_platform() function
65 if (tegra_get_platform() == 0) in tegra_is_silicon()
Dfuse-tegra.c450 return sprintf(buf, "%d\n", tegra_get_platform()); in platform_show()