REGULATOR_BULK_GET(9) | API reference | REGULATOR_BULK_GET(9) |
NAME¶
regulator_bulk_get - get multiple regulator consumers
SYNOPSIS¶
int regulator_bulk_get(struct device * dev, int num_consumers, struct regulator_bulk_data * consumers);
ARGUMENTS¶
dev
num_consumers
consumers
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@slimlogic.co.uk>
Mark Brown <broonie@opensource.wolfsonmicro.com>
Wolfson Microelectronics,
COPYRIGHT¶
June 2017 | Kernel Hackers Manual 4.9. |