Searched refs:scmi_smt (Results 1 – 5 of 5) sorted by relevance
| /drivers/firmware/scmi/ |
| A D | smt.h | 53 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 D | smt.c | 23 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 D | smccc_agent.c | 29 struct scmi_smt smt;
|
| A D | mailbox_agent.c | 28 struct scmi_smt smt;
|
| A D | optee_agent.c | 33 struct scmi_smt smt;
|
Completed in 11 milliseconds