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

#include <tps6507x.h>

Data Fields

struct devicedev
 
struct i2c_clienti2c_client
 
int(* read_dev )(struct tps6507x_dev *tps6507x, char reg, int size, void *dest)
 
int(* write_dev )(struct tps6507x_dev *tps6507x, char reg, int size, void *src)
 
struct tps6507x_pmicpmic
 
struct tps6507x_tsts
 

Detailed Description

struct tps6507x_dev - tps6507x sub-driver chip access routines () - I2C register read function () - I2C register write function

Device data may be used to access the TPS6507x chip

Definition at line 156 of file tps6507x.h.

Field Documentation

struct device* dev

Definition at line 157 of file tps6507x.h.

Definition at line 158 of file tps6507x.h.

Definition at line 165 of file tps6507x.h.

int(* read_dev)(struct tps6507x_dev *tps6507x, char reg, int size, void *dest)

Definition at line 159 of file tps6507x.h.

Definition at line 166 of file tps6507x.h.

int(* write_dev)(struct tps6507x_dev *tps6507x, char reg, int size, void *src)

Definition at line 161 of file tps6507x.h.


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