Home
last modified time | relevance | path

Searched refs:regulator_disable_deferred (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/regulator/
H A Dconsumer.h199 int regulator_disable_deferred(struct regulator *regulator, int ms);
428 static inline int regulator_disable_deferred(struct regulator *regulator, in regulator_disable_deferred() function
/linux/drivers/regulator/
H A Dcore.c3213 int regulator_disable_deferred(struct regulator *regulator, int ms) in regulator_disable_deferred() function
3228 EXPORT_SYMBOL_GPL(regulator_disable_deferred);
/linux/sound/soc/
H A Dsoc-dapm.c1376 return regulator_disable_deferred(w->regulator, w->shift); in dapm_regulator_event()