Linux Kernel
3.7.1
|
#include <tps6507x.h>
Data Fields | |
struct device * | dev |
struct i2c_client * | i2c_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_pmic * | pmic |
struct tps6507x_ts * | ts |
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.
Definition at line 157 of file tps6507x.h.
Definition at line 158 of file tps6507x.h.
struct tps6507x_pmic* pmic |
Definition at line 165 of file tps6507x.h.
Definition at line 159 of file tps6507x.h.
struct tps6507x_ts* ts |
Definition at line 166 of file tps6507x.h.
Definition at line 161 of file tps6507x.h.