Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/regulator/
Dconsumer.h230 int regulator_disable_deferred(struct regulator *regulator, int ms);
411 static inline int regulator_disable_deferred(struct regulator *regulator, in regulator_disable_deferred() function
/Linux-v4.19/drivers/regulator/
Dcore.c2509 int regulator_disable_deferred(struct regulator *regulator, int ms) in regulator_disable_deferred() function
2527 EXPORT_SYMBOL_GPL(regulator_disable_deferred);
/Linux-v4.19/sound/soc/
Dsoc-dapm.c1282 return regulator_disable_deferred(w->regulator, w->shift); in dapm_regulator_event()