Lines Matching refs:shell

55 static int cmd_wakeup_request(const struct shell *sh,  in cmd_wakeup_request()
70 static int cmd_register(const struct shell *sh, in cmd_register()
91 static int cmd_unregister(const struct shell *sh, in cmd_unregister()
112 static int cmd_usbd_default_strings(const struct shell *sh, in cmd_usbd_default_strings()
131 static int register_classes(const struct shell *sh) in register_classes()
168 static int cmd_usbd_init(const struct shell *sh, in cmd_usbd_init()
186 static int cmd_usbd_default_config(const struct shell *sh, in cmd_usbd_default_config()
218 static int cmd_usbd_enable(const struct shell *sh, in cmd_usbd_enable()
236 static int cmd_usbd_disable(const struct shell *sh, in cmd_usbd_disable()
253 static int cmd_usbd_shutdown(const struct shell *sh, in cmd_usbd_shutdown()
270 static int cmd_select(const struct shell *sh, size_t argc, char **argv) in cmd_select()
288 static int cmd_device_bcd_usb(const struct shell *sh, size_t argc, in cmd_device_bcd_usb()
305 static int cmd_device_pid(const struct shell *sh, size_t argc, in cmd_device_pid()
320 static int cmd_device_vid(const struct shell *sh, size_t argc, in cmd_device_vid()
335 static int cmd_device_code_triple(const struct shell *sh, size_t argc, in cmd_device_code_triple()
357 static int cmd_config_add(const struct shell *sh, size_t argc, in cmd_config_add()
378 static int cmd_config_set_selfpowered(const struct shell *sh, const bool self, in cmd_config_set_selfpowered()
400 static int cmd_config_selfpowered(const struct shell *sh, in cmd_config_selfpowered()
406 static int cmd_config_buspowered(const struct shell *sh, in cmd_config_buspowered()
412 static int cmd_config_rwup(const struct shell *sh, const bool rwup, in cmd_config_rwup()
434 static int cmd_config_set_rwup(const struct shell *sh, in cmd_config_set_rwup()
440 static int cmd_config_clear_rwup(const struct shell *sh, in cmd_config_clear_rwup()
446 static int cmd_config_power(const struct shell *sh, size_t argc, in cmd_config_power()