Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/videodev2.h>
#include <media/v4l2-ioctl.h>
#include "solo6x10.h"
Go to the source code of this file.
Macros | |
#define | SOLO_VCLK_DELAY 3 |
#define | SOLO_PROGRESSIVE_VSIZE 1024 |
#define | SOLO_MOT_THRESH_W 64 |
#define | SOLO_MOT_THRESH_H 64 |
#define | SOLO_MOT_THRESH_SIZE 8192 |
#define | SOLO_MOT_THRESH_REAL (SOLO_MOT_THRESH_W * SOLO_MOT_THRESH_H) |
#define | SOLO_MOT_FLAG_SIZE 512 |
#define | SOLO_MOT_FLAG_AREA (SOLO_MOT_FLAG_SIZE * 32) |
Functions | |
module_param (video_type, uint, 0644) | |
MODULE_PARM_DESC (video_type,"video_type (0 = NTSC/Default, 1 = PAL)") | |
void | solo_set_motion_threshold (struct solo_dev *solo_dev, u8 ch, u16 val) |
int | solo_disp_init (struct solo_dev *solo_dev) |
void | solo_disp_exit (struct solo_dev *solo_dev) |
#define SOLO_MOT_FLAG_AREA (SOLO_MOT_FLAG_SIZE * 32) |
#define SOLO_MOT_THRESH_REAL (SOLO_MOT_THRESH_W * SOLO_MOT_THRESH_H) |
module_param | ( | video_type | , |
uint | , | ||
0644 | |||
) |
MODULE_PARM_DESC | ( | video_type | , |
"video_type (0 = NTSC/Default, 1 = PAL)" | |||
) |