linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_pm.c

// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * linux/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_pm.c
 *
 * Copyright (c) 2010 Samsung Electronics Co., Ltd.
 *		http://www.samsung.com/
 */

#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)
{}