Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/init.h>
#include <asm/io.h>
#include "cx88.h"
#include "cx88-vp3054-i2c.h"
Go to the source code of this file.
Functions | |
MODULE_DESCRIPTION ("driver for cx2388x VP3054 design") | |
MODULE_AUTHOR ("Chris Pascoe <[email protected]>") | |
MODULE_LICENSE ("GPL") | |
int | vp3054_i2c_probe (struct cx8802_dev *dev) |
void | vp3054_i2c_remove (struct cx8802_dev *dev) |
EXPORT_SYMBOL (vp3054_i2c_probe) | |
EXPORT_SYMBOL (vp3054_i2c_remove) | |
EXPORT_SYMBOL | ( | vp3054_i2c_probe | ) |
EXPORT_SYMBOL | ( | vp3054_i2c_remove | ) |
MODULE_AUTHOR | ( | "Chris Pascoe <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "driver for cx2388x VP3054 design" | ) |
MODULE_LICENSE | ( | "GPL" | ) |
int vp3054_i2c_probe | ( | struct cx8802_dev * | dev | ) |
Definition at line 107 of file cx88-vp3054-i2c.c.
void vp3054_i2c_remove | ( | struct cx8802_dev * | dev | ) |
Definition at line 146 of file cx88-vp3054-i2c.c.