Home
last modified time | relevance | path

Searched refs:sbi_mpxy_rpmi_channel (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/arch/riscv/include/
H A Dsbi_mpxy_rpmi.h84 struct sbi_mpxy_rpmi_channel { struct
95 struct sbi_mpxy_rpmi_channel *channels; argument
156 int sbi_mpxy_rpmi_read_attributes(struct sbi_mpxy_rpmi_channel *channel);
157 int sbi_mpxy_rpmi_send_data(struct sbi_mpxy_rpmi_channel *channel, void *data);
/optee_os/core/arch/riscv/kernel/
H A Dsbi_mpxy_rpmi.c27 struct sbi_mpxy_rpmi_channel *channel = NULL; in sbi_mpxy_rpmi_probe_channels()
156 int sbi_mpxy_rpmi_read_attributes(struct sbi_mpxy_rpmi_channel *channel) in sbi_mpxy_rpmi_read_attributes()
177 int sbi_mpxy_rpmi_send_data(struct sbi_mpxy_rpmi_channel *channel, void *data) in sbi_mpxy_rpmi_send_data()