Searched defs:scmi_imx_bbm_proto_ops (Results 1 – 2 of 2) sorted by relevance
21 struct scmi_imx_bbm_proto_ops { struct22 int (*rtc_time_set)(const struct scmi_protocol_handle *ph, u32 id,24 int (*rtc_time_get)(const struct scmi_protocol_handle *ph, u32 id,26 int (*rtc_alarm_set)(const struct scmi_protocol_handle *ph, u32 id,28 int (*button_get)(const struct scmi_protocol_handle *ph, u32 *state);
339 static const struct scmi_imx_bbm_proto_ops scmi_imx_bbm_proto_ops = { variable