Home
last modified time | relevance | path

Searched refs:cmd_buf (Results 1 – 3 of 3) sorted by relevance

/subsys/usb/device_next/class/
A Dbt_hci.c435 struct net_buf *cmd_buf; in bt_hci_ctd() local
447 cmd_buf = bt_buf_get_tx(BT_BUF_CMD, K_NO_WAIT, buf->data, buf->len); in bt_hci_ctd()
448 if (!cmd_buf) { in bt_hci_ctd()
454 k_fifo_put(&bt_hci_rx_queue, cmd_buf); in bt_hci_ctd()
/subsys/shell/
A Dshell.c645 char *cmd_buf = sh->ctx->cmd_buff; in execute() local
668 argv[1] = cmd_buf; in execute()
681 quote = z_shell_make_argv(&argc, argvp, cmd_buf, 2); in execute()
682 cmd_buf = (char *)argvp[1]; in execute()
/subsys/shell/backends/
A Dshell_telnet.c272 (struct telnet_simple_command *)sh_telnet->cmd_buf; in telnet_recv()

Completed in 21 milliseconds