void __init tegra_tsensor_init(void)
{
	tegra3_tsensor_init(NULL);
}
Beispiel #2
0
void __init endeavoru_tsensor_init(void)
{
    tegra3_tsensor_init(NULL);
}
void __init cardhu_tsensor_init(void)
{
	tegra3_tsensor_init(&tpdata);
}
void __init grouper_tsensor_init(void)
{
	tegra3_tsensor_init(&tpdata);
}
Beispiel #5
0
void __init enrc2b_tsensor_init(void)
{
	tegra3_tsensor_init(NULL);
}
Beispiel #6
0
void __init kai_tsensor_init(void)
{
	tegra3_tsensor_init(&tpdata);
}
void __init enterprise_tsensor_init(void)
{
	tegra3_tsensor_init(NULL);
}