Searched defs:scmi_imx_bbm_proto_ops (Results 1 – 2 of 2) sorted by relevance
22 struct scmi_imx_bbm_proto_ops { struct23 int (*rtc_time_set)(const struct scmi_protocol_handle *ph, u32 id,25 int (*rtc_time_get)(const struct scmi_protocol_handle *ph, u32 id,27 int (*rtc_alarm_set)(const struct scmi_protocol_handle *ph, u32 id,29 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