centos man page for regulator_bulk_get

Query: regulator_bulk_get

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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 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@slimlogic.co.uk> Author. Mark Brown <broonie@opensource.wolfsonmicro.com> Wolfson Microelectronics, Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 REGULATOR_BULK_GET(9)
Related Man Pages
g_destroy_geom(9) - debian
g_geom(9) - debian
vxmemstat(1m) - hpux
struct_regulation_constraints(9) - suse
g_wither_geom(9) - freebsd
Similar Topics in the Unix Linux Community
How to increment version inside a file?
Tar Command
Unsure why access time on a directory change isn't changing
Controlling user input
[TIP] Processing YAML files with yq