Searched defs:scmi_imx_lmm_proto_ops (Results 1 – 2 of 2) sorted by relevance
82 struct scmi_imx_lmm_proto_ops { struct83 int (*lmm_power_boot)(const struct scmi_protocol_handle *ph, u32 lmid,85 int (*lmm_info)(const struct scmi_protocol_handle *ph, u32 lmid,87 int (*lmm_reset_vector_set)(const struct scmi_protocol_handle *ph,89 int (*lmm_shutdown)(const struct scmi_protocol_handle *ph, u32 lmid,
188 static const struct scmi_imx_lmm_proto_ops scmi_imx_lmm_proto_ops = { variable