Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/regulator/
Dcore.c38 #define rdev_err(rdev, fmt, ...) \ macro
128 rdev_err(rdev, "no constraints\n"); in regulator_ops_is_valid()
434 rdev_err(rdev, "voltage operation not allowed\n"); in regulator_check_voltage()
444 rdev_err(rdev, "unsupportable voltage range: %d-%duV\n", in regulator_check_voltage()
484 rdev_err(rdev, "Restricting voltage, %u-%uuV\n", in regulator_check_consumers()
499 rdev_err(rdev, "current operation not allowed\n"); in regulator_check_current_limit()
509 rdev_err(rdev, "unsupportable current range: %d-%duA\n", in regulator_check_current_limit()
528 rdev_err(rdev, "invalid mode %x specified\n", *mode); in regulator_mode_constrain()
533 rdev_err(rdev, "mode operation not allowed\n"); in regulator_mode_constrain()
944 rdev_err(rdev, "failed to set load %d\n", current_uA); in drms_uA_update()
[all …]