Searched refs:tx_data (Results 1 – 4 of 4) sorted by relevance
/sound/soc/intel/skylake/ |
D | skl-sst-ipc.h | 167 void skl_ipc_tx_data_copy(struct ipc_message *msg, char *tx_data,
|
D | skl-sst-ipc.c | 280 void skl_ipc_tx_data_copy(struct ipc_message *msg, char *tx_data, in skl_ipc_tx_data_copy() argument 284 memcpy(msg->tx.data, tx_data, tx_size); in skl_ipc_tx_data_copy()
|
/sound/soc/intel/baytrail/ |
D | sst-baytrail-ipc.c | 646 static void byt_tx_data_copy(struct ipc_message *msg, char *tx_data, in byt_tx_data_copy() argument 651 memcpy(msg->tx.data + sizeof(u32), tx_data, tx_size); in byt_tx_data_copy()
|
/sound/soc/intel/haswell/ |
D | sst-haswell-ipc.c | 2075 static void hsw_tx_data_copy(struct ipc_message *msg, char *tx_data, in hsw_tx_data_copy() argument 2078 memcpy(msg->tx.data, tx_data, tx_size); in hsw_tx_data_copy()
|