Home
last modified time | relevance | path

Searched defs:ws (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/shell/backends/
Dshell_websocket.c32 static void ws_end_client_connection(struct shell_websocket *ws) in ws_end_client_connection()
54 static int ws_send(struct shell_websocket *ws, bool block) in ws_send()
100 struct shell_websocket *ws = CONTAINER_OF(dwork, in ws_send_prematurely() local
113 static void ws_recv(struct shell_websocket *ws, struct zsock_pollfd *pollfd) in ws_recv()
163 struct shell_websocket *ws; in ws_server_cb() local
236 struct shell_websocket *ws; in init() local
273 struct shell_websocket *ws; in sh_write() local
334 struct shell_websocket *ws; in sh_read() local
382 struct shell_websocket *ws = user_data; in shell_websocket_setup() local
Dshell_mqtt.c732 struct k_work_sync ws; in write_data() local
/Zephyr-latest/lib/utils/
Dwinstream.c29 static uint32_t idx_mod(struct sys_winstream *ws, uint32_t idx) in idx_mod()
35 static uint32_t idx_sub(struct sys_winstream *ws, uint32_t a, uint32_t b) in idx_sub()
40 void sys_winstream_write(struct sys_winstream *ws, in sys_winstream_write()
85 uint32_t sys_winstream_read(struct sys_winstream *ws, in sys_winstream_read()
/Zephyr-latest/subsys/bluetooth/crypto/
Dbt_crypto.c70 uint8_t t[16], ws[32]; in bt_crypto_f5() local
121 uint8_t ws[16]; in bt_crypto_f6() local
194 uint8_t ws[16]; in bt_crypto_h6() local
218 uint8_t ws[16]; in bt_crypto_h7() local
/Zephyr-latest/tests/unit/winstream/
Dmain.c20 struct sys_winstream *ws = sys_winstream_init(wsmem, BUFLEN); in ZTEST() local
/Zephyr-latest/include/zephyr/sys/
Dwinstream.h50 struct sys_winstream *ws = buf, tmp = { .len = buflen - sizeof(*ws) }; in sys_winstream_init() local
/Zephyr-latest/tests/unit/cbprintf/
Dmain.c413 static wchar_t ws[] = L"abc"; in ZTEST() local