centos man page for regulator_set_current_limit

Query: regulator_set_current_limit

OS: centos

Section: 9

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

REGULATOR_SET_CURREN(9) 					   API reference					   REGULATOR_SET_CURREN(9)

NAME
regulator_set_current_limit - set regulator output current limit
SYNOPSIS
int regulator_set_current_limit(struct regulator * regulator, int min_uA, int max_uA);
ARGUMENTS
regulator regulator source min_uA Minimum supported current in uA max_uA Maximum supported current in uA
DESCRIPTION
Sets current sink to the desired output current. This can be set during any regulator state. IOW, regulator can be disabled or enabled. If the regulator is enabled then the current will change to the new value immediately otherwise if the regulator is disabled the regulator will output at the new current when enabled.
NOTE
Regulator system constraints must be set for this regulator before calling this function otherwise this call will fail.
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_SET_CURREN(9)
Related Man Pages
drm_crtc_helper_set_mode(9) - centos
openbve(6) - debian
regulator_set_optimum_mode(9) - suse
struct_regulator_ops(9) - suse
altq.conf(5) - netbsd
Similar Topics in the Unix Linux Community
Best performance UNIX just for HOST Virtualization?
How to increment version inside a file?
DB2 convert digits to binary format
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq