Searched refs:regulator_is_enabled (Results 1 – 2 of 2) sorted by relevance
163 bool regulator_is_enabled(struct regulator *regulator);191 static inline bool regulator_is_enabled(struct regulator *regulator __unused) in regulator_is_enabled() function
150 bool regulator_is_enabled(struct regulator *regulator) in regulator_is_enabled() function447 regulator_is_enabled(regulator) ? "on " : "off", in print_regulator()