Searched refs:get_tx_buffer (Results 1 – 3 of 3) sorted by relevance
| /subsys/ipc/ipc_service/ |
| A D | ipc_service.c | 197 if (!backend->send_nocopy || !backend->get_tx_buffer) { in ipc_service_get_tx_buffer() 202 return backend->get_tx_buffer(ept->instance, ept->token, data, len, wait); in ipc_service_get_tx_buffer() 255 if (!backend->get_tx_buffer || !backend->send_nocopy) { in ipc_service_send_nocopy()
|
| /subsys/ipc/ipc_service/backends/ |
| A D | ipc_rpmsg_static_vrings.c | 676 static int get_tx_buffer(const struct device *instance, void *token, in get_tx_buffer() function 774 .get_tx_buffer = get_tx_buffer,
|
| A D | ipc_icbmsg.c | 1170 static int get_tx_buffer(const struct device *instance, void *token, void **data, in get_tx_buffer() function 1298 .get_tx_buffer = get_tx_buffer,
|
Completed in 17 milliseconds