Home
last modified time | relevance | path

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

/u-boot/drivers/firmware/scmi/
A Dsmt.h42 struct scmi_smt { struct
47 static inline bool scmi_smt_channel_is_free(struct scmi_smt *smt) in scmi_smt_channel_is_free() argument
54 static inline bool scmi_smt_channel_reports_error(struct scmi_smt *smt) in scmi_smt_channel_reports_error()
61 static inline void scmi_smt_get_channel(struct scmi_smt *smt) in scmi_smt_get_channel()
68 static inline void scmi_smt_put_channel(struct scmi_smt *smt) in scmi_smt_put_channel()
76 int scmi_dt_get_smt_buffer(struct udevice *dev, struct scmi_smt *smt);
78 int scmi_write_msg_to_smt(struct udevice *dev, struct scmi_smt *smt,
81 int scmi_read_resp_from_smt(struct udevice *dev, struct scmi_smt *smt,
84 void scmi_clear_smt_channel(struct scmi_smt *smt);
A Dsmt.c28 int scmi_dt_get_smt_buffer(struct udevice *dev, struct scmi_smt *smt) in scmi_dt_get_smt_buffer()
70 int scmi_write_msg_to_smt(struct udevice *dev, struct scmi_smt *smt, in scmi_write_msg_to_smt()
107 int scmi_read_resp_from_smt(struct udevice *dev, struct scmi_smt *smt, in scmi_read_resp_from_smt()
137 void scmi_clear_smt_channel(struct scmi_smt *smt) in scmi_clear_smt_channel()
A Dsmccc_agent.c30 struct scmi_smt smt;
A Dmailbox_agent.c29 struct scmi_smt smt;

Completed in 3 milliseconds