Home
last modified time | relevance | path

Searched refs:msg_size (Results 1 – 12 of 12) sorted by relevance

/sound/pci/asihpi/
A Dhpimsginit.c18 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 Dhpioctl.c100 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 Dhpimsginit.h31 void hpi_init_message_responseV1(struct hpi_message_header *phm, u16 msg_size,
/sound/soc/sof/mediatek/
A Dmtk-adsp-common.c97 msg->msg_size); in mtk_adsp_send_msg()
/sound/soc/sof/
A Dipc.c57 msg->msg_size = msg_bytes; in sof_ipc_send_msg()
A Dsof-priv.h416 size_t msg_size; member
/sound/soc/sof/amd/
A Dacp-ipc.c83 acp_mailbox_write(sdev, offset, msg->msg_data, msg->msg_size); in acp_sof_ipc_send_msg()
/sound/soc/sof/intel/
A Datom.c189 msg->msg_size); in atom_send_msg()
A Dcnl.c317 msg->msg_size); in cnl_ipc_send_msg()
A Dhda-ipc.c69 msg->msg_size); in hda_dsp_ipc_send_msg()
A Dbdw.c367 msg->msg_size); in bdw_send_msg()
/sound/soc/sof/imx/
A Dimx-common.c124 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, msg->msg_size); in imx_send_msg()

Completed in 24 milliseconds