Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/
Dcore.c128 static bool regulator_ops_is_valid(struct regulator_dev *rdev, int ops) in regulator_ops_is_valid() function
263 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_VOLTAGE)) { in regulator_check_voltage()
328 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_CURRENT)) { in regulator_check_current_limit()
362 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_MODE)) { in regulator_mode_constrain()
742 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_DRMS)) in drms_uA_update()
923 !regulator_ops_is_valid(rdev, REGULATOR_CHANGE_VOLTAGE)) in print_constraints()
1460 if (!regulator_ops_is_valid(rdev, REGULATOR_CHANGE_STATUS) && in create_regulator()
2290 if (regulator_ops_is_valid(rdev, REGULATOR_CHANGE_DRMS)) in _regulator_enable()
2297 if (!regulator_ops_is_valid(rdev, in _regulator_enable()
2402 if (regulator_ops_is_valid(rdev, REGULATOR_CHANGE_STATUS)) { in _regulator_disable()
[all …]