Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
bttv-if.c File Reference
#include <linux/module.h>
#include <linux/init.h>
#include <linux/delay.h>
#include <asm/io.h>
#include "bttvp.h"

Go to the source code of this file.

Functions

 EXPORT_SYMBOL (bttv_get_pcidev)
 
 EXPORT_SYMBOL (bttv_gpio_enable)
 
 EXPORT_SYMBOL (bttv_read_gpio)
 
 EXPORT_SYMBOL (bttv_write_gpio)
 
struct pci_devbttv_get_pcidev (unsigned int card)
 
int bttv_gpio_enable (unsigned int card, unsigned long mask, unsigned long data)
 
int bttv_read_gpio (unsigned int card, unsigned long *data)
 
int bttv_write_gpio (unsigned int card, unsigned long mask, unsigned long data)
 

Function Documentation

struct pci_dev* bttv_get_pcidev ( unsigned int  card)
read

Definition at line 46 of file bttv-if.c.

int bttv_gpio_enable ( unsigned int  card,
unsigned long  mask,
unsigned long  data 
)

Definition at line 57 of file bttv-if.c.

int bttv_read_gpio ( unsigned int  card,
unsigned long data 
)

Definition at line 75 of file bttv-if.c.

int bttv_write_gpio ( unsigned int  card,
unsigned long  mask,
unsigned long  data 
)

Definition at line 97 of file bttv-if.c.

EXPORT_SYMBOL ( bttv_get_pcidev  )
EXPORT_SYMBOL ( bttv_gpio_enable  )
EXPORT_SYMBOL ( bttv_read_gpio  )
EXPORT_SYMBOL ( bttv_write_gpio  )