Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H A Dipc.c26 * @reply_bytes: number of bytes available for the reply.
37 size_t reply_bytes) in sof_ipc_send_msg() argument
59 msg->reply_size = reply_bytes; in sof_ipc_send_msg()
74 void *reply_data, size_t reply_bytes)
77 reply_bytes > ipc->max_payload_size) in sof_ipc_tx_message()
81 reply_bytes, false); in sof_ipc_tx_message()
99 void *reply_data, size_t reply_bytes)
102 reply_bytes > ipc->max_payload_size) in sof_ipc_tx_message_no_pm()
106 reply_bytes, true); in sof_ipc_tx_message_no_pm()
76 sof_ipc_tx_message(struct snd_sof_ipc * ipc,void * msg_data,size_t msg_bytes,void * reply_data,size_t reply_bytes) sof_ipc_tx_message() argument
101 sof_ipc_tx_message_no_pm(struct snd_sof_ipc * ipc,void * msg_data,size_t msg_bytes,void * reply_data,size_t reply_bytes) sof_ipc_tx_message_no_pm() argument
H A Dipc4.c371 void *reply_data, size_t reply_bytes) in ipc4_tx_msg_unlocked()
377 if (msg_bytes > ipc->max_payload_size || reply_bytes > ipc->max_payload_size) in ipc4_tx_msg_unlocked()
382 ret = sof_ipc_send_msg(sdev, msg_data, msg_bytes, reply_bytes); in ipc4_tx_msg_unlocked()
395 void *reply_data, size_t reply_bytes, bool no_pm) in sof_ipc4_tx_msg()
417 ret = ipc4_tx_msg_unlocked(ipc, msg_data, msg_bytes, reply_data, reply_bytes); in sof_ipc4_tx_msg()
422 /* payload is indicated by non zero msg/reply_bytes */ in sof_ipc4_tx_msg()
425 else if (reply_bytes) in sof_ipc4_tx_msg()
370 ipc4_tx_msg_unlocked(struct snd_sof_ipc * ipc,void * msg_data,size_t msg_bytes,void * reply_data,size_t reply_bytes) ipc4_tx_msg_unlocked() argument
394 sof_ipc4_tx_msg(struct snd_sof_dev * sdev,void * msg_data,size_t msg_bytes,void * reply_data,size_t reply_bytes,bool no_pm) sof_ipc4_tx_msg() argument
H A Dsof-client.c307 void *reply_data, size_t reply_bytes) in sof_client_ipc_tx_message() argument
315 reply_data, reply_bytes); in sof_client_ipc_tx_message()
320 reply_data, reply_bytes); in sof_client_ipc_tx_message()
/linux/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c716 int reply_bytes; in cdv_intel_dp_aux_native_read() local
726 reply_bytes = recv_bytes + 1; in cdv_intel_dp_aux_native_read()
730 reply, reply_bytes); in cdv_intel_dp_aux_native_read()
761 int reply_bytes; in cdv_intel_dp_i2c_aux_ch() local
781 reply_bytes = 1; in cdv_intel_dp_i2c_aux_ch()
786 reply_bytes = 2; in cdv_intel_dp_i2c_aux_ch()
790 reply_bytes = 1; in cdv_intel_dp_i2c_aux_ch()
797 reply, reply_bytes); in cdv_intel_dp_i2c_aux_ch()
826 return reply_bytes - 1; in cdv_intel_dp_i2c_aux_ch()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c7052 u32 *request, int reply_bytes, u16 *reply, int timeout) in _base_handshake_req_reply_wait() argument
7128 if (i >= reply_bytes/2) /* overflow case */ in _base_handshake_req_reply_wait()
7148 for (i = 0; i < reply_bytes/4; i++) in _base_handshake_req_reply_wait()