1. NAME▲
regulator_is_enabled_regmap - standard is_enabled for regmap users
2. SYNOPSIS ▲
int regulator_is_enabled_regmap(struct regulator_dev * rdev );
3. ARGUMENTS ▲
rdev
regulator to operate on
4. DESCRIPTION ▲
Regulators that use regmap for their register I/O can set the enable_reg and enable_mask fields in their descriptor and then use this as their is_enabled operation, saving some code.
5. AUTHORS ▲
6. COPYRIGHT ▲