Searched refs:regulator_count_current_limits (Results 1 – 3 of 3) sorted by relevance
425 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()
569 static inline unsigned int regulator_count_current_limits(const struct device *dev) in regulator_count_current_limits() function
258 current_cnt = regulator_count_current_limits(dev); in cmd_clist()