Searched defs:scmi_imx_cpu_proto_ops (Results 1 – 2 of 2) sorted by relevance
93 struct scmi_imx_cpu_proto_ops { struct94 int (*cpu_reset_vector_set)(const struct scmi_protocol_handle *ph,97 int (*cpu_start)(const struct scmi_protocol_handle *ph, u32 cpuid,99 int (*cpu_started)(const struct scmi_protocol_handle *ph, u32 cpuid,
174 static const struct scmi_imx_cpu_proto_ops scmi_imx_cpu_proto_ops = { variable