Searched refs:msg_size (Results 1 – 12 of 12) sorted by relevance
| /sound/pci/asihpi/ |
| A D | hpimsginit.c | 18 static u16 msg_size[HPI_OBJ_MAXINDEX + 1] = HPI_MESSAGE_SIZE_BY_OBJECT; variable 34 size = msg_size[object]; in hpi_init_message() 114 void hpi_init_message_responseV1(struct hpi_message_header *phm, u16 msg_size, in hpi_init_message_responseV1() argument 118 hpi_init_messageV1(phm, msg_size, object, function); in hpi_init_message_responseV1()
|
| A D | hpioctl.c | 100 u16 msg_size; in asihpi_hpi_ioctl() local 125 if (get_user(msg_size, (u16 __user *)puhm)) { in asihpi_hpi_ioctl() 129 if (msg_size > sizeof(*hm)) in asihpi_hpi_ioctl() 130 msg_size = sizeof(*hm); in asihpi_hpi_ioctl() 134 uncopied_bytes = copy_from_user(hm, puhm, msg_size); in asihpi_hpi_ioctl() 142 hm->h.size = msg_size; in asihpi_hpi_ioctl()
|
| A D | hpimsginit.h | 31 void hpi_init_message_responseV1(struct hpi_message_header *phm, u16 msg_size,
|
| /sound/soc/sof/mediatek/ |
| A D | mtk-adsp-common.c | 97 msg->msg_size); in mtk_adsp_send_msg()
|
| /sound/soc/sof/ |
| A D | ipc.c | 57 msg->msg_size = msg_bytes; in sof_ipc_send_msg()
|
| A D | sof-priv.h | 416 size_t msg_size; member
|
| /sound/soc/sof/amd/ |
| A D | acp-ipc.c | 83 acp_mailbox_write(sdev, offset, msg->msg_data, msg->msg_size); in acp_sof_ipc_send_msg()
|
| /sound/soc/sof/intel/ |
| A D | atom.c | 189 msg->msg_size); in atom_send_msg()
|
| A D | cnl.c | 317 msg->msg_size); in cnl_ipc_send_msg()
|
| A D | hda-ipc.c | 69 msg->msg_size); in hda_dsp_ipc_send_msg()
|
| A D | bdw.c | 367 msg->msg_size); in bdw_send_msg()
|
| /sound/soc/sof/imx/ |
| A D | imx-common.c | 124 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, msg->msg_size); in imx_send_msg()
|
Completed in 24 milliseconds