Home
last modified time | relevance | path

Searched refs:MSG_TYPE_C (Results 1 – 3 of 3) sorted by relevance

/sound/soc/fsl/
Dimx-pcm-rpmsg.h321 #define MSG_TYPE_C 0x2 macro
Dimx-pcm-rpmsg.c51 if (!(msg->s_msg.header.type == MSG_TYPE_C)) in imx_rpmsg_pcm_send_message()
63 if (msg->s_msg.header.type == MSG_TYPE_C) { in imx_rpmsg_pcm_send_message()
538 msg->s_msg.header.type = MSG_TYPE_C; in imx_rpmsg_pcm_ack()
658 if (work_of_rpmsg->msg.s_msg.header.type == MSG_TYPE_C && in imx_rpmsg_pcm_work()
Dimx-audio-rpmsg.c35 case MSG_TYPE_C: in imx_audio_rpmsg_cb()