Home
last modified time | relevance | path

Searched refs:ipc_service_hold_rx_buffer (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/ipc/
Dipc_service.h449 int ipc_service_hold_rx_buffer(struct ipc_ept *ept, void *data);
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/remote/src/
Dmain.c200 ret = ipc_service_hold_rx_buffer(&ipc1_ept, (void *) data); in ipc1_ept_recv()
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/src/
Dmain.c198 ret = ipc_service_hold_rx_buffer(&ipc1_ept, (void *) data); in ipc1_ept_recv()
/Zephyr-latest/subsys/ipc/ipc_service/
Dipc_service.c263 int ipc_service_hold_rx_buffer(struct ipc_ept *ept, void *data) in ipc_service_hold_rx_buffer() function
/Zephyr-latest/doc/services/ipc/ipc_service/
Dipc_service.rst127 ret = ipc_service_hold_rx_buffer(&ept0, (void *)data);