centos man page for regulator_set_voltage_sel_regmap

Query: regulator_set_voltage_sel_regmap

OS: centos

Section: 9

Links: centos man pages   all man pages

Forums: forum home   forum categories

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

REGULATOR_SET_VOLTAG(9) 					   API reference					   REGULATOR_SET_VOLTAG(9)

NAME
regulator_set_voltage_sel_regmap - standard set_voltage_sel for regmap users
SYNOPSIS
int regulator_set_voltage_sel_regmap(struct regulator_dev * rdev, unsigned sel);
ARGUMENTS
rdev regulator to operate on sel Selector to set
DESCRIPTION
Regulators that use regmap for their register I/O can set the vsel_reg and vsel_mask fields in their descriptor and then use this as their set_voltage_vsel operation, saving some code.
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_VOLTAG(9)