Linux Kernel
3.7.1
|
#include <linux/clk.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/io.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <linux/videodev2.h>
#include <media/v4l2-event.h>
#include <linux/workqueue.h>
#include <media/videobuf2-core.h>
#include "s5p_mfc_common.h"
#include "s5p_mfc_ctrl.h"
#include "s5p_mfc_debug.h"
#include "s5p_mfc_dec.h"
#include "s5p_mfc_enc.h"
#include "s5p_mfc_intr.h"
#include "s5p_mfc_opr.h"
#include "s5p_mfc_cmd.h"
#include "s5p_mfc_pm.h"
Go to the source code of this file.
Macros | |
#define | S5P_MFC_NAME "s5p-mfc" |
#define | S5P_MFC_DEC_NAME "s5p-mfc-dec" |
#define | S5P_MFC_ENC_NAME "s5p-mfc-enc" |
Functions | |
module_param (debug, int, S_IRUGO|S_IWUSR) | |
MODULE_PARM_DESC (debug,"Debug level - higher value produces more verbose messages") | |
void | clear_work_bit (struct s5p_mfc_ctx *ctx) |
void | set_work_bit (struct s5p_mfc_ctx *ctx) |
void | clear_work_bit_irqsave (struct s5p_mfc_ctx *ctx) |
void | set_work_bit_irqsave (struct s5p_mfc_ctx *ctx) |
MODULE_DEVICE_TABLE (platform, mfc_driver_ids) | |
module_platform_driver (s5p_mfc_driver) | |
MODULE_LICENSE ("GPL") | |
MODULE_AUTHOR ("Kamil Debski <[email protected]>") | |
MODULE_DESCRIPTION ("Samsung S5P Multi Format Codec V4L2 driver") | |
void clear_work_bit | ( | struct s5p_mfc_ctx * | ctx | ) |
void clear_work_bit_irqsave | ( | struct s5p_mfc_ctx * | ctx | ) |
MODULE_AUTHOR | ( | "Kamil Debski <[email protected]>" | ) |
MODULE_DEVICE_TABLE | ( | platform | , |
mfc_driver_ids | |||
) |
MODULE_LICENSE | ( | "GPL" | ) |
module_platform_driver | ( | s5p_mfc_driver | ) |
void set_work_bit | ( | struct s5p_mfc_ctx * | ctx | ) |
void set_work_bit_irqsave | ( | struct s5p_mfc_ctx * | ctx | ) |
struct s5p_mfc_buf_size buf_size_v5 |
struct s5p_mfc_buf_size buf_size_v6 |
struct s5p_mfc_buf_align mfc_buf_align_v5 |
struct s5p_mfc_buf_align mfc_buf_align_v6 |
struct s5p_mfc_buf_size_v5 mfc_buf_size_v5 |
struct s5p_mfc_buf_size_v6 mfc_buf_size_v6 |