Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
s5p_mfc_ctrl.c File Reference
#include <linux/delay.h>
#include <linux/err.h>
#include <linux/firmware.h>
#include <linux/jiffies.h>
#include <linux/sched.h>
#include "s5p_mfc_cmd.h"
#include "s5p_mfc_common.h"
#include "s5p_mfc_debug.h"
#include "s5p_mfc_intr.h"
#include "s5p_mfc_opr.h"
#include "s5p_mfc_pm.h"

Go to the source code of this file.

Functions

int s5p_mfc_alloc_and_load_firmware (struct s5p_mfc_dev *dev)
 
int s5p_mfc_reload_firmware (struct s5p_mfc_dev *dev)
 
int s5p_mfc_release_firmware (struct s5p_mfc_dev *dev)
 
int s5p_mfc_reset (struct s5p_mfc_dev *dev)
 
int s5p_mfc_init_hw (struct s5p_mfc_dev *dev)
 
void s5p_mfc_deinit_hw (struct s5p_mfc_dev *dev)
 
int s5p_mfc_sleep (struct s5p_mfc_dev *dev)
 
int s5p_mfc_wakeup (struct s5p_mfc_dev *dev)
 

Function Documentation

int s5p_mfc_alloc_and_load_firmware ( struct s5p_mfc_dev dev)

Definition at line 30 of file s5p_mfc_ctrl.c.

void s5p_mfc_deinit_hw ( struct s5p_mfc_dev dev)

Definition at line 329 of file s5p_mfc_ctrl.c.

int s5p_mfc_init_hw ( struct s5p_mfc_dev dev)

Definition at line 254 of file s5p_mfc_ctrl.c.

int s5p_mfc_release_firmware ( struct s5p_mfc_dev dev)

Definition at line 158 of file s5p_mfc_ctrl.c.

int s5p_mfc_reload_firmware ( struct s5p_mfc_dev dev)

Definition at line 125 of file s5p_mfc_ctrl.c.

int s5p_mfc_reset ( struct s5p_mfc_dev dev)

Definition at line 172 of file s5p_mfc_ctrl.c.

int s5p_mfc_sleep ( struct s5p_mfc_dev dev)

Definition at line 339 of file s5p_mfc_ctrl.c.

int s5p_mfc_wakeup ( struct s5p_mfc_dev dev)

Definition at line 368 of file s5p_mfc_ctrl.c.