Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Dregulator.h115 regulator_get_active_discharge_t get_active_discharge; member
732 if (api->get_active_discharge == NULL) { in regulator_get_active_discharge()
736 return api->get_active_discharge(dev, active_discharge); in regulator_get_active_discharge()
/Zephyr-latest/drivers/regulator/
Dregulator_fake.c62 .get_active_discharge = regulator_fake_get_active_discharge,
Dregulator_pca9420.c371 .get_active_discharge = regulator_pca9420_get_active_discharge,