Searched refs:_regulator_is_enabled (Results 1 – 1 of 1) sorted by relevance
95 static int _regulator_is_enabled(struct regulator_dev *rdev);647 ret = regulator_print_state(buf, _regulator_is_enabled(rdev)); in regulator_state_show()1635 _regulator_is_enabled(rdev)) in create_regulator()1947 ret = _regulator_is_enabled(rdev); in _regulator_get()2496 ret = _regulator_is_enabled(rdev); in _regulator_enable()2799 static int _regulator_is_enabled(struct regulator_dev *rdev) in _regulator_is_enabled() function2866 ret = _regulator_is_enabled(regulator->rdev); in regulator_is_enabled()3120 if (!_regulator_is_enabled(rdev)) in _regulator_set_voltage_sel_step()3219 if (_regulator_is_enabled(rdev) && in _regulator_do_set_voltage()3470 if (!constraints->max_uV_step || !_regulator_is_enabled(rdev)) in regulator_limit_voltage_step()[all …]