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
155 if (of_device_is_compatible(dev->of_node, "qcom,scmi-smc")) { in smc_chan_setup()
168 if (of_device_is_compatible(dev->of_node, "arm,scmi-smc-param")) { in smc_chan_setup()
182 dev_err(dev, "failed to setup SCMI smc irq\n"); in smc_chan_setup()
284 * SCMI command would have been already fully processed by the SCMI
294 { .compatible = "arm,scmi-smc" },
295 { .compatible = "arm,scmi-smc-param" },
296 { .compatible = "qcom,scmi-smc" },
306 MODULE_DESCRIPTION("SCMI SMC Transport driver");