Searched refs:rdev_err (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/regulator/ |
D | core.c | 44 #define rdev_err(rdev, fmt, ...) \ macro 219 rdev_err(rdev, "no constraints\n"); in regulator_check_voltage() 223 rdev_err(rdev, "voltage operation not allowed\n"); in regulator_check_voltage() 233 rdev_err(rdev, "unsupportable voltage range: %d-%duV\n", in regulator_check_voltage() 264 rdev_err(rdev, "Restricting voltage, %u-%uuV\n", in regulator_check_consumers() 279 rdev_err(rdev, "no constraints\n"); in regulator_check_current_limit() 283 rdev_err(rdev, "current operation not allowed\n"); in regulator_check_current_limit() 293 rdev_err(rdev, "unsupportable current range: %d-%duA\n", in regulator_check_current_limit() 311 rdev_err(rdev, "invalid mode %x specified\n", *mode); in regulator_mode_constrain() 316 rdev_err(rdev, "no constraints\n"); in regulator_mode_constrain() [all …]
|