Lines Matching defs:scmi_handle
279 struct scmi_handle { struct
280 struct device *dev;
281 struct scmi_revision_info *version;
282 const struct scmi_perf_ops *perf_ops;
283 const struct scmi_clk_ops *clk_ops;
284 const struct scmi_power_ops *power_ops;
285 const struct scmi_sensor_ops *sensor_ops;
286 const struct scmi_reset_ops *reset_ops;
287 const struct scmi_notify_ops *notify_ops;
289 void *perf_priv;
290 void *clk_priv;
291 void *power_priv;
292 void *sensor_priv;
293 void *reset_priv;
294 void *notify_priv;
295 void *system_priv;