Home
last modified time | relevance | path

Searched refs:tx_data_copy (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/sound/soc/intel/common/
Dsst-ipc.h52 void (*tx_data_copy)(struct ipc_message *, char *, size_t); member
Dsst-ipc.c108 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()
/linux-4.4.14/sound/soc/intel/skylake/
Dskl-sst-ipc.c502 ipc->ops.tx_data_copy = skl_ipc_tx_data_copy; in skl_ipc_init()
/linux-4.4.14/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c710 ipc->ops.tx_data_copy = byt_tx_data_copy; in sst_byt_dsp_init()
/linux-4.4.14/sound/soc/intel/haswell/
Dsst-haswell-ipc.c2132 ipc->ops.tx_data_copy = hsw_tx_data_copy; in sst_hsw_dsp_init()