regulator_register(9) suse man page | unix.com

Man Page: regulator_register

Operating Environment: suse

Section: 9

REGULATOR_REGISTER(9)						   API reference					     REGULATOR_REGISTER(9)

NAME
regulator_register - register regulator
SYNOPSIS
struct regulator_dev * regulator_register(struct regulator_desc * regulator_desc, struct device * dev, struct regulator_init_data * init_data, void * driver_data);
ARGUMENTS
regulator_desc regulator to register dev struct device for the regulator init_data platform provided init data, passed through by driver driver_data private regulator data
DESCRIPTION
Called by regulator drivers to register a regulator. Returns 0 on success.
AUTHORS
Liam Girdwood <lrg@slimlogic.co.uk> Author. Mark Brown <broonie@opensource.wolfsonmicro.com> Wolfson Microelectronics, Author.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 REGULATOR_REGISTER(9)
Related Man Pages
struct_regulator_config(9) - centos
struct_regulator_ops(9) - centos
struct_ff_device(9) - suse
struct_regulator_ops(9) - suse
tbrconfig(8) - netbsd
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Grant unprivileged user rights to see the output of echo|format but not modify disks
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!
Docker learning Phase-I