Searched refs:send_message (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/firmware/scmi/ |
D | transport.h | 74 int (*send_message)(const struct device *transport, member 206 if (!api || !api->send_message) { in scmi_transport_send_message() 210 return api->send_message(transport, chan, msg); in scmi_transport_send_message()
|
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/remote/src/ |
D | main.c | 47 static int send_message(unsigned int message) in send_message() function 68 status = send_message(message); in app_task()
|
/Zephyr-latest/samples/subsys/ipc/rpmsg_service/src/ |
D | main.c | 48 static int send_message(unsigned int message) in send_message() function 72 status = send_message(message); in app_task()
|
/Zephyr-latest/samples/subsys/ipc/openamp/remote/src/ |
D | main.c | 118 static int send_message(unsigned int message) in send_message() function 209 status = send_message(message); in app_task()
|
/Zephyr-latest/samples/subsys/ipc/openamp/src/ |
D | main.c | 140 static int send_message(unsigned int message) in send_message() function 229 status = send_message(message); in app_task()
|
/Zephyr-latest/lib/posix/options/ |
D | mqueue.c | 39 static int32_t send_message(mqueue_desc *mqd, const char *msg_ptr, size_t msg_len, 244 return send_message(mqd, msg_ptr, msg_len, K_FOREVER); in mq_send() 260 return send_message(mqd, msg_ptr, msg_len, K_MSEC(timeout)); in mq_timedsend() 437 static int32_t send_message(mqueue_desc *mqd, const char *msg_ptr, size_t msg_len, in send_message() function
|
/Zephyr-latest/drivers/firmware/scmi/ |
D | mailbox.c | 109 .send_message = scmi_mbox_send_message,
|