Home
last modified time | relevance | path

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

/linux-6.1.9/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()
93 void *reply_data, size_t reply_bytes) in sof_ipc_tx_message_no_pm() argument
96 reply_bytes > ipc->max_payload_size) in sof_ipc_tx_message_no_pm()
100 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()
345 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
374 ret = ipc4_tx_msg_unlocked(ipc, msg_data, msg_bytes, reply_data, reply_bytes); in sof_ipc4_tx_msg()
382 else if (reply_bytes) in sof_ipc4_tx_msg()
Dsof-priv.h457 void *reply_data, size_t reply_bytes, bool no_pm);
656 void *reply_data, size_t reply_bytes);
658 void *reply_data, size_t reply_bytes);
660 size_t reply_bytes);
Dsof-client.c250 void *reply_data, size_t reply_bytes) in sof_client_ipc_tx_message() argument
256 reply_data, reply_bytes); in sof_client_ipc_tx_message()
261 reply_data, reply_bytes); in sof_client_ipc_tx_message()
Dsof-client.h39 void *reply_data, size_t reply_bytes);
Dipc3.c326 void *reply_data, size_t reply_bytes) in ipc3_tx_msg_unlocked() argument
332 ret = sof_ipc_send_msg(sdev, msg_data, msg_bytes, reply_bytes); in ipc3_tx_msg_unlocked()
348 void *reply_data, size_t reply_bytes, bool no_pm) in sof_ipc3_tx_msg() argument
375 ret = ipc3_tx_msg_unlocked(ipc, msg_data, msg_bytes, reply_data, reply_bytes); in sof_ipc3_tx_msg()
/linux-6.1.9/drivers/gpu/drm/gma500/
Dcdv_intel_dp.c714 int reply_bytes; in cdv_intel_dp_aux_native_read() local
724 reply_bytes = recv_bytes + 1; in cdv_intel_dp_aux_native_read()
728 reply, reply_bytes); in cdv_intel_dp_aux_native_read()
759 int reply_bytes; in cdv_intel_dp_i2c_aux_ch() local
779 reply_bytes = 1; in cdv_intel_dp_i2c_aux_ch()
784 reply_bytes = 2; in cdv_intel_dp_i2c_aux_ch()
788 reply_bytes = 1; in cdv_intel_dp_i2c_aux_ch()
795 reply, reply_bytes); in cdv_intel_dp_i2c_aux_ch()
824 return reply_bytes - 1; in cdv_intel_dp_i2c_aux_ch()
/linux-6.1.9/drivers/scsi/mpt3sas/
Dmpt3sas_base.c7028 u32 *request, int reply_bytes, u16 *reply, int timeout) in _base_handshake_req_reply_wait() argument
7103 if (i >= reply_bytes/2) /* overflow case */ in _base_handshake_req_reply_wait()
7123 for (i = 0; i < reply_bytes/4; i++) in _base_handshake_req_reply_wait()