Linux Kernel
3.7.1
|
#include <linux/delay.h>
#include <linux/errno.h>
#include <linux/io.h>
#include <linux/sched.h>
#include <linux/wait.h>
#include "s5p_mfc_common.h"
#include "s5p_mfc_debug.h"
#include "s5p_mfc_intr.h"
Go to the source code of this file.
void s5p_mfc_clean_ctx_int_flags | ( | struct s5p_mfc_ctx * | ctx | ) |
Definition at line 85 of file s5p_mfc_intr.c.
void s5p_mfc_clean_dev_int_flags | ( | struct s5p_mfc_dev * | dev | ) |
Definition at line 47 of file s5p_mfc_intr.c.
int s5p_mfc_wait_for_done_ctx | ( | struct s5p_mfc_ctx * | ctx, |
int | command, | ||
int | interrupt | ||
) |
Definition at line 54 of file s5p_mfc_intr.c.
int s5p_mfc_wait_for_done_dev | ( | struct s5p_mfc_dev * | dev, |
int | command | ||
) |
Definition at line 24 of file s5p_mfc_intr.c.