Searched refs:rdev_err (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/regulator/ |
D | core.c | 44 #define rdev_err(rdev, fmt, ...) \ macro 131 rdev_err(rdev, "no constraints\n"); in regulator_ops_is_valid() 264 rdev_err(rdev, "voltage operation not allowed\n"); in regulator_check_voltage() 274 rdev_err(rdev, "unsupportable voltage range: %d-%duV\n", in regulator_check_voltage() 314 rdev_err(rdev, "Restricting voltage, %u-%uuV\n", in regulator_check_consumers() 329 rdev_err(rdev, "current operation not allowed\n"); in regulator_check_current_limit() 339 rdev_err(rdev, "unsupportable current range: %d-%duA\n", in regulator_check_current_limit() 358 rdev_err(rdev, "invalid mode %x specified\n", *mode); in regulator_mode_constrain() 363 rdev_err(rdev, "mode operation not allowed\n"); in regulator_mode_constrain() 763 rdev_err(rdev, "failed to set load %d\n", current_uA); in drms_uA_update() [all …]
|