Home
last modified time | relevance | path

Searched defs:transport (Results 1 – 21 of 21) sorted by relevance

/Zephyr-Core-3.4.0/subsys/shell/backends/
Dshell_rtt.c39 static int init(const struct shell_transport *transport, in init()
67 static int uninit(const struct shell_transport *transport) in uninit()
76 static int enable(const struct shell_transport *transport, bool blocking) in enable()
88 static int write(const struct shell_transport *transport, in write()
108 static int read(const struct shell_transport *transport, in read()
Dshell_dummy.c16 static int init(const struct shell_transport *transport, in init()
32 static int uninit(const struct shell_transport *transport) in uninit()
45 static int enable(const struct shell_transport *transport, bool blocking) in enable()
56 static int write(const struct shell_transport *transport, in write()
79 static int read(const struct shell_transport *transport, in read()
Dshell_uart.c217 static int init(const struct shell_transport *transport, in init()
244 static int uninit(const struct shell_transport *transport) in uninit()
261 static int enable(const struct shell_transport *transport, bool blocking_tx) in enable()
288 static int write(const struct shell_transport *transport, in write()
311 static int read(const struct shell_transport *transport, in read()
322 static void update(const struct shell_transport *transport) in update()
Dshell_telnet.c364 static int init(const struct shell_transport *transport, in init()
389 static int uninit(const struct shell_transport *transport) in uninit()
398 static int enable(const struct shell_transport *transport, bool blocking) in enable()
407 static int write(const struct shell_transport *transport, in write()
475 static int read(const struct shell_transport *transport, in read()
Dshell_mqtt.c641 static int init(const struct shell_transport *transport, const void *config, in init()
695 static int uninit(const struct shell_transport *transport) in uninit()
707 static int enable(const struct shell_transport *transport, bool blocking) in enable()
724 static int write(const struct shell_transport *transport, const void *data, size_t length, in write()
784 static int read(const struct shell_transport *transport, void *data, size_t length, size_t *cnt) in read()
/Zephyr-Core-3.4.0/subsys/net/lib/mqtt_sn/
Dmqtt_sn_transport_udp.c46 static int tp_udp_init(struct mqtt_sn_transport *transport) in tp_udp_init()
76 static void tp_udp_deinit(struct mqtt_sn_transport *transport) in tp_udp_deinit()
Dmqtt_sn.c686 struct mqtt_sn_transport *transport, mqtt_sn_evt_cb_t evt_cb, void *tx, in mqtt_sn_client_init()
/Zephyr-Core-3.4.0/samples/modules/thrift/hello/client/src/
Dmain.cpp69 std::shared_ptr<TTransport> transport; in main() local
/Zephyr-Core-3.4.0/tests/lib/thrift/ThriftTest/src/
Dmain.cpp60 std::shared_ptr<TTransport> transport; in setup_client() local
/Zephyr-Core-3.4.0/modules/thrift/src/thrift/server/
DTServer.h94 virtual void processContext(void *serverContext, std::shared_ptr<TTransport> transport) in processContext()
278 std::shared_ptr<TTransport> transport) in getProcessor()
DTFDServer.cpp30 namespace transport namespace
/Zephyr-Core-3.4.0/tests/bluetooth/hci_codecs_info/src/
Dmain.c150 uint8_t transport, in hci_vendor_read_codec_capabilities()
227 uint8_t transport, in hci_vendor_read_ctlr_delay()
/Zephyr-Core-3.4.0/modules/thrift/src/thrift/transport/
DTSSLServerSocket.cpp30 namespace transport namespace
DTSSLSocket.cpp42 namespace transport namespace
/Zephyr-Core-3.4.0/include/zephyr/net/
Dmqtt_sn.h198 #define UDP_TRANSPORT(transport) CONTAINER_OF(transport, struct mqtt_sn_transport_udp, tp) argument
222 struct mqtt_sn_transport *transport; member
Dmqtt.h476 struct mqtt_transport transport; member
/Zephyr-Core-3.4.0/tests/net/lib/mqtt_sn_client/src/
Dmqtt_sn_client.c60 static struct mqtt_sn_transport transport; variable
/Zephyr-Core-3.4.0/tests/bluetooth/tester/src/btp/
Dbtp_l2cap.h60 uint8_t transport; member
/Zephyr-Core-3.4.0/subsys/mgmt/mcumgr/grp/fs_mgmt/src/
Dfs_mgmt.c105 void *transport; member
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/hci/
Dhci.c1182 uint8_t transport, in hci_vendor_read_codec_capabilities()
1238 uint8_t transport, in hci_vendor_read_ctlr_delay()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dhci_types.h799 uint8_t transport; member
816 uint8_t transport; member