| /subsys/mgmt/ec_host_cmd/ |
| A D | Kconfig | 1 # Host command handler functionality 6 menu "Host command handler subsystem" 9 bool "Support Embedded Controller host command handler subsystem" 11 Enable host command processing for embedded controllers on notebook 21 int "Stack size for the EC host command handler thread" 32 Buffer size in bytes for TX buffer defined by the host command handler. 45 Buffer size in bytes for TX buffer defined by the host command handler. 51 int "Priority of host command task" 89 bool "Initialize the host command subsystem automacitlly" 96 bool "Create a new task for host command" [all …]
|
| A D | Kconfig.logging | 1 # Host command logging configs 10 Every command is logged with the debug logging level. Use this config 12 other command parameters. 18 Suppressed commands are not logged on host command reception. Set
|
| /subsys/modem/ |
| A D | modem_cmux.c | 88 if (((*command)->length.ea == 0) || ((*command)->type.ea == 0)) { in modem_cmux_wrap_command() 226 LOG_DBG("ea:%u,cr:%u,type:%s", command->type.ea, command->type.cr, in modem_cmux_log_transmit_command() 228 LOG_HEXDUMP_DBG(command->value, command->length.value, "data:"); in modem_cmux_log_transmit_command() 233 LOG_DBG("ea:%u,cr:%u,type:%s", command->type.ea, command->type.cr, in modem_cmux_log_received_command() 235 LOG_HEXDUMP_DBG(command->value, command->length.value, "data:"); in modem_cmux_log_received_command() 393 command->type.cr = 0; in modem_cmux_acknowledge_received_frame() 404 if (command->type.cr) { in modem_cmux_on_msc_command() 427 if (command->type.cr) { in modem_cmux_on_cld_command() 1034 command->type.ea = 1; in modem_cmux_disconnect_handler() 1035 command->type.cr = 1; in modem_cmux_disconnect_handler() [all …]
|
| /subsys/mgmt/mcumgr/grp/os_mgmt/ |
| A D | Kconfig | 26 int "Delay before executing reset command (ms)" 39 command has been issued via an MCUmgr command. With this option 40 disabled, modules will reboot when the command is received without 57 bool "Support for taskstat command" 141 bool "Support for echo command" 146 bool "Support for datetime command" 164 command has been issued via an MCUmgr command. 167 bool "MCUMGR Parameters retrieval command" 170 bool "Support for info command" 178 int "Maximum response size for info command" [all …]
|
| /subsys/bluetooth/audio/ |
| A D | mpl.c | 1356 if (command->use_param) { in inactive_state_command_handler() 1360 switch (command->opcode) { in inactive_state_command_handler() 1398 if (command->use_param) { in inactive_state_command_handler() 1422 if (command->use_param) { in inactive_state_command_handler() 1445 if (command->use_param) { in playing_state_command_handler() 1450 switch (command->opcode) { in playing_state_command_handler() 1474 if (command->use_param) { in playing_state_command_handler() 1503 if (command->use_param) { in playing_state_command_handler() 1528 if (command->use_param) { in playing_state_command_handler() 2195 if (command->use_param) { in send_command() [all …]
|
| A D | mcs.c | 638 struct mpl_cmd command; in write_control_point() local 644 if (len != sizeof(command.opcode) && in write_control_point() 645 len != sizeof(command.opcode) + sizeof(command.param)) { in write_control_point() 649 memcpy(&command.opcode, buf, sizeof(command.opcode)); in write_control_point() 650 LOG_DBG("Opcode: %d", command.opcode); in write_control_point() 651 command.use_param = false; in write_control_point() 657 .requested_opcode = command.opcode, in write_control_point() 673 .requested_opcode = command.opcode, in write_control_point() 685 if (len == sizeof(command.opcode) + sizeof(command.param)) { in write_control_point() 686 command.param = sys_get_le32((char *)buf + sizeof(command.opcode)); in write_control_point() [all …]
|
| A D | media_proxy_internal.h | 66 void (*command)(const struct mpl_cmd_ntf *cmd_ntf); member 124 void media_proxy_sctrl_send_command(const struct mpl_cmd *command);
|
| /subsys/shell/ |
| A D | Kconfig | 82 int "Shell command buffer size" 116 int "Maximum arguments in shell command" 155 bool "': command not found' message in the shell" 222 for a command. 256 bool "Resize command" 267 bool "Select command" 271 command. Exit to main command tree is with alt+r. 274 string "Set a root command at init" 276 This option sets a root command at shell init, 277 and when exiting to main command tree with alt+r. [all …]
|
| /subsys/shell/modules/ |
| A D | Kconfig | 13 bool "Device shell init command" 17 Add an 'init' command to the device shell module in order 34 This shell command provides read/write access to physical memory. 41 This shell command provides read access to application version information.
|
| /subsys/shell/modules/kernel_service/ |
| A D | Kconfig | 20 int "Delay between reception of shell reboot command and reboot (ms)" 25 command input before the reboot abruptly terminates it. This can help 27 command's echo to successfully complete to synchronise with the 33 bool "Add a panic command"
|
| A D | CMakeLists.txt | 5 # Main command
|
| /subsys/mgmt/mcumgr/grp/enum_mgmt/ |
| A D | Kconfig | 20 for listing supported command groups. 25 bool "Group details command" 31 Note: responses to this command can be very large 39 Will include the name of groups in the detail command response. 45 Will include the number of handlers of groups in the detail command response. 71 The number of maximum values in the list for the details command to support, each value 90 command groups.
|
| /subsys/net/lib/shell/ |
| A D | Kconfig | 18 bool "Show disabled command information" 22 command itself will print out that it is disabled and how to 154 bool "Network shell dynamic command completion" 157 Enable various net-shell command to support dynamic command 158 completion. This means that for example the nbr command can 162 dynamic command strings. For example for nbr command the
|
| /subsys/mgmt/mcumgr/smp/ |
| A D | Kconfig | 22 Builtin command processors rarely add large amounts of 35 A group or command that adds additional maps/lists above the 74 be expected to be decoded within different command groups. 79 For example if command accepts payload of map of parameters 91 A group or command that adds additional maps/lists above the 136 bool "SMP command status hooks" 139 This will enable SMP command status notification hooks for when an SMP message is 148 whereby there is a dedicated entry for command error/result codes.
|
| /subsys/mgmt/osdp/ |
| A D | Kconfig.cp | 23 int "OSDP Peripheral Device command queue size" 31 int "Retry wait time in seconds after a command error" 34 Time in seconds to wait after a command failure, and before retrying or 43 defined the number of times such a POLL command is sent per second.
|
| /subsys/mgmt/mcumgr/smp_client/ |
| A D | Kconfig | 17 int "SMP command lifetime in seconds" 25 int "SMP command re-send period in ms" 30 a command.
|
| /subsys/bluetooth/controller/ |
| A D | Kconfig.dtm | 27 Enable support for the DTM Receiver test command v3. 33 Enable support for the DTM Transmitter test command v3. 39 Enable support for the DTM Transmitter test command v4.
|
| /subsys/mgmt/mcumgr/grp/zephyr_basic/ |
| A D | Kconfig | 12 bool "Storage erase command" 15 Enables command that allows to erase storage partition.
|
| /subsys/mgmt/mcumgr/grp/shell_mgmt/ |
| A D | Kconfig | 28 will be returned from command output, if your output gets cut, then 30 Note that maximum length of shell command accepted is regulated by 31 the CONFIG_SHELL_CMD_BUFF_SIZE, and a buffer for a command is allocated 50 shell command exit code, and rc will be used for SMP processing
|
| /subsys/bluetooth/common/ |
| A D | Kconfig | 28 Size command response. If this size if greater than effective Link 49 command response. 77 can send by setting this value in the Host Buffer Size command. 117 buffers by setting this value in the Host Buffer Size command. 129 # LE Read Supported Commands command complete event. 157 # LE Generate DHKey v2 command 172 int "Number of HCI command buffers" if !BT_HCI_RAW || !HAS_BT_CTLR 181 # command buffer is needed. 195 return in HCI command complete and status. 199 K_NO_WAIT can end up running out of command buffers. [all …]
|
| /subsys/mgmt/mcumgr/grp/os_mgmt_client/ |
| A D | Kconfig | 25 bool "Support for echo command request" 29 bool "support for reset command request"
|
| /subsys/net/lib/lwm2m/ |
| A D | README_lwm2m | 23 The above command also applies the lwm2m_senml_cbor.patch patch file. 30 …ommitting the desired patches in a subsequent commit, then creating the patch file with the command
|
| /subsys/sd/ |
| A D | Kconfig | 53 Number of times to retry SD OCR read command. OCR reads typically 84 int "Number of times to retry sending command to card" 87 Number of times to retry sending command to SD card in case of failure
|
| /subsys/usb/host/ |
| A D | usbip.c | 71 cmd->hdr.command = ntohl(cmd->hdr.command); in usbip_ntoh_command() 77 if (cmd->hdr.command == USBIP_CMD_SUBMIT) { in usbip_ntoh_command() 133 ret.hdr.command = htonl(USBIP_RET_SUBMIT); in usbip_req_cb() 330 rsp.hdr.command = htonl(USBIP_RET_UNLINK); in usbip_handle_unlink() 369 switch (ntohl(cmd.hdr.command)) { in usbip_handle_cmd() 377 LOG_ERR("Unknown command: 0x%x", ntohl(cmd.hdr.command)); in usbip_handle_cmd()
|
| /subsys/mgmt/mcumgr/grp/fs_mgmt/ |
| A D | Kconfig | 95 bool "File status command" 98 This command allows a remote device to retrieve the status of a file, 134 bool "Supported hash/checksum command" 137 Enable the supported hash/checksum command which will return details on 176 upload/download command is used. If unable to acquire the semaphore,
|