Home
last modified time | relevance | path

Searched refs:response_len (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/arch/riscv/include/
H A Dsbi_mpxy_rpmi.h63 unsigned long response_len; member
135 message->data.response_len = 0; in sbi_mpxy_rpmi_init_send_with_response()
151 message->data.response_len = 0; in sbi_mpxy_rpmi_init_send_without_response()
H A Dsbi_mpxy.h157 unsigned long *response_len);
/optee_os/core/arch/riscv/kernel/
H A Dsbi_mpxy.c294 unsigned long *response_len) in sbi_mpxy_send_message_with_response() argument
327 if (response_len) in sbi_mpxy_send_message_with_response()
328 *response_len = response_bytes; in sbi_mpxy_send_message_with_response()
H A Dsbi_mpxy_rpmi.c232 &message->data.response_len); in sbi_mpxy_rpmi_send_data()