ipc_msg           399 drivers/hid/intel-ish-hid/ipc/ipc.c 	unsigned char	ipc_msg[IPC_FULL_MSG_SIZE];
ipc_msg           402 drivers/hid/intel-ish-hid/ipc/ipc.c 	memcpy(ipc_msg, &drbl_val, sizeof(uint32_t));
ipc_msg           403 drivers/hid/intel-ish-hid/ipc/ipc.c 	memcpy(ipc_msg + sizeof(uint32_t), msg, size);
ipc_msg           404 drivers/hid/intel-ish-hid/ipc/ipc.c 	return	write_ipc_to_queue(dev, NULL, NULL, ipc_msg,
ipc_msg            88 drivers/hid/intel-ish-hid/ishtp/bus.c 	unsigned char	ipc_msg[IPC_FULL_MSG_SIZE];
ipc_msg            95 drivers/hid/intel-ish-hid/ishtp/bus.c 	memcpy(ipc_msg, &drbl_val, sizeof(uint32_t));
ipc_msg            96 drivers/hid/intel-ish-hid/ishtp/bus.c 	memcpy(ipc_msg + sizeof(uint32_t), hdr, sizeof(uint32_t));
ipc_msg            97 drivers/hid/intel-ish-hid/ishtp/bus.c 	memcpy(ipc_msg + 2 * sizeof(uint32_t), msg, hdr->length);
ipc_msg            99 drivers/hid/intel-ish-hid/ishtp/bus.c 				ipc_msg, 2 * sizeof(uint32_t) + hdr->length);
ipc_msg            24 sound/soc/intel/atom/sst-atom-controls.c 					 u8 ipc_msg, u8 block,
ipc_msg            31 sound/soc/intel/atom/sst-atom-controls.c 	byte_data->ipc_msg = ipc_msg;
ipc_msg            48 sound/soc/intel/atom/sst-atom-controls.c 				 u8 ipc_msg, u8 block, u8 task_id, u8 pipe_id,
ipc_msg            53 sound/soc/intel/atom/sst-atom-controls.c 	ret = sst_fill_byte_control(drv, ipc_msg,
ipc_msg            66 sound/soc/intel/atom/sst-atom-controls.c 				 u8 ipc_msg, u8 block, u8 task_id, u8 pipe_id,
ipc_msg            72 sound/soc/intel/atom/sst-atom-controls.c 	ret = sst_fill_and_send_cmd_unlocked(drv, ipc_msg, block,
ipc_msg           511 sound/soc/intel/atom/sst-mfld-dsp.h 	u8 ipc_msg;
ipc_msg           488 sound/soc/intel/atom/sst/sst.h 		int task_id, int ipc_msg, int cmd_id, int pipe_id,
ipc_msg           117 sound/soc/intel/atom/sst/sst_ipc.c 		struct ipc_post *ipc_msg, bool sync)
ipc_msg           119 sound/soc/intel/atom/sst/sst_ipc.c 	struct ipc_post *msg = ipc_msg;
ipc_msg           222 sound/soc/intel/atom/sst/sst_pvt.c 		int task_id, int ipc_msg, int cmd_id, int pipe_id,
ipc_msg           237 sound/soc/intel/atom/sst/sst_pvt.c 				&msg, large, sst, &block, ipc_msg, pvt_id);
ipc_msg           247 sound/soc/intel/atom/sst/sst_pvt.c 		 pvt_id, pipe_id, task_id, ipc_msg);
ipc_msg           248 sound/soc/intel/atom/sst/sst_pvt.c 	sst_fill_header_mrfld(&msg->mrfld_header, ipc_msg,
ipc_msg           180 sound/soc/intel/atom/sst/sst_stream.c 		bytes->type, bytes->ipc_msg, bytes->block, bytes->task_id,
ipc_msg           187 sound/soc/intel/atom/sst/sst_stream.c 	sst_fill_header_mrfld(&msg->mrfld_header, bytes->ipc_msg,
ipc_msg           195 sound/soc/intel/atom/sst/sst_stream.c 		block = sst_create_block(sst_drv_ctx, bytes->ipc_msg, pvt_id);