int __init shuttle_protected_aperture_init(void)
{
	if (tegra_grhost_aperture > 0) {
		tegra_protected_aperture_init(tegra_grhost_aperture);
	}
	return 0;
}
Esempio n. 2
0
int __init gtablet_protected_aperture_init(void)
{
    if (tegra_grhost_aperture > 0) {
        tegra_protected_aperture_init(tegra_grhost_aperture);
    }
    return 0;
}
int __init tegra_ventana_protected_aperture_init(void)
{
	if (!machine_is_ventana())
		return 0;

	tegra_protected_aperture_init(tegra_grhost_aperture);
	return 0;
}
Esempio n. 4
0
int __init tegra_ventana_protected_aperture_init(void)
{
	tegra_protected_aperture_init(tegra_grhost_aperture);
	return 0;
}
Esempio n. 5
0
int __init tegra_whistler_protected_aperture_init(void)
{
	tegra_protected_aperture_init(tegra_grhost_aperture);
	return 0;
}