Linux Kernel
3.7.1
|
#include <max1586.h>
Data Fields | |
int | num_subdevs |
struct max1586_subdev_data * | subdevs |
int | v3_gain |
max1586_platform_data - platform data for max1586 : number of regulators used (may be 1 or 2) : regulator used At most, there will be a regulator for V3 and one for V6 voltages. : gain on the V3 voltage output multiplied by 1e6. This can be calculated as ((1 + R24/R25 + R24/185.5kOhm) * 1e6) for an external resistor configuration as described in the data sheet (R25=100kOhm).
struct max1586_subdev_data* subdevs |