Searched refs:rdev_err (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/regulator/ |
H A D | core.c | 122 rdev_err(rdev, "no constraints\n"); in regulator_ops_is_valid() 431 rdev_err(rdev, "voltage operation not allowed\n"); in regulator_check_voltage() 441 rdev_err(rdev, "unsupportable voltage range: %d-%duV\n", in regulator_check_voltage() 481 rdev_err(rdev, "Restricting voltage, %u-%uuV\n", in regulator_check_consumers() 496 rdev_err(rdev, "current operation not allowed\n"); in regulator_check_current_limit() 507 rdev_err(rdev, "unsupportable current range: %d-%duA\n", in regulator_check_current_limit() 526 rdev_err(rdev, "invalid mode %x specified\n", *mode); in regulator_mode_constrain() 531 rdev_err(rdev, "mode operation not allowed\n"); in regulator_mode_constrain() 1002 rdev_err(rdev, "failed to set load %d: %pe\n", in drms_uA_update() 1048 rdev_err(rde in drms_uA_update() [all...] |
H A D | internal.h | 20 #define rdev_err(rdev, fmt, ...) \ macro
|