Home
last modified time | relevance | path

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

/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()