Home
last modified time | relevance | path

Searched refs:scmi_smt (Results 1 – 5 of 5) sorted by relevance

/drivers/firmware/scmi/
A Dsmt.h53 struct scmi_smt { struct
58 static inline bool scmi_smt_channel_is_free(struct scmi_smt *smt) in scmi_smt_channel_is_free() argument
65 static inline bool scmi_smt_channel_reports_error(struct scmi_smt *smt) in scmi_smt_channel_reports_error()
72 static inline void scmi_smt_get_channel(struct scmi_smt *smt) in scmi_smt_get_channel()
79 static inline void scmi_smt_put_channel(struct scmi_smt *smt) in scmi_smt_put_channel()
87 int scmi_dt_get_smt_buffer(struct udevice *dev, struct scmi_smt *smt);
95 int scmi_write_msg_to_smt(struct udevice *dev, struct scmi_smt *smt,
104 int scmi_read_resp_from_smt(struct udevice *dev, struct scmi_smt *smt,
107 void scmi_clear_smt_channel(struct scmi_smt *smt);
116 int scmi_msg_to_smt_msg(struct udevice *dev, struct scmi_smt *smt,
[all …]
A Dsmt.c23 static void scmi_smt_enable_intr(struct scmi_smt *smt, bool enable) in scmi_smt_enable_intr()
37 int scmi_dt_get_smt_buffer(struct udevice *dev, struct scmi_smt *smt) in scmi_dt_get_smt_buffer()
79 int scmi_write_msg_to_smt(struct udevice *dev, struct scmi_smt *smt, in scmi_write_msg_to_smt()
116 int scmi_read_resp_from_smt(struct udevice *dev, struct scmi_smt *smt, in scmi_read_resp_from_smt()
146 void scmi_clear_smt_channel(struct scmi_smt *smt) in scmi_clear_smt_channel()
157 int scmi_msg_to_smt_msg(struct udevice *dev, struct scmi_smt *smt, in scmi_msg_to_smt_msg()
188 int scmi_msg_from_smt_msg(struct udevice *dev, struct scmi_smt *smt, in scmi_msg_from_smt_msg()
A Dsmccc_agent.c29 struct scmi_smt smt;
A Dmailbox_agent.c28 struct scmi_smt smt;
A Doptee_agent.c33 struct scmi_smt smt;

Completed in 11 milliseconds