#include <linux/clk.h>
#include <linux/err.h>
#include <linux/platform_device.h>
#include <linux/pm_runtime.h>
#include "s5p_mfc_common.h"
#include "s5p_mfc_debug.h"
#include "s5p_mfc_pm.h"
int s5p_mfc_init_pm(struct s5p_mfc_dev *dev)
{ … }
void s5p_mfc_final_pm(struct s5p_mfc_dev *dev)
{ … }
int s5p_mfc_clock_on(struct s5p_mfc_dev *dev)
{ … }
void s5p_mfc_clock_off(struct s5p_mfc_dev *dev)
{ … }
int s5p_mfc_power_on(struct s5p_mfc_dev *dev)
{ … }
int s5p_mfc_power_off(struct s5p_mfc_dev *dev)
{ … }