Searched refs:state_get (Results 1 – 4 of 4) sorted by relevance
115 int (*state_get)(const struct scmi_protocol_handle *ph, u32 clk_id, member212 int (*state_get)(const struct scmi_protocol_handle *ph, u32 domain, member
217 .state_get = scmi_power_state_get,
936 .state_get = scmi_clock_state_get,
165 ret = scmi_proto_clk_ops->state_get(clk->ph, clk->id, &enabled, atomic); in __scmi_clk_is_enabled()