/Zephyr-Core-3.7.0/include/zephyr/net/ |
D | canbus.h | 34 int (*send)(const struct device *dev, struct net_pkt *pkt); member
|
D | dummy.h | 41 int (*send)(const struct device *dev, struct net_pkt *pkt); member
|
D | net_l2.h | 70 int (*send)(struct net_if *iface, struct net_pkt *pkt); member
|
D | net_offload.h | 97 int (*send)(struct net_pkt *pkt, member
|
/Zephyr-Core-3.7.0/scripts/coredump/ |
D | coredump_gdbserver.py | 32 def send(self, data): member in FakeSocket
|
/Zephyr-Core-3.7.0/subsys/ipc/ipc_service/backends/ |
D | ipc_icmsg.c | 37 static int send(const struct device *instance, void *token, in send() function
|
D | ipc_icmsg_me_initiator.c | 159 static int send(const struct device *instance, void *token, in send() function
|
/Zephyr-Core-3.7.0/include/zephyr/ipc/ |
D | ipc_service_backend.h | 71 int (*send)(const struct device *instance, void *token, member
|
/Zephyr-Core-3.7.0/include/zephyr/mgmt/ec_host_cmd/ |
D | backend.h | 108 ec_host_cmd_backend_api_send send; member
|
/Zephyr-Core-3.7.0/tests/subsys/ipc/ipc_service/src/ |
D | backend.c | 27 static int send(const struct device *instance, void *token, in send() function
|
/Zephyr-Core-3.7.0/include/zephyr/drivers/bluetooth/ |
D | hci_driver.h | 135 int (*send)(struct net_buf *buf); member
|
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | proxy_msg.h | 41 proxy_send_cb_t send; member
|
D | prov_bearer.h | 88 int (*send)(struct net_buf_simple *buf, prov_bearer_send_complete_t cb, member
|
D | proxy_msg.c | 254 proxy_send_cb_t send, in bt_mesh_proxy_role_setup()
|
/Zephyr-Core-3.7.0/tests/drivers/can/host/pytest/ |
D | can_shell.py | 79 def send(self, msg: Message, timeout: Optional[float] = None) -> None: member in CanShellBus
|
/Zephyr-Core-3.7.0/drivers/ethernet/ |
D | eth_native_posix.c | 53 uint8_t send[NET_ETH_MTU + ETH_HDR_LEN]; member 139 bool send) in update_gptp() 167 #define update_gptp(iface, pkt, send) argument
|
/Zephyr-Core-3.7.0/drivers/spi/ |
D | spi_sifive.c | 134 bool send = false; in spi_sifive_xfer() local
|
/Zephyr-Core-3.7.0/include/zephyr/drivers/ |
D | ipm.h | 101 ipm_send_t send; member
|
D | bluetooth.h | 87 int (*send)(const struct device *dev, struct net_buf *buf); member
|
D | mbox.h | 223 mbox_send_t send; member
|
/Zephyr-Core-3.7.0/samples/net/sockets/packet/src/ |
D | packet.c | 154 size_t send = 100U; in send_packet_socket() local
|
/Zephyr-Core-3.7.0/drivers/ipm/ |
D | ipm_cavs_host.c | 44 static int send(const struct device *dev, int wait, uint32_t id, in send() function
|
/Zephyr-Core-3.7.0/include/zephyr/logging/ |
D | log_multidomain_helper.h | 145 int (*send)(struct log_multidomain_link *link, void *data, size_t len); member 186 int (*send)(struct log_multidomain_backend *backend, void *data, size_t len); member
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_prof.c | 156 static int send(struct node_rx_pdu *rx) in send() function
|
/Zephyr-Core-3.7.0/drivers/xen/ |
D | events.c | 116 struct evtchn_send send; in notify_evtchn() local
|