Home
last modified time | relevance | path

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

/linux/sound/soc/sof/
H 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()
H A Dipc4.c345 void *reply_data, size_t reply_bytes) in ipc4_tx_msg_unlocked() argument
351 if (msg_bytes > ipc->max_payload_size || reply_bytes > ipc->max_payload_size) in ipc4_tx_msg_unlocked()
356 ret = sof_ipc_send_msg(sdev, msg_data, msg_bytes, reply_bytes); in ipc4_tx_msg_unlocked()
369 void *reply_data, size_t reply_bytes, bool no_pm) in sof_ipc4_tx_msg() argument
391 ret = ipc4_tx_msg_unlocked(ipc, msg_data, msg_bytes, reply_data, reply_bytes); in sof_ipc4_tx_msg()
399 else if (reply_bytes) in sof_ipc4_tx_msg()
H A Dsof-priv.h515 void *reply_data, size_t reply_bytes, bool no_pm);
741 void *reply_data, size_t reply_bytes);
750 void *reply_data, size_t reply_bytes); in sof_ipc_tx_message_no_reply()
757 size_t reply_bytes);
H A 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()
H A Dsof-client.h41 void *reply_data, size_t reply_bytes);
/linux/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()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c7037 u32 *request, int reply_bytes, u16 *reply, int timeout) in _base_handshake_req_reply_wait() argument
7113 if (i >= reply_bytes/2) /* overflow case */ in _base_handshake_req_reply_wait()
7133 for (i = 0; i < reply_bytes/4; i++) in _base_handshake_req_reply_wait()