Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Dregulator.h704 bool active_discharge) in regulator_set_active_discharge()
727 bool *active_discharge) in regulator_get_active_discharge()
/Zephyr-latest/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-latest/tests/drivers/regulator/api/src/
Dmain.c574 static int get_active_discharge_ok(const struct device *dev, bool *active_discharge) in get_active_discharge_ok()
585 bool active_discharge; in ZTEST() local