MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / regulator_release

Function regulator_release

components/drivers/regulator/regulator.c:613–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613static void regulator_release(struct rt_ref *r)
614{
615 struct rt_regulator_node *reg_np = rt_container_of(r, struct rt_regulator_node, ref);
616
617 rt_regulator_unregister(reg_np);
618}
619
620void rt_regulator_put(struct rt_regulator *reg)
621{

Callers

nothing calls this directly

Calls 1

rt_regulator_unregisterFunction · 0.85

Tested by

no test coverage detected