Searched refs:cmd_init (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/task_wdt/ |
D | task_wdt_shell.c | 12 static int cmd_init(const struct shell *sh, size_t argc, char *argv) in cmd_init() function 103 SHELL_CMD(init, NULL, "Initialize task watchdog", cmd_init),
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | shell.c | 91 static int cmd_init(const struct shell *sh, size_t argc, char *argv) in cmd_init() function 168 SHELL_CMD(init, NULL, "Initialize hawkBit", cmd_init),
|
/Zephyr-latest/subsys/fb/ |
D | cfb_shell.c | 453 static int cmd_init(const struct shell *sh, size_t argc, char *argv[]) in cmd_init() function 516 SHELL_CMD_ARG(init, NULL, HELP_NONE, cmd_init, 1, 0),
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | shell.c | 220 static int cmd_init(const struct shell *sh, size_t argc, char *argv[]) in cmd_init() function 1786 SHELL_CMD_ARG(init, NULL, NULL, cmd_init, 1, 0),
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | wifi_util.c | 702 umac->cmd_evnt_dbg_params.cmd_init, in nrf_wifi_util_dump_rpu_stats()
|
/Zephyr-latest/subsys/bluetooth/audio/shell/ |
D | bap.c | 3761 static int cmd_init(const struct shell *sh, size_t argc, char *argv[]) in cmd_init() function 4134 SHELL_CMD_ARG(init, NULL, NULL, cmd_init, 1,
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 1308 static int cmd_init(const struct shell *sh, size_t argc, char *argv[]) in cmd_init() function 4901 cmd_init, 1, 2),
|