Home
last modified time | relevance | path

Searched refs:get_active_discharge (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/drivers/
Dregulator.h113 regulator_get_active_discharge_t get_active_discharge; member
703 if (api->get_active_discharge == NULL) { in regulator_get_active_discharge()
707 return api->get_active_discharge(dev, active_discharge); in regulator_get_active_discharge()
/Zephyr-Core-3.6.0/drivers/regulator/
Dregulator_fake.c61 .get_active_discharge = regulator_fake_get_active_discharge,
Dregulator_pca9420.c371 .get_active_discharge = regulator_pca9420_get_active_discharge,
/Zephyr-Core-3.6.0/tests/drivers/regulator/api/src/
Dmain.c659 regulator_get_active_discharge_t get_active_discharge = api->get_active_discharge; in ZTEST() local
661 api->get_active_discharge = NULL; in ZTEST()
663 api->get_active_discharge = get_active_discharge; in ZTEST()