Home
last modified time | relevance | path

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

/sound/pci/asihpi/
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()
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()
Dhpimsginit.h31 void hpi_init_message_responseV1(struct hpi_message_header *phm, u16 msg_size,
/sound/soc/sof/intel/
Dhda-ipc.c61 msg->msg_size); in hda_dsp_ipc_send_msg()
Dcnl.c158 msg->msg_size); in cnl_ipc_send_msg()
Dbdw.c344 msg->msg_size); in bdw_send_msg()
Dbyt.c241 msg->msg_size); in byt_send_msg()
/sound/soc/sof/imx/
Dimx8.c132 msg->msg_size); in imx8_send_msg()
/sound/soc/sof/
Dsof-priv.h281 size_t msg_size; member
Dipc.c256 msg->msg_size = msg_bytes; in sof_ipc_tx_message_unlocked()