Lines Matching refs:shell_error
36 shell_error(sh, "Invalid device: %s", argv[1]); in pm_cmd_suspend()
41 shell_error(sh, "Device %s uses runtime PM, use the runtime functions instead", in pm_cmd_suspend()
48 shell_error(sh, "Device %s error: %d", "suspend", ret); in pm_cmd_suspend()
62 shell_error(sh, "Invalid device: %s", argv[1]); in pm_cmd_resume()
67 shell_error(sh, "Device %s uses runtime PM, use the runtime functions instead", in pm_cmd_resume()
74 shell_error(sh, "Device %s error: %d", "resume", ret); in pm_cmd_resume()
89 shell_error(sh, "Invalid device: %s", argv[1]); in pm_cmd_runtime_get()
94 shell_error(sh, "Device %s is not using runtime PM", dev->name); in pm_cmd_runtime_get()
100 shell_error(sh, "Device %s error: %d", "runtime get", ret); in pm_cmd_runtime_get()
114 shell_error(sh, "Invalid device: %s", argv[1]); in pm_cmd_runtime_put()
119 shell_error(sh, "Device %s is not using runtime PM", dev->name); in pm_cmd_runtime_put()
125 shell_error(sh, "Device %s error: %d", "runtime put", ret); in pm_cmd_runtime_put()
139 shell_error(sh, "Invalid device: %s", argv[1]); in pm_cmd_runtime_put_async()
144 shell_error(sh, "Device %s is not using runtime PM", dev->name); in pm_cmd_runtime_put_async()
150 shell_error(sh, "Device %s error: %d", "runtime put async", ret); in pm_cmd_runtime_put_async()