Searched refs:regulator_parent_ship_mode (Results 1 – 3 of 3) sorted by relevance
72 int ret = regulator_parent_ship_mode(dummy_parent); in ZTEST()83 zassert_equal(regulator_parent_ship_mode(parent), 0); in ZTEST()94 zassert_equal(regulator_parent_ship_mode(parent), -ENOTSUP); in ZTEST()
392 static inline int regulator_parent_ship_mode(const struct device *dev) in regulator_parent_ship_mode() function
516 ret = regulator_parent_ship_mode(dev); in cmd_shipmode()