1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * linux/drivers/media/platform/s5p-mfc/s5p_mfc_pm.h
5 * Copyright (C) 2011 Samsung Electronics Co., Ltd.
6 * http://www.samsung.com/
12 int s5p_mfc_init_pm(struct s5p_mfc_dev
*dev
);
13 void s5p_mfc_final_pm(struct s5p_mfc_dev
*dev
);
15 int s5p_mfc_clock_on(void);
16 void s5p_mfc_clock_off(void);
17 int s5p_mfc_power_on(void);
18 int s5p_mfc_power_off(void);
20 #endif /* S5P_MFC_PM_H_ */