Searched refs:tx_data_copy (Results 1 – 5 of 5) sorted by relevance
52 void (*tx_data_copy)(struct ipc_message *, char *, size_t); member
108 if ((tx_bytes) && (ipc->ops.tx_data_copy != NULL)) in ipc_tx_message()109 ipc->ops.tx_data_copy(msg, tx_data, tx_bytes); in ipc_tx_message()
502 ipc->ops.tx_data_copy = skl_ipc_tx_data_copy; in skl_ipc_init()
710 ipc->ops.tx_data_copy = byt_tx_data_copy; in sst_byt_dsp_init()
2132 ipc->ops.tx_data_copy = hsw_tx_data_copy; in sst_hsw_dsp_init()