/Zephyr-latest/subsys/shell/ |
D | shell_utils.h | 51 const struct shell_static_entry *z_shell_cmd_get( 52 const struct shell_static_entry *parent, 54 struct shell_static_entry *dloc); 56 const struct shell_static_entry *z_shell_find_cmd( 57 const struct shell_static_entry *parent, 59 struct shell_static_entry *dloc); 73 const struct shell_static_entry *z_shell_get_last_command( 74 const struct shell_static_entry *entry, 78 struct shell_static_entry *dloc, 84 const struct shell_static_entry *root_cmd_find(const char *syntax);
|
D | shell_utils.c | 23 static const TYPE_SECTION_ITERABLE(struct shell_static_entry, \ 270 const struct shell_static_entry *root_cmd_find(const char *syntax) in root_cmd_find() 285 const struct shell_static_entry *z_shell_cmd_get( in z_shell_cmd_get() 286 const struct shell_static_entry *parent, in z_shell_cmd_get() 288 struct shell_static_entry *dloc) in z_shell_cmd_get() 290 const struct shell_static_entry *res = NULL; in z_shell_cmd_get() 306 const struct shell_static_entry *entry_list; in z_shell_cmd_get() 311 (const struct shell_static_entry *)parent->subcmd; in z_shell_cmd_get() 337 const struct shell_static_entry *z_shell_find_cmd( in z_shell_find_cmd() 338 const struct shell_static_entry *parent, in z_shell_find_cmd() [all …]
|
D | shell_help.h | 18 const struct shell_static_entry *cmd); 22 const struct shell_static_entry *cmd,
|
D | shell_wildcard.c | 70 const struct shell_static_entry *cmd, in commands_expand() 74 struct shell_static_entry const *entry = NULL; in commands_expand() 75 struct shell_static_entry dloc; in commands_expand() 160 const struct shell_static_entry *cmd, in z_shell_wildcard_process()
|
D | shell_help.c | 153 const struct shell_static_entry *parent, in z_shell_help_subcmd_print() 156 const struct shell_static_entry *entry = NULL; in z_shell_help_subcmd_print() 157 struct shell_static_entry dloc; in z_shell_help_subcmd_print() 184 const struct shell_static_entry *cmd) in z_shell_help_cmd_print()
|
D | shell.c | 116 static inline const struct shell_static_entry * 253 const struct shell_static_entry **cmd, in tab_prepare() 256 struct shell_static_entry *d_entry) in tab_prepare() 325 const struct shell_static_entry *cmd, in find_completion_candidates() 330 const struct shell_static_entry *candidate; in find_completion_candidates() 331 struct shell_static_entry dloc; in find_completion_candidates() 356 const struct shell_static_entry *cmd, in autocomplete() 360 const struct shell_static_entry *match; in autocomplete() 425 const struct shell_static_entry *cmd, in tab_options_print() 429 const struct shell_static_entry *match; in tab_options_print() [all …]
|
D | shell_wildcard.h | 48 const struct shell_static_entry *cmd,
|
D | shell_cmds.c | 447 static bool no_args(const struct shell_static_entry *entry) in no_args() 454 const struct shell_static_entry *candidate = NULL; in cmd_select() 455 struct shell_static_entry entry; in cmd_select()
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | iface_dynamic.h | 18 static void iface_index_get(size_t idx, struct shell_static_entry *entry); 69 static void iface_index_get(size_t idx, struct shell_static_entry *entry) in iface_index_get()
|
D | nbr.c | 178 static void nbr_address_get(size_t idx, struct shell_static_entry *entry); 184 static void nbr_address_get(size_t idx, struct shell_static_entry *entry) in nbr_address_get()
|
D | ppp.c | 193 static void iface_ppp_index_get(size_t idx, struct shell_static_entry *entry); 197 static void iface_ppp_index_get(size_t idx, struct shell_static_entry *entry) in iface_ppp_index_get()
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 82 struct shell_static_entry; 96 struct shell_static_entry *entry); 106 const struct shell_static_entry *entry; 228 struct shell_static_entry { struct 254 static const struct shell_static_entry UTIL_CAT(_shell_, syntax) = \ argument 347 static const struct shell_static_entry shell_##name[] = { \ 376 static const TYPE_SECTION_ITERABLE(struct shell_static_entry, _name, shell_subcmds, \ 402 (static const TYPE_SECTION_ITERABLE(struct shell_static_entry, \ 411 .entry = (const struct shell_static_entry *)_subcmd\ 846 struct shell_static_entry active_cmd; [all …]
|
/Zephyr-latest/drivers/sensor/ |
D | sensor_shell.c | 736 static void channel_name_get(size_t idx, struct shell_static_entry *entry); 739 static void attribute_name_get(size_t idx, struct shell_static_entry *entry); 742 static void channel_name_get(size_t idx, struct shell_static_entry *entry) in channel_name_get() 768 static void attribute_name_get(size_t idx, struct shell_static_entry *entry) in attribute_name_get() 788 static void trigger_opt_get_for_stream(size_t idx, struct shell_static_entry *entry); 791 static void trigger_opt_get_for_stream(size_t idx, struct shell_static_entry *entry) in trigger_opt_get_for_stream() 811 static void trigger_name_get_for_stream(size_t idx, struct shell_static_entry *entry); 814 static void trigger_name_get_for_stream(size_t idx, struct shell_static_entry *entry) in trigger_name_get_for_stream() 834 static void stream_on_off(size_t idx, struct shell_static_entry *entry) in stream_on_off() 850 static void device_name_get(size_t idx, struct shell_static_entry *entry); [all …]
|
/Zephyr-latest/drivers/stepper/ |
D | stepper_shell.c | 92 static void cmd_stepper_direction(size_t idx, struct shell_static_entry *entry) in cmd_stepper_direction() 106 static void cmd_stepper_microstep(size_t idx, struct shell_static_entry *entry) in cmd_stepper_microstep() 120 static void cmd_pos_stepper_motor_name(size_t idx, struct shell_static_entry *entry) in cmd_pos_stepper_motor_name() 132 static void cmd_pos_stepper_motor_name_dir(size_t idx, struct shell_static_entry *entry) in cmd_pos_stepper_motor_name_dir() 148 static void cmd_pos_stepper_motor_name_microstep(size_t idx, struct shell_static_entry *entry) in cmd_pos_stepper_motor_name_microstep()
|
/Zephyr-latest/drivers/comparator/ |
D | comparator_shell.c | 224 static void dsub_set_trigger_lookup_1(size_t idx, struct shell_static_entry *entry) in dsub_set_trigger_lookup_1() 234 static void dsub_set_trigger_lookup_0(size_t idx, struct shell_static_entry *entry) in dsub_set_trigger_lookup_0() 246 static void dsub_device_lookup_0(size_t idx, struct shell_static_entry *entry) in dsub_device_lookup_0()
|
/Zephyr-latest/subsys/logging/ |
D | log_cmds.c | 282 static void module_name_get(size_t idx, struct shell_static_entry *entry); 286 static void module_name_get(size_t idx, struct shell_static_entry *entry) in module_name_get() 295 static void severity_lvl_get(size_t idx, struct shell_static_entry *entry) in severity_lvl_get() 436 static void backend_name_get(size_t idx, struct shell_static_entry *entry) in backend_name_get()
|
/Zephyr-latest/subsys/llext/ |
D | shell.c | 83 static void llext_name_get(size_t idx, struct shell_static_entry *entry) in llext_name_get() 98 static void llext_name_arg_get(size_t idx, struct shell_static_entry *entry) in llext_name_arg_get()
|
/Zephyr-latest/drivers/usb_c/ppc/ |
D | shell.c | 107 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()
|
/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_shell.c | 475 static void configuration_speed(size_t idx, struct shell_static_entry *entry) in configuration_speed() 497 static void configuration_lookup(size_t idx, struct shell_static_entry *entry) in configuration_lookup() 518 static void class_node_name_lookup(size_t idx, struct shell_static_entry *entry) in class_node_name_lookup() 540 static void device_context_lookup(size_t idx, struct shell_static_entry *entry) in device_context_lookup()
|
/Zephyr-latest/drivers/usb_c/tcpc/ |
D | shell.c | 130 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_shell.c | 45 uint8_t line_names_len, size_t idx, struct shell_static_entry *entry) in port_pin_get() 104 static void node_id##cmd_gpio_pin_get(size_t idx, struct shell_static_entry *entry); \ 108 static void node_id##cmd_gpio_pin_get(size_t idx, struct shell_static_entry *entry) \ 477 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()
|
/Zephyr-latest/drivers/spi/ |
D | spi_shell.c | 27 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()
|
/Zephyr-latest/samples/subsys/shell/shell_module/src/ |
D | dynamic_cmd.c | 141 static void dynamic_cmd_get(size_t idx, struct shell_static_entry *entry) in dynamic_cmd_get()
|
/Zephyr-latest/subsys/pm/ |
D | pm_shell.c | 17 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()
|
/Zephyr-latest/drivers/audio/ |
D | codec_shell.c | 172 static void device_name_get(size_t idx, struct shell_static_entry *entry) in device_name_get()
|