Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/soc/sof/
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()
A Dipc4.c338 void *reply_data, size_t reply_bytes) in ipc4_tx_msg_unlocked() argument
344 if (msg_bytes > ipc->max_payload_size || reply_bytes > ipc->max_payload_size) in ipc4_tx_msg_unlocked()
349 ret = sof_ipc_send_msg(sdev, msg_data, msg_bytes, reply_bytes); in ipc4_tx_msg_unlocked()
362 void *reply_data, size_t reply_bytes, bool no_pm) in sof_ipc4_tx_msg() argument
387 ret = ipc4_tx_msg_unlocked(ipc, msg_data, msg_bytes, reply_data, reply_bytes); in sof_ipc4_tx_msg()
395 else if (reply_bytes) in sof_ipc4_tx_msg()
A Dsof-priv.h494 void *reply_data, size_t reply_bytes, bool no_pm);
702 void *reply_data, size_t reply_bytes);
706 void *reply_data, size_t reply_bytes);
708 size_t reply_bytes);
A Dsof-client.h41 void *reply_data, size_t reply_bytes);
A Dsof-client.c251 void *reply_data, size_t reply_bytes) in sof_client_ipc_tx_message() argument
257 reply_data, reply_bytes); in sof_client_ipc_tx_message()
262 reply_data, reply_bytes); in sof_client_ipc_tx_message()
A Dipc3.c326 void *reply_data, size_t reply_bytes) in ipc3_tx_msg_unlocked() argument
334 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.3-rc2/drivers/gpu/drm/gma500/
A 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.3-rc2/drivers/scsi/mpt3sas/
A Dmpt3sas_base.c7030 u32 *request, int reply_bytes, u16 *reply, int timeout) in _base_handshake_req_reply_wait() argument
7105 if (i >= reply_bytes/2) /* overflow case */ in _base_handshake_req_reply_wait()
7125 for (i = 0; i < reply_bytes/4; i++) in _base_handshake_req_reply_wait()

Completed in 26 milliseconds