Searched refs:rdev_err (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/regulator/ |
D | core.c | 38 #define rdev_err(rdev, fmt, ...) \ macro 129 rdev_err(rdev, "no constraints\n"); in regulator_ops_is_valid() 436 rdev_err(rdev, "voltage operation not allowed\n"); in regulator_check_voltage() 446 rdev_err(rdev, "unsupportable voltage range: %d-%duV\n", in regulator_check_voltage() 486 rdev_err(rdev, "Restricting voltage, %u-%uuV\n", in regulator_check_consumers() 501 rdev_err(rdev, "current operation not allowed\n"); in regulator_check_current_limit() 511 rdev_err(rdev, "unsupportable current range: %d-%duA\n", in regulator_check_current_limit() 530 rdev_err(rdev, "invalid mode %x specified\n", *mode); in regulator_mode_constrain() 535 rdev_err(rdev, "mode operation not allowed\n"); in regulator_mode_constrain() 970 rdev_err(rdev, "failed to set load %d: %pe\n", in drms_uA_update() [all …]
|