Home
last modified time | relevance | path

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

/drivers/counter/
A Dcounter_timer_shell.c57 int err = parse_device(shctx, argc, argv, &timer_dev); in cmd_timer_free_running()
79 int err = parse_device(shctx, argc, argv, &timer_dev); in cmd_timer_stop()
91 shell_info(shctx, "Timer Stopped"); in cmd_timer_stop()
93 shell_error(shctx, "Failed to stop timer"); in cmd_timer_stop()
105 int err = parse_device(shctx, argc, argv, &timer_dev); in cmd_timer_oneshot()
116 shell_error(shctx, "invalid delay parameter"); in cmd_timer_oneshot()
119 shell_error(shctx, "delay out of range"); in cmd_timer_oneshot()
125 shell_error(shctx, "invalid channel parameter"); in cmd_timer_oneshot()
128 shell_error(shctx, "channel out of range"); in cmd_timer_oneshot()
168 shell_error(shctx, "invalid delay parameter"); in cmd_timer_periodic()
[all …]
/drivers/pm_cpu_ops/
A Dpsci_shell.c13 static int cmd_reboot_warm(const struct shell *shctx, size_t argc, char **argv) in cmd_reboot_warm() argument
15 ARG_UNUSED(shctx); in cmd_reboot_warm()
22 shell_error(shctx, "Failed to perform system warm reset"); in cmd_reboot_warm()
28 static int cmd_reboot_cold(const struct shell *shctx, size_t argc, char **argv) in cmd_reboot_cold() argument
30 ARG_UNUSED(shctx); in cmd_reboot_cold()
37 shell_error(shctx, "Failed to perform system cold reset"); in cmd_reboot_cold()
43 static int cmd_psci_cpuon(const struct shell *shctx, size_t argc, char **argv) in cmd_psci_cpuon() argument
45 ARG_UNUSED(shctx); in cmd_psci_cpuon()
54 shell_error(shctx, "psci: invalid input:%ld", cpu_id); in cmd_psci_cpuon()

Completed in 5 milliseconds