Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | tps6586x_settings |
struct | tps6586x_subdev_info |
struct | tps6586x_platform_data |
Macros | |
#define | TPS6586X_SLEW_RATE_INSTANTLY 0x00 |
#define | TPS6586X_SLEW_RATE_110UV 0x01 |
#define | TPS6586X_SLEW_RATE_220UV 0x02 |
#define | TPS6586X_SLEW_RATE_440UV 0x03 |
#define | TPS6586X_SLEW_RATE_880UV 0x04 |
#define | TPS6586X_SLEW_RATE_1760UV 0x05 |
#define | TPS6586X_SLEW_RATE_3520UV 0x06 |
#define | TPS6586X_SLEW_RATE_7040UV 0x07 |
#define | TPS6586X_SLEW_RATE_SET 0x08 |
#define | TPS6586X_SLEW_RATE_MASK 0x07 |
Functions | |
int | tps6586x_write (struct device *dev, int reg, uint8_t val) |
int | tps6586x_writes (struct device *dev, int reg, int len, uint8_t *val) |
int | tps6586x_read (struct device *dev, int reg, uint8_t *val) |
int | tps6586x_reads (struct device *dev, int reg, int len, uint8_t *val) |
int | tps6586x_set_bits (struct device *dev, int reg, uint8_t bit_mask) |
int | tps6586x_clr_bits (struct device *dev, int reg, uint8_t bit_mask) |
int | tps6586x_update (struct device *dev, int reg, uint8_t val, uint8_t mask) |
#define TPS6586X_SLEW_RATE_110UV 0x01 |
Definition at line 5 of file tps6586x.h.
#define TPS6586X_SLEW_RATE_1760UV 0x05 |
Definition at line 9 of file tps6586x.h.
#define TPS6586X_SLEW_RATE_220UV 0x02 |
Definition at line 6 of file tps6586x.h.
#define TPS6586X_SLEW_RATE_3520UV 0x06 |
Definition at line 10 of file tps6586x.h.
#define TPS6586X_SLEW_RATE_440UV 0x03 |
Definition at line 7 of file tps6586x.h.
#define TPS6586X_SLEW_RATE_7040UV 0x07 |
Definition at line 11 of file tps6586x.h.
#define TPS6586X_SLEW_RATE_880UV 0x04 |
Definition at line 8 of file tps6586x.h.
#define TPS6586X_SLEW_RATE_INSTANTLY 0x00 |
Definition at line 4 of file tps6586x.h.
#define TPS6586X_SLEW_RATE_MASK 0x07 |
Definition at line 14 of file tps6586x.h.
#define TPS6586X_SLEW_RATE_SET 0x08 |
Definition at line 13 of file tps6586x.h.
anonymous enum |
Definition at line 16 of file tps6586x.h.
anonymous enum |
Definition at line 34 of file tps6586x.h.
Definition at line 171 of file tps6586x.c.
Definition at line 142 of file tps6586x.c.
Definition at line 155 of file tps6586x.c.
Definition at line 163 of file tps6586x.c.
Definition at line 179 of file tps6586x.c.
Definition at line 126 of file tps6586x.c.