Linux Kernel
3.7.1
|
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | ad714x_chip |
Macros | |
#define | STAGE_NUM 12 |
Typedefs | |
typedef int(* | ad714x_read_t )(struct ad714x_chip *, unsigned short, unsigned short *, size_t) |
typedef int(* | ad714x_write_t )(struct ad714x_chip *, unsigned short, unsigned short) |
Functions | |
int | ad714x_disable (struct ad714x_chip *ad714x) |
int | ad714x_enable (struct ad714x_chip *ad714x) |
struct ad714x_chip * | ad714x_probe (struct device *dev, u16 bus_type, int irq, ad714x_read_t read, ad714x_write_t write) |
void | ad714x_remove (struct ad714x_chip *ad714x) |
typedef int(* ad714x_write_t)(struct ad714x_chip *, unsigned short, unsigned short) |
int ad714x_disable | ( | struct ad714x_chip * | ad714x | ) |
int ad714x_enable | ( | struct ad714x_chip * | ad714x | ) |
|
read |
void ad714x_remove | ( | struct ad714x_chip * | ad714x | ) |