regulator_bulk_get (9) - Linux Manuals
regulator_bulk_get: get multiple regulator consumers
NAME
regulator_bulk_get - get multiple regulator consumers
SYNOPSIS
-
int regulator_bulk_get(struct device
* dev, intnum_consumers, struct regulator_bulk_data * consumers);
ARGUMENTS
dev
-
- Device to supply
num_consumers
- Number of consumers to register
consumers
- Configuration of consumers; clients are stored here.
DESCRIPTION
return 0 on success, an errno on failure.
This helper function allows drivers to get several regulator consumers in one operation. If any of the regulators cannot be acquired then any regulators that were allocated will be freed before returning to the caller.
AUTHORS
Liam Girdwood <lrg [at] slimlogic.co.uk>
- Author.
Mark Brown <broonie [at] opensource.wolfsonmicro.com>
Wolfson Microelectronics,
COPYRIGHT