Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
radio-isa.c File Reference
#include <linux/module.h>
#include <linux/init.h>
#include <linux/ioport.h>
#include <linux/delay.h>
#include <linux/videodev2.h>
#include <linux/io.h>
#include <linux/slab.h>
#include <media/v4l2-device.h>
#include <media/v4l2-ioctl.h>
#include <media/v4l2-fh.h>
#include <media/v4l2-ctrls.h>
#include <media/v4l2-event.h>
#include "radio-isa.h"

Go to the source code of this file.

Macros

#define FREQ_LOW   (87U * 16000U)
 
#define FREQ_HIGH   (108U * 16000U)
 

Functions

 MODULE_AUTHOR ("Hans Verkuil")
 
 MODULE_DESCRIPTION ("A framework for ISA radio drivers.")
 
 MODULE_LICENSE ("GPL")
 
int radio_isa_match (struct device *pdev, unsigned int dev)
 
 EXPORT_SYMBOL_GPL (radio_isa_match)
 
struct radio_isa_cardradio_isa_alloc (struct radio_isa_driver *drv, struct device *pdev)
 
int radio_isa_common_probe (struct radio_isa_card *isa, struct device *pdev, int radio_nr, unsigned region_size)
 
int radio_isa_common_remove (struct radio_isa_card *isa, unsigned region_size)
 
int radio_isa_probe (struct device *pdev, unsigned int dev)
 
 EXPORT_SYMBOL_GPL (radio_isa_probe)
 
int radio_isa_remove (struct device *pdev, unsigned int dev)
 
 EXPORT_SYMBOL_GPL (radio_isa_remove)
 

Macro Definition Documentation

#define FREQ_HIGH   (108U * 16000U)

Definition at line 43 of file radio-isa.c.

#define FREQ_LOW   (87U * 16000U)

Definition at line 42 of file radio-isa.c.

Function Documentation

EXPORT_SYMBOL_GPL ( radio_isa_match  )
EXPORT_SYMBOL_GPL ( radio_isa_probe  )
EXPORT_SYMBOL_GPL ( radio_isa_remove  )
MODULE_AUTHOR ( "Hans Verkuil"  )
MODULE_DESCRIPTION ( "A framework for ISA radio drivers."  )
MODULE_LICENSE ( "GPL"  )
struct radio_isa_card* radio_isa_alloc ( struct radio_isa_driver drv,
struct device pdev 
)
read

Definition at line 194 of file radio-isa.c.

int radio_isa_common_probe ( struct radio_isa_card isa,
struct device pdev,
int  radio_nr,
unsigned  region_size 
)

Definition at line 210 of file radio-isa.c.

int radio_isa_common_remove ( struct radio_isa_card isa,
unsigned  region_size 
)

Definition at line 290 of file radio-isa.c.

int radio_isa_match ( struct device pdev,
unsigned int  dev 
)

Definition at line 176 of file radio-isa.c.

int radio_isa_probe ( struct device pdev,
unsigned int  dev 
)

Definition at line 304 of file radio-isa.c.

int radio_isa_remove ( struct device pdev,
unsigned int  dev 
)

Definition at line 354 of file radio-isa.c.