Home
last modified time | relevance | path

Searched defs:active_discharge (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/drivers/
Dregulator.h675 bool active_discharge) in regulator_set_active_discharge()
698 bool *active_discharge) in regulator_get_active_discharge()
/Zephyr-Core-3.6.0/drivers/regulator/
Dregulator_pca9420.c307 bool active_discharge) in regulator_pca9420_set_active_discharge()
319 bool *active_discharge) in regulator_pca9420_get_active_discharge()
/Zephyr-Core-3.6.0/tests/drivers/regulator/api/src/
Dmain.c630 static int get_active_discharge_ok(const struct device *dev, bool *active_discharge) in get_active_discharge_ok()
641 bool active_discharge; in ZTEST() local