Searched refs:r_msg (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | imx-audio-rpmsg.c | 21 struct rpmsg_r_msg *r_msg = (struct rpmsg_r_msg *)data; in imx_audio_rpmsg_cb() local 32 src, r_msg->header.cmd, r_msg->param.resp); in imx_audio_rpmsg_cb() 34 switch (r_msg->header.type) { in imx_audio_rpmsg_cb() 37 switch (r_msg->header.cmd) { in imx_audio_rpmsg_cb() 41 msg->r_msg.param.buffer_tail = in imx_audio_rpmsg_cb() 42 r_msg->param.buffer_tail; in imx_audio_rpmsg_cb() 43 msg->r_msg.param.buffer_tail %= info->num_period[TX]; in imx_audio_rpmsg_cb() 50 msg->r_msg.param.buffer_tail = in imx_audio_rpmsg_cb() 51 r_msg in imx_audio_rpmsg_cb() [all...] |
H A D | imx-pcm-rpmsg.c | 78 memcpy(&msg->r_msg, &info->r_msg, sizeof(struct rpmsg_r_msg)); in imx_rpmsg_pcm_send_message() 79 memcpy(&info->msg[msg->r_msg.header.cmd].r_msg, in imx_rpmsg_pcm_send_message() 80 &msg->r_msg, sizeof(struct rpmsg_r_msg)); in imx_rpmsg_pcm_send_message() 91 info->msg[TX_POINTER].r_msg.param.buffer_offset = 0; in imx_rpmsg_pcm_send_message() 94 info->msg[RX_POINTER].r_msg.param.buffer_offset = 0; in imx_rpmsg_pcm_send_message() 101 info->r_msg.param.resp); in imx_rpmsg_pcm_send_message() 203 buffer_tail = msg->r_msg.param.buffer_tail; in imx_rpmsg_pcm_pointer() 247 info->msg[cmd].r_msg in imx_rpmsg_pcm_open() [all...] |
H A D | imx-pcm-rpmsg.h | 437 struct rpmsg_r_msg r_msg; member 464 * @r_msg: received rpmsg 489 struct rpmsg_r_msg r_msg; member
|
/kernel/linux/linux-5.10/ipc/ |
H A D | msg.c | 69 * msg_receiver.r_msg. Therefore r_msg is set using smp_store_release() 83 struct msg_msg *r_msg; member 259 smp_store_release(&msr->r_msg, ERR_PTR(res)); in expunge_all() 825 smp_store_release(&msr->r_msg, ERR_PTR(-E2BIG)); in pipelined_send() 833 smp_store_release(&msr->r_msg, msg); in pipelined_send() 1185 WRITE_ONCE(msr_d.r_msg, ERR_PTR(-EAGAIN)); in do_msgrcv() 1200 * Prior to destruction, expunge_all(-EIRDM) changes r_msg. in do_msgrcv() 1201 * Thus if r_msg is -EAGAIN, then the queue not yet destroyed. in do_msgrcv() 1215 msg = READ_ONCE(msr_d.r_msg); in do_msgrcv() [all...] |
/kernel/linux/linux-6.6/ipc/ |
H A D | msg.c | 70 * msg_receiver.r_msg. Therefore r_msg is set using smp_store_release() 84 struct msg_msg *r_msg; member 260 smp_store_release(&msr->r_msg, ERR_PTR(res)); in expunge_all() 831 smp_store_release(&msr->r_msg, ERR_PTR(-E2BIG)); in pipelined_send() 839 smp_store_release(&msr->r_msg, msg); in pipelined_send() 1191 WRITE_ONCE(msr_d.r_msg, ERR_PTR(-EAGAIN)); in do_msgrcv() 1206 * Prior to destruction, expunge_all(-EIRDM) changes r_msg. in do_msgrcv() 1207 * Thus if r_msg is -EAGAIN, then the queue not yet destroyed. in do_msgrcv() 1221 msg = READ_ONCE(msr_d.r_msg); in do_msgrcv() [all...] |
Completed in 6 milliseconds