Home
last modified time | relevance | path

Searched refs:devm_regulator_put (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/regulator/
H A Ddevres.c95 devm_regulator_put(r); in _devm_regulator_get_enable()
166 void devm_regulator_put(struct regulator *regulator) in devm_regulator_put() function
175 EXPORT_SYMBOL_GPL(devm_regulator_put);
H A Dvctrl-regulator.c524 devm_regulator_put(ctrl_reg); in vctrl_probe()
/openbmc/linux/include/linux/regulator/
H A Dconsumer.h213 void devm_regulator_put(struct regulator *regulator);
394 static inline void devm_regulator_put(struct regulator *regulator) in devm_regulator_put() function
/openbmc/linux/drivers/video/fbdev/
H A Dsimplefb.c388 devm_regulator_put(par->regulators[i]); in simplefb_regulators_enable()
/openbmc/linux/Documentation/driver-api/driver-model/
H A Ddevres.rst433 devm_regulator_put()
/openbmc/linux/drivers/input/touchscreen/
H A Dstmfts.c620 devm_regulator_put(sdata->ledvdd); in stmfts_enable_led()