1. NAME

regulator_disable_regmap - standard disable for regmap users

2. SYNOPSIS

int regulator_disable_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 disable operation, saving some code.

5. AUTHORS

Liam Girdwood <>
    Author.

Mark Brown <>
Wolfson Microelectronics,
    Author.

6. COPYRIGHT