Lines Matching refs:smt
47 static inline bool scmi_smt_channel_is_free(struct scmi_smt *smt) in scmi_smt_channel_is_free() argument
49 struct scmi_smt_header *hdr = (void *)smt->buf; 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() argument
56 struct scmi_smt_header *hdr = (void *)smt->buf; in scmi_smt_channel_reports_error()
61 static inline void scmi_smt_get_channel(struct scmi_smt *smt) in scmi_smt_get_channel() argument
63 struct scmi_smt_header *hdr = (void *)smt->buf; in scmi_smt_get_channel()
68 static inline void scmi_smt_put_channel(struct scmi_smt *smt) in scmi_smt_put_channel() argument
70 struct scmi_smt_header *hdr = (void *)smt->buf; 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);