Home
last modified time | relevance | path

Searched refs:ipc_msg (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/sound/soc/intel/atom/sst/
Dsst_pvt.c230 int task_id, int ipc_msg, int cmd_id, int pipe_id, in sst_prepare_and_post_msg() argument
245 &msg, large, sst, &block, ipc_msg, pvt_id); in sst_prepare_and_post_msg()
255 pvt_id, pipe_id, task_id, ipc_msg); in sst_prepare_and_post_msg()
256 sst_fill_header_mrfld(&msg->mrfld_header, ipc_msg, in sst_prepare_and_post_msg()
Dsst_stream.c188 bytes->type, bytes->ipc_msg, bytes->block, bytes->task_id, in sst_send_byte_stream_mrfld()
195 sst_fill_header_mrfld(&msg->mrfld_header, bytes->ipc_msg, in sst_send_byte_stream_mrfld()
203 block = sst_create_block(sst_drv_ctx, bytes->ipc_msg, pvt_id); in sst_send_byte_stream_mrfld()
Dsst_ipc.c125 struct ipc_post *ipc_msg, bool sync) in sst_post_message_mrfld() argument
127 struct ipc_post *msg = ipc_msg; in sst_post_message_mrfld()
Dsst.h496 int task_id, int ipc_msg, int cmd_id, int pipe_id,
/Linux-v4.19/drivers/hid/intel-ish-hid/ishtp/
Dbus.c96 unsigned char ipc_msg[IPC_FULL_MSG_SIZE]; in ishtp_send_msg() local
103 memcpy(ipc_msg, &drbl_val, sizeof(uint32_t)); in ishtp_send_msg()
104 memcpy(ipc_msg + sizeof(uint32_t), hdr, sizeof(uint32_t)); in ishtp_send_msg()
105 memcpy(ipc_msg + 2 * sizeof(uint32_t), msg, hdr->length); in ishtp_send_msg()
107 ipc_msg, 2 * sizeof(uint32_t) + hdr->length); in ishtp_send_msg()
/Linux-v4.19/drivers/hid/intel-ish-hid/ipc/
Dipc.c416 unsigned char ipc_msg[IPC_FULL_MSG_SIZE]; in ipc_send_mng_msg() local
419 memcpy(ipc_msg, &drbl_val, sizeof(uint32_t)); in ipc_send_mng_msg()
420 memcpy(ipc_msg + sizeof(uint32_t), msg, size); in ipc_send_mng_msg()
421 return write_ipc_to_queue(dev, NULL, NULL, ipc_msg, in ipc_send_mng_msg()
/Linux-v4.19/sound/soc/intel/atom/
Dsst-atom-controls.c32 u8 ipc_msg, u8 block, in sst_fill_byte_control() argument
39 byte_data->ipc_msg = ipc_msg; in sst_fill_byte_control()
56 u8 ipc_msg, u8 block, u8 task_id, u8 pipe_id, in sst_fill_and_send_cmd_unlocked() argument
61 ret = sst_fill_byte_control(drv, ipc_msg, in sst_fill_and_send_cmd_unlocked()
74 u8 ipc_msg, u8 block, u8 task_id, u8 pipe_id, in sst_fill_and_send_cmd() argument
80 ret = sst_fill_and_send_cmd_unlocked(drv, ipc_msg, block, in sst_fill_and_send_cmd()
Dsst-mfld-dsp.h519 u8 ipc_msg; member