other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
| REGULATOR_BULK_REGIS(9) | API reference | REGULATOR_BULK_REGIS(9) |
NAME¶
regulator_bulk_register_supply_alias - register multiple aliasesSYNOPSIS¶
int
regulator_bulk_register_supply_alias(struct device * dev,
const char *const * id,
struct device * alias_dev,
const char *const * alias_id,
int num_id);
ARGUMENTS¶
devdevice that will be given as the regulator
“consumer”
id
List of supply names or regulator IDs
alias_dev
device that should be used to lookup the
supply
alias_id
List of supply names or regulator IDs that
should be used to lookup the supply
num_id
Number of aliases to register
DESCRIPTION¶
AUTHORS¶
Liam Girdwood <lrg@slimlogic.co.uk>Author.
Mark Brown <broonie@opensource.wolfsonmicro.com>
Author.
COPYRIGHT¶
| February 2017 | Kernel Hackers Manual 3.16 |