Searched refs:state_get (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/pmdomain/arm/
H A Dscmi_pm_domain.c38 ret = power_ops->state_get(pd->ph, pd->domain, &ret_state);
94 if (power_ops->state_get(ph, i, &state)) {
/linux-master/include/linux/
H A Dscmi_protocol.h96 * @state_get: get the status of the specified clock
115 int (*state_get)(const struct scmi_protocol_handle *ph, u32 clk_id, member in struct:scmi_clk_proto_ops
197 * @state_get: gets the power state of a power domain
212 int (*state_get)(const struct scmi_protocol_handle *ph, u32 domain, member in struct:scmi_power_proto_ops
/linux-master/drivers/clk/
H A Dclk-scmi.c153 ret = scmi_proto_clk_ops->state_get(clk->ph, clk->id, &enabled, ATOMIC);
/linux-master/drivers/firmware/arm_scmi/
H A Dpower.c217 .state_get = scmi_power_state_get,
H A Dclock.c935 .state_get = scmi_clock_state_get,

Completed in 196 milliseconds