Home
last modified time | relevance | path

Searched refs:genpd_power_state (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/cpuidle/
H A Ddt_idle_genpd.c26 struct genpd_power_state *states, int state_count) in pd_parse_state_nodes()
56 struct genpd_power_state **states, in pd_parse_states()
74 static void pd_free_states(struct genpd_power_state *states, in pd_free_states()
95 struct genpd_power_state *states = NULL; in dt_idle_pd_alloc()
H A Dcpuidle-psci-domain.c34 struct genpd_power_state *state = &pd->states[pd->state_idx]; in psci_pd_power_off()
H A Dcpuidle-riscv-sbi.c395 struct genpd_power_state *state = &pd->states[pd->state_idx]; in sbi_cpuidle_pd_power_off()
/openbmc/linux/include/linux/
H A Dpm_domain.h104 struct genpd_power_state { struct
154 struct genpd_power_state *states;
155 void (*free_states)(struct genpd_power_state *states,
345 struct genpd_power_state **states, int *n);
388 struct genpd_power_state **states, int *n) in of_genpd_parse_idle_states()
/openbmc/linux/drivers/base/power/
H A Ddomain.c1962 static void genpd_free_default_power_state(struct genpd_power_state *states, in genpd_free_default_power_state()
1970 struct genpd_power_state *state; in genpd_set_default_power_state()
2920 static int genpd_parse_state(struct genpd_power_state *genpd_state, in genpd_parse_state()
2955 struct genpd_power_state *states) in genpd_iterate_idle_states()
3003 struct genpd_power_state **states, int *n) in of_genpd_parse_idle_states()
3005 struct genpd_power_state *st; in of_genpd_parse_idle_states()
/openbmc/linux/drivers/pmdomain/imx/
H A Dgpc.c247 static struct genpd_power_state imx6_pm_domain_pu_state = {