Searched refs:msg_size (Results 1 – 10 of 10) sorted by relevance
/sound/pci/asihpi/ |
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()
|
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()
|
D | hpimsginit.h | 31 void hpi_init_message_responseV1(struct hpi_message_header *phm, u16 msg_size,
|
/sound/soc/sof/intel/ |
D | hda-ipc.c | 61 msg->msg_size); in hda_dsp_ipc_send_msg()
|
D | cnl.c | 158 msg->msg_size); in cnl_ipc_send_msg()
|
D | bdw.c | 344 msg->msg_size); in bdw_send_msg()
|
D | byt.c | 241 msg->msg_size); in byt_send_msg()
|
/sound/soc/sof/imx/ |
D | imx8.c | 132 msg->msg_size); in imx8_send_msg()
|
/sound/soc/sof/ |
D | sof-priv.h | 281 size_t msg_size; member
|
D | ipc.c | 256 msg->msg_size = msg_bytes; in sof_ipc_tx_message_unlocked()
|