Home
last modified time | relevance | path

Searched refs:tx_bytes (Results 1 – 2 of 2) sorted by relevance

/sound/soc/intel/common/
Dsst-ipc.c86 void *tx_data, size_t tx_bytes, void *rx_data, in ipc_tx_message() argument
101 msg->tx_size = tx_bytes; in ipc_tx_message()
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()
191 void *tx_data, size_t tx_bytes, void *rx_data, size_t rx_bytes) in sst_ipc_tx_message_wait() argument
193 return ipc_tx_message(ipc, header, tx_data, tx_bytes, in sst_ipc_tx_message_wait()
199 void *tx_data, size_t tx_bytes) in sst_ipc_tx_message_nowait() argument
201 return ipc_tx_message(ipc, header, tx_data, tx_bytes, in sst_ipc_tx_message_nowait()
Dsst-ipc.h79 void *tx_data, size_t tx_bytes, void *rx_data, size_t rx_bytes);
82 void *tx_data, size_t tx_bytes);