Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ad7879_bus_ops Struct Reference

#include <ad7879.h>

Data Fields

u16 bustype
 
int(* read )(struct device *dev, u8 reg)
 
int(* multi_read )(struct device *dev, u8 first_reg, u8 count, u16 *buf)
 
int(* write )(struct device *dev, u8 reg, u16 val)
 

Detailed Description

Definition at line 17 of file ad7879.h.

Field Documentation

u16 bustype

Definition at line 18 of file ad7879.h.

int(* multi_read)(struct device *dev, u8 first_reg, u8 count, u16 *buf)

Definition at line 20 of file ad7879.h.

int(* read)(struct device *dev, u8 reg)

Definition at line 19 of file ad7879.h.

int(* write)(struct device *dev, u8 reg, u16 val)

Definition at line 21 of file ad7879.h.


The documentation for this struct was generated from the following file: