Searched refs:SCMI_PROTOCOL_POWER_DOMAIN (Results 1 – 2 of 2) sorted by relevance
19 struct scmi_protocol *proto = &SCMI_PROTOCOL_NAME(SCMI_PROTOCOL_POWER_DOMAIN); in scmi_power_state_get()29 if (proto->id != SCMI_PROTOCOL_POWER_DOMAIN) { in scmi_power_state_get()58 struct scmi_protocol *proto = &SCMI_PROTOCOL_NAME(SCMI_PROTOCOL_POWER_DOMAIN); in scmi_power_state_set()67 if (proto->id != SCMI_PROTOCOL_POWER_DOMAIN) { in scmi_power_state_set()
276 #define SCMI_PROTOCOL_POWER_DOMAIN 17 macro