#include <linux/kernel.h>
#include "solo6x10.h"
#include "tw28.h"
Go to the source code of this file.
|
int | solo_tw28_init (struct solo_dev *solo_dev) |
|
int | tw28_get_video_status (struct solo_dev *solo_dev, u8 ch) |
|
int | tw28_set_ctrl_val (struct solo_dev *solo_dev, u32 ctrl, u8 ch, s32 val) |
|
int | tw28_get_ctrl_val (struct solo_dev *solo_dev, u32 ctrl, u8 ch, s32 *val) |
|
u8 | tw28_get_audio_gain (struct solo_dev *solo_dev, u8 ch) |
|
void | tw28_set_audio_gain (struct solo_dev *solo_dev, u8 ch, u8 val) |
|
#define DEFAULT_HACTIVE_NTSC (720 + 16) |
#define DEFAULT_HDELAY_NTSC (32 - 4) |
#define DEFAULT_HDELAY_PAL (32 + 4) |
#define DEFAULT_VACTIVE_NTSC (240 + 4) |
#define DEFAULT_VDELAY_NTSC (7 - 2) |
#define DEFAULT_VDELAY_PAL (6) |
#define FIRST_ACTIVE_LINE 0x0008 |
#define is_tw286x |
( |
|
__solo, |
|
|
|
__id |
|
) |
| (!(__solo->tw2815 & (1 << __id))) |
#define LAST_ACTIVE_LINE 0x0102 |