Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/regulator/api/src/
Dmain.c425 unsigned int ret = regulator_count_current_limits(dummy_reg); in ZTEST()
436 zassert_equal(regulator_count_current_limits(reg0), 10U); in ZTEST()
447 zassert_equal(regulator_count_current_limits(reg0), -EINVAL); in ZTEST()
/Zephyr-latest/include/zephyr/drivers/
Dregulator.h569 static inline unsigned int regulator_count_current_limits(const struct device *dev) in regulator_count_current_limits() function
/Zephyr-latest/drivers/regulator/
Dregulator_shell.c258 current_cnt = regulator_count_current_limits(dev); in cmd_clist()