Linux Kernel
3.7.1
|
Data Fields | |
struct regmap * | regmap |
struct ad5380_chip_info * | chip_info |
struct regulator * | vref_reg |
int | vref |
bool | pwr_down |
struct ad5380_state - driver instance specific data : regmap instance used by the device : chip model specific constants, available modes etc : vref supply regulator : actual reference voltage used in uA : whether the chip is currently in power down mode
struct ad5380_chip_info* chip_info |