Searched defs:smt (Results 1 – 4 of 4) sorted by relevance
24 int scmi_dt_get_smt_buffer(struct udevice *dev, struct scmi_smt *smt) in scmi_dt_get_smt_buffer()62 int scmi_write_msg_to_smt(struct udevice *dev, struct scmi_smt *smt, in scmi_write_msg_to_smt()99 int scmi_read_resp_from_smt(struct udevice *dev, struct scmi_smt *smt, in scmi_read_resp_from_smt()129 void scmi_clear_smt_channel(struct scmi_smt *smt) in scmi_clear_smt_channel()
47 static inline bool scmi_smt_channel_is_free(struct scmi_smt *smt) in scmi_smt_channel_is_free()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()
27 struct scmi_smt smt; member