|
Linux Kernel
3.7.1
|
#include <linux/slab.h>#include <linux/string.h>#include <linux/platform_device.h>#include <linux/regulator/machine.h>#include <linux/regulator/fixed.h>Go to the source code of this file.
Data Structures | |
| struct | fixed_regulator_data |
Functions | |
: name to be used for the regulator | |
regulator_register_fixed_name - register a no-op fixed regulator : platform device id : consumers for this regulator : number of consumers : voltage in microvolts | |
| struct platform_device * | regulator_register_always_on (int id, const char *name, struct regulator_consumer_supply *supplies, int num_supplies, int uv) |
|
read |
Definition at line 29 of file fixed-helper.c.
1.8.2