Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dipc.c37 size_t reply_bytes) in sof_ipc_send_msg() argument
59 msg->reply_size = reply_bytes; in sof_ipc_send_msg()
76 void *reply_data, size_t reply_bytes) in sof_ipc_tx_message() argument
79 reply_bytes > ipc->max_payload_size) in sof_ipc_tx_message()
83 reply_bytes, false); in sof_ipc_tx_message()
101 void *reply_data, size_t reply_bytes) in sof_ipc_tx_message_no_pm() argument
104 reply_bytes > ipc->max_payload_size) in sof_ipc_tx_message_no_pm()
108 reply_bytes, true); in sof_ipc_tx_message_no_pm()
H A Dipc4.c370 void *reply_data, size_t reply_bytes) in ipc4_tx_msg_unlocked() argument
376 if (msg_bytes > ipc->max_payload_size || reply_bytes > ipc->max_payload_size) in ipc4_tx_msg_unlocked()
381 ret = sof_ipc_send_msg(sdev, msg_data, msg_bytes, reply_bytes); in ipc4_tx_msg_unlocked()
394 void *reply_data, size_t reply_bytes, bool no_pm) in sof_ipc4_tx_msg() argument
416 ret = ipc4_tx_msg_unlocked(ipc, msg_data, msg_bytes, reply_data, reply_bytes); in sof_ipc4_tx_msg()
424 else if (reply_bytes) in sof_ipc4_tx_msg()