static int exynos_dp_suspend(struct device *dev)
{
	return analogix_dp_suspend(dev);
}
Beispiel #2
0
static int rockchip_dp_suspend(struct device *dev)
{
	return analogix_dp_suspend(dev);
}
Beispiel #3
0
static int exynos_dp_suspend(struct device *dev)
{
	struct exynos_dp_device *dp = dev_get_drvdata(dev);

	return analogix_dp_suspend(dp->adp);
}