예제 #1
0
static int exynos_dp_suspend(struct device *dev)
{
	return analogix_dp_suspend(dev);
}
예제 #2
0
static int rockchip_dp_suspend(struct device *dev)
{
	return analogix_dp_suspend(dev);
}
예제 #3
0
파일: exynos_dp.c 프로젝트: krzk/linux
static int exynos_dp_suspend(struct device *dev)
{
	struct exynos_dp_device *dp = dev_get_drvdata(dev);

	return analogix_dp_suspend(dp->adp);
}