Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/drivers/
A Dscmi-msg.h25 struct scmi_msg_channel;
35 struct scmi_msg_channel { struct
50 void scmi_smt_init_agent_channel(struct scmi_msg_channel *channel); argument
58 void scmi_smt_set_shared_buffer(struct scmi_msg_channel *channel, void *base);
61 void scmi_smt_init_agent_channel(struct scmi_msg_channel *channel __unused) in scmi_smt_init_agent_channel()
67 void scmi_smt_set_shared_buffer(struct scmi_msg_channel *channel __unused, in scmi_smt_set_shared_buffer()
156 struct scmi_msg_channel *plat_scmi_get_channel(unsigned int channel_id);
/optee_os-3.20.0/core/drivers/scmi-msg/
A Dsmt.c53 static struct smt_header *channel_to_smt_hdr(struct scmi_msg_channel *channel) in channel_to_smt_hdr()
70 struct scmi_msg_channel *channel = NULL; in scmi_entry_smt()
143 void scmi_smt_init_agent_channel(struct scmi_msg_channel *channel) in scmi_smt_init_agent_channel()
156 void scmi_smt_set_shared_buffer(struct scmi_msg_channel *channel, void *base) in scmi_smt_set_shared_buffer()
A Dcommon.h122 bool scmi_msg_claim_channel(struct scmi_msg_channel *channel);
128 void scmi_msg_release_channel(struct scmi_msg_channel *channel);
A Dentry.c37 bool scmi_msg_claim_channel(struct scmi_msg_channel *channel) in scmi_msg_claim_channel()
50 void scmi_msg_release_channel(struct scmi_msg_channel *channel) in scmi_msg_release_channel()
A Dshm_msg.c47 struct scmi_msg_channel *channel = plat_scmi_get_channel(channel_id); in scmi_entry_msg()
/optee_os-3.20.0/core/pta/
A Dscmi.c58 struct scmi_msg_channel *channel = NULL; in cmd_process_smt_channel()
89 struct scmi_msg_channel *channel = NULL; in cmd_process_smt_message()
131 struct scmi_msg_channel *channel = NULL; in cmd_process_msg_channel()
183 struct scmi_msg_channel *channel = NULL; in cmd_get_channel_handle()
/optee_os-3.20.0/core/arch/arm/plat-stm32mp1/
A Dscmi_server.c255 struct scmi_msg_channel *channel;
266 .channel = &(struct scmi_msg_channel){
286 struct scmi_msg_channel *plat_scmi_get_channel(unsigned int channel_id) in plat_scmi_get_channel()
911 struct scmi_msg_channel *chan = res->channel; in stm32mp1_init_scmi_server()

Completed in 8 milliseconds