Home
last modified time | relevance | path

Searched refs:reply_bytes (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/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()
59 msg->reply_size = reply_bytes; in sof_ipc_send_msg()
76 void *reply_data, size_t reply_bytes) in sof_ipc_tx_message()
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()
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()
36 sof_ipc_send_msg(struct snd_sof_dev *sdev, void *msg_data, size_t msg_bytes, size_t reply_bytes) sof_ipc_send_msg() argument
75 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
100 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.c336 void *reply_data, size_t reply_bytes) in ipc4_tx_msg_unlocked()
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()
382 ret = ipc4_tx_msg_unlocked(ipc, msg_data, msg_bytes, reply_data, reply_bytes); in sof_ipc4_tx_msg()
387 /* payload is indicated by non zero msg/reply_bytes */ in sof_ipc4_tx_msg()
390 else if (reply_bytes) in sof_ipc4_tx_msg()
334 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
359 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 Dipc3.c334 void *reply_data, size_t reply_bytes) in ipc3_tx_msg_unlocked()
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()
383 ret = ipc3_tx_msg_unlocked(ipc, msg_data, msg_bytes, reply_data, reply_bytes); in sof_ipc3_tx_msg()
389 /* payload is indicated by non zero msg/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()
332 ipc3_tx_msg_unlocked(struct snd_sof_ipc *ipc, void *msg_data, size_t msg_bytes, void *reply_data, size_t reply_bytes) ipc3_tx_msg_unlocked() argument
355 sof_ipc3_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_ipc3_tx_msg() argument
H A 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);
H A Dsof-client.h41 void *reply_data, size_t reply_bytes);
H A Dsof-client.c288 void *reply_data, size_t reply_bytes) in sof_client_ipc_tx_message()
294 reply_data, reply_bytes); in sof_client_ipc_tx_message()
299 reply_data, reply_bytes); in sof_client_ipc_tx_message()
287 sof_client_ipc_tx_message(struct sof_client_dev *cdev, void *ipc_msg, void *reply_data, size_t reply_bytes) sof_client_ipc_tx_message() argument
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dipc.c242 void *reply_data, size_t reply_bytes) in sof_ipc_tx_message_unlocked()
262 msg->reply_size = reply_bytes; in sof_ipc_tx_message_unlocked()
297 size_t reply_bytes) in sof_ipc_tx_message()
312 reply_data, reply_bytes); in sof_ipc_tx_message()
323 void *reply_data, size_t reply_bytes) in sof_ipc_tx_message_no_pm()
328 reply_bytes > SOF_IPC_MSG_MAX_SIZE) in sof_ipc_tx_message_no_pm()
335 reply_data, reply_bytes); in sof_ipc_tx_message_no_pm()
240 sof_ipc_tx_message_unlocked(struct snd_sof_ipc *ipc, u32 header, void *msg_data, size_t msg_bytes, void *reply_data, size_t reply_bytes) sof_ipc_tx_message_unlocked() argument
295 sof_ipc_tx_message(struct snd_sof_ipc *ipc, u32 header, void *msg_data, size_t msg_bytes, void *reply_data, size_t reply_bytes) sof_ipc_tx_message() argument
321 sof_ipc_tx_message_no_pm(struct snd_sof_ipc *ipc, u32 header, void *msg_data, size_t msg_bytes, void *reply_data, size_t reply_bytes) sof_ipc_tx_message_no_pm() argument
H A Dsof-priv.h497 size_t reply_bytes);
500 void *reply_data, size_t reply_bytes);
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H A Dcdv_intel_dp.c719 int reply_bytes; in cdv_intel_dp_aux_native_read() local
729 reply_bytes = recv_bytes + 1; in cdv_intel_dp_aux_native_read()
733 reply, reply_bytes); in cdv_intel_dp_aux_native_read()
764 int reply_bytes; in cdv_intel_dp_i2c_aux_ch() local
784 reply_bytes = 1; in cdv_intel_dp_i2c_aux_ch()
789 reply_bytes = 2; in cdv_intel_dp_i2c_aux_ch()
793 reply_bytes = 1; in cdv_intel_dp_i2c_aux_ch()
800 reply, reply_bytes); in cdv_intel_dp_i2c_aux_ch()
829 return reply_bytes - 1; in cdv_intel_dp_i2c_aux_ch()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H 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()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c5993 * @reply_bytes: reply length
6001 u32 *request, int reply_bytes, u16 *reply, int timeout) in _base_handshake_req_reply_wait()
6076 if (i >= reply_bytes/2) /* overflow case */ in _base_handshake_req_reply_wait()
6096 for (i = 0; i < reply_bytes/4; i++) in _base_handshake_req_reply_wait()
6000 _base_handshake_req_reply_wait(struct MPT3SAS_ADAPTER *ioc, int request_bytes, u32 *request, int reply_bytes, u16 *reply, int timeout) _base_handshake_req_reply_wait() argument
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c7023 * @reply_bytes: reply length
7031 u32 *request, int reply_bytes, u16 *reply, int timeout) in _base_handshake_req_reply_wait()
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()
7030 _base_handshake_req_reply_wait(struct MPT3SAS_ADAPTER *ioc, int request_bytes, u32 *request, int reply_bytes, u16 *reply, int timeout) _base_handshake_req_reply_wait() argument

Completed in 30 milliseconds