|
Linux Kernel
3.7.1
|
#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 |
| #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.
Definition at line 107 of file s5p_mfc_pm.c.
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.
Definition at line 126 of file s5p_mfc_pm.c.
Definition at line 116 of file s5p_mfc_pm.c.
Definition at line 31 of file s5p_mfc_pm.c.
1.8.2