root/drivers/media/platform/s5p-mfc/s5p_mfc_pm.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-or-later */
   2 /*
   3  * linux/drivers/media/platform/s5p-mfc/s5p_mfc_pm.h
   4  *
   5  * Copyright (C) 2011 Samsung Electronics Co., Ltd.
   6  *              http://www.samsung.com/
   7  */
   8 
   9 #ifndef S5P_MFC_PM_H_
  10 #define S5P_MFC_PM_H_
  11 
  12 int s5p_mfc_init_pm(struct s5p_mfc_dev *dev);
  13 void s5p_mfc_final_pm(struct s5p_mfc_dev *dev);
  14 
  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);
  19 
  20 #endif /* S5P_MFC_PM_H_ */

/* [<][>][^][v][top][bottom][index][help] */