Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/firmware/scmi/
Dtransport.h19 struct scmi_channel;
35 typedef void (*scmi_channel_cb)(struct scmi_channel *chan);
45 struct scmi_channel { struct
75 struct scmi_channel *chan, argument
78 struct scmi_channel *chan,
81 struct scmi_channel *chan,
84 struct scmi_channel *chan);
85 struct scmi_channel *(*request_channel)(const struct device *transport,
109 static inline struct scmi_channel *
171 struct scmi_channel *chan, in scmi_transport_setup_chan()
[all …]
Dprotocol.h37 struct scmi_channel;
78 struct scmi_channel *tx;
Dutil.h68 (extern struct scmi_channel \
70 (extern struct scmi_channel \
129 struct scmi_channel SCMI_TRANSPORT_CHAN_NAME(proto, idx) = \
/Zephyr-latest/drivers/firmware/scmi/
Dmailbox.c17 struct scmi_channel *scmi_chan = user_data; in scmi_mbox_cb()
25 struct scmi_channel *chan, in scmi_mbox_send_message()
49 struct scmi_channel *chan, in scmi_mbox_read_message()
60 struct scmi_channel *chan) in scmi_mbox_channel_is_free()
69 struct scmi_channel *chan, in scmi_mbox_setup_chan()
Dcore.c45 static void scmi_core_reply_cb(struct scmi_channel *chan) in scmi_core_reply_cb()
53 struct scmi_channel *chan, bool tx) in scmi_core_setup_chan()