Searched refs:scmi_channel (Results 1 - 7 of 7) sorted by relevance

/u-boot/include/
H A Dscmi_agent.h17 struct scmi_channel;
24 struct scmi_channel *channel;
H A Dscmi_agent-uclass.h12 struct scmi_channel;
106 struct scmi_channel **channel);
114 int (*process_msg)(struct udevice *dev, struct scmi_channel *channel,
/u-boot/drivers/firmware/scmi/
H A Dsmccc_agent.c34 * struct scmi_channel - Channel instance referenced in SCMI drivers
37 struct scmi_channel { struct
42 struct scmi_channel *channel,
85 struct scmi_channel **channel)
94 *channel = container_of(base_chan, struct scmi_channel, ref);
110 *channel = container_of(chan, struct scmi_channel, ref);
H A Dmailbox_agent.c35 * struct scmi_channel - Channel instance referenced in SCMI drivers
38 struct scmi_channel { struct
43 struct scmi_channel *channel,
98 struct scmi_channel **channel)
106 *channel = container_of(base_chan, struct scmi_channel, ref);
H A Doptee_agent.c39 * struct scmi_channel - Channel instance referenced in SCMI drivers
42 struct scmi_channel { struct
278 struct scmi_channel *channel,
328 struct scmi_channel **channel)
337 *channel = container_of(base_chan, struct scmi_channel, ref);
353 *channel = container_of(chan, struct scmi_channel, ref);
H A Dscmi_agent-uclass.c207 struct scmi_channel **channel)
253 static int scmi_process_msg(struct udevice *dev, struct scmi_channel *channel,
H A Dsandbox-scmi_agent.c61 * struct scmi_channel - Channel instance referenced in SCMI drivers
64 struct scmi_channel { struct
1073 struct scmi_channel **channel)
1081 *channel = container_of(agent_chan, struct scmi_channel, ref);
1093 *channel = container_of(chan, struct scmi_channel, ref);
1135 struct scmi_channel *channel,

Completed in 64 milliseconds