Lines Matching full:scmi
3 * System Control and Management Interface (SCMI) Message SMC/HVC
32 * scmi instances that are using the same smc-id.
43 * struct scmi_smc - Structure representing a SCMI smc transport
46 * @cinfo: SCMI channel info
158 if (of_device_is_compatible(dev->of_node, "qcom,scmi-smc")) { in smc_chan_setup()
171 if (of_device_is_compatible(dev->of_node, "arm,scmi-smc-param")) { in smc_chan_setup()
185 dev_err(dev, "failed to setup SCMI smc irq\n"); in smc_chan_setup()
289 * SCMI command would have been already fully processed by the SCMI
299 { .compatible = "arm,scmi-smc" },
300 { .compatible = "arm,scmi-smc-param" },
301 { .compatible = "qcom,scmi-smc" },
312 MODULE_DESCRIPTION("SCMI SMC Transport driver");