Searched refs:scmi_agent_ops (Results 1 – 5 of 5) sorted by relevance
102 static const struct scmi_agent_ops *transport_dev_ops(struct udevice *dev) in transport_dev_ops()104 return (const struct scmi_agent_ops *)dev->driver->ops; in transport_dev_ops()109 const struct scmi_agent_ops *ops = transport_dev_ops(dev); in devm_scmi_process_msg()
81 static const struct scmi_agent_ops scmi_smccc_ops = {
94 static const struct scmi_agent_ops scmi_mbox_ops = {
400 struct scmi_agent_ops sandbox_scmi_test_ops = {
14 struct scmi_agent_ops { struct
Completed in 5 milliseconds