Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/regulator/
Dconsumer.h209 int regulator_disable_deferred(struct regulator *regulator, int ms);
389 static inline int regulator_disable_deferred(struct regulator *regulator, in regulator_disable_deferred() function
/linux-4.4.14/drivers/regulator/
Dcore.c2368 int regulator_disable_deferred(struct regulator *regulator, int ms) in regulator_disable_deferred() function
2391 EXPORT_SYMBOL_GPL(regulator_disable_deferred);
/linux-4.4.14/sound/soc/
Dsoc-dapm.c1220 return regulator_disable_deferred(w->regulator, w->shift); in dapm_regulator_event()