Home
last modified time | relevance | path

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

/linux-6.6.21/sound/soc/sof/
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()
Dipc4.c336 void *reply_data, size_t reply_bytes) in ipc4_tx_msg_unlocked() argument
342 if (msg_bytes > ipc->max_payload_size || reply_bytes > ipc->max_payload_size) in ipc4_tx_msg_unlocked()
347 ret = sof_ipc_send_msg(sdev, msg_data, msg_bytes, reply_bytes); in ipc4_tx_msg_unlocked()
360 void *reply_data, size_t reply_bytes, bool no_pm) in sof_ipc4_tx_msg() argument
382 ret = ipc4_tx_msg_unlocked(ipc, msg_data, msg_bytes, reply_data, reply_bytes); in sof_ipc4_tx_msg()
390 else if (reply_bytes) in sof_ipc4_tx_msg()
Dsof-priv.h498 void *reply_data, size_t reply_bytes, bool no_pm);
716 void *reply_data, size_t reply_bytes);
725 void *reply_data, size_t reply_bytes);
732 size_t reply_bytes);
Dipc3.c334 void *reply_data, size_t reply_bytes) in ipc3_tx_msg_unlocked() argument
342 ret = sof_ipc_send_msg(sdev, msg_data, msg_bytes, reply_bytes); in ipc3_tx_msg_unlocked()
356 void *reply_data, size_t reply_bytes, bool no_pm) in sof_ipc3_tx_msg() argument
383 ret = ipc3_tx_msg_unlocked(ipc, msg_data, msg_bytes, reply_data, reply_bytes); in sof_ipc3_tx_msg()
395 } else if (reply_bytes > sizeof(struct sof_ipc_reply)) { in sof_ipc3_tx_msg()
399 payload_bytes = reply_bytes - header_bytes; in sof_ipc3_tx_msg()
Dsof-client.h41 void *reply_data, size_t reply_bytes);
Dsof-client.c288 void *reply_data, size_t reply_bytes) in sof_client_ipc_tx_message() argument
294 reply_data, reply_bytes); in sof_client_ipc_tx_message()
299 reply_data, reply_bytes); in sof_client_ipc_tx_message()
/linux-6.6.21/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c715 int reply_bytes; in cdv_intel_dp_aux_native_read() local
725 reply_bytes = recv_bytes + 1; in cdv_intel_dp_aux_native_read()
729 reply, reply_bytes); in cdv_intel_dp_aux_native_read()
760 int reply_bytes; in cdv_intel_dp_i2c_aux_ch() local
780 reply_bytes = 1; in cdv_intel_dp_i2c_aux_ch()
785 reply_bytes = 2; in cdv_intel_dp_i2c_aux_ch()
789 reply_bytes = 1; in cdv_intel_dp_i2c_aux_ch()
796 reply, reply_bytes); in cdv_intel_dp_i2c_aux_ch()
825 return reply_bytes - 1; in cdv_intel_dp_i2c_aux_ch()
/linux-6.6.21/drivers/scsi/mpt3sas/
Dmpt3sas_base.c7031 u32 *request, int reply_bytes, u16 *reply, int timeout) in _base_handshake_req_reply_wait() argument
7106 if (i >= reply_bytes/2) /* overflow case */ in _base_handshake_req_reply_wait()
7126 for (i = 0; i < reply_bytes/4; i++) in _base_handshake_req_reply_wait()