regulator_bulk_disable (9) - Linux Manuals
regulator_bulk_disable: disable multiple regulator consumers
NAME
regulator_bulk_disable - disable multiple regulator consumers
SYNOPSIS
-
int regulator_bulk_disable(int
num_consumers, struct regulator_bulk_data * consumers);
ARGUMENTS
num_consumers
-
- Number of consumers
consumers
- Consumer data; clients are stored here. return 0 on success, an errno on failure
DESCRIPTION
This convenience API allows consumers to disable multiple regulator clients in a single API call. If any consumers cannot be disabled then any others that were disabled will be enabled again prior to return.
AUTHORS
Liam Girdwood <lrg [at] slimlogic.co.uk>
- Author.
Mark Brown <broonie [at] opensource.wolfsonmicro.com>
Wolfson Microelectronics,
COPYRIGHT