Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/init.h>
#include <linux/ioport.h>
#include <linux/videodev2.h>
#include <linux/mutex.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <media/v4l2-device.h>
#include <media/v4l2-ioctl.h>
#include "radio-isa.h"
Go to the source code of this file.
Macros | |
#define | WRT_DIS 0x00 |
#define | CLK_OFF 0x00 |
#define | IIC_DATA 0x01 |
#define | IIC_CLK 0x02 |
#define | DATA 0x04 |
#define | CLK_ON 0x08 |
#define | WRT_EN 0x10 |
Functions | |
MODULE_AUTHOR ("R. Offermans & others") | |
MODULE_DESCRIPTION ("A driver for the TerraTec ActiveRadio Standalone radio card.") | |
MODULE_LICENSE ("GPL") | |
MODULE_VERSION ("0.1.99") | |
module_param (radio_nr, int, 0444) | |
MODULE_PARM_DESC (radio_nr,"Radio device number") | |
module_init (terratec_init) | |
module_exit (terratec_exit) | |
#define CLK_OFF 0x00 |
Definition at line 49 of file radio-terratec.c.
#define CLK_ON 0x08 |
Definition at line 53 of file radio-terratec.c.
#define DATA 0x04 |
Definition at line 52 of file radio-terratec.c.
#define IIC_CLK 0x02 |
Definition at line 51 of file radio-terratec.c.
#define IIC_DATA 0x01 |
Definition at line 50 of file radio-terratec.c.
#define WRT_DIS 0x00 |
Definition at line 48 of file radio-terratec.c.
#define WRT_EN 0x10 |
Definition at line 54 of file radio-terratec.c.
MODULE_AUTHOR | ( | "R. Offermans & others" | ) |
module_exit | ( | terratec_exit | ) |
module_init | ( | terratec_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_param | ( | radio_nr | , |
int | , | ||
0444 | |||
) |
MODULE_VERSION | ( | "0.1.99" | ) |