Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions | Variables
s5p_mfc_pm.c File Reference
#include <linux/clk.h>
#include <linux/err.h>
#include <linux/platform_device.h>
#include "s5p_mfc_common.h"
#include "s5p_mfc_debug.h"
#include "s5p_mfc_pm.h"

Go to the source code of this file.

Macros

#define MFC_GATE_CLK_NAME   "mfc"
 
#define CLK_DEBUG
 

Functions

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 (void)
 
void s5p_mfc_clock_off (void)
 
int s5p_mfc_power_on (void)
 
int s5p_mfc_power_off (void)
 

Variables

atomic_t clk_ref
 

Macro Definition Documentation

#define CLK_DEBUG

Definition at line 25 of file s5p_mfc_pm.c.

#define MFC_GATE_CLK_NAME   "mfc"

Definition at line 23 of file s5p_mfc_pm.c.

Function Documentation

void s5p_mfc_clock_off ( void  )

Definition at line 107 of file s5p_mfc_pm.c.

int s5p_mfc_clock_on ( void  )

Definition at line 96 of file s5p_mfc_pm.c.

void s5p_mfc_final_pm ( struct s5p_mfc_dev dev)

Definition at line 85 of file s5p_mfc_pm.c.

int s5p_mfc_init_pm ( struct s5p_mfc_dev dev)

Definition at line 34 of file s5p_mfc_pm.c.

int s5p_mfc_power_off ( void  )

Definition at line 126 of file s5p_mfc_pm.c.

int s5p_mfc_power_on ( void  )

Definition at line 116 of file s5p_mfc_pm.c.

Variable Documentation

Definition at line 31 of file s5p_mfc_pm.c.