Home
last modified time | relevance | path

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

/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.c35 struct genpd_power_state *state = &pd->states[pd->state_idx]; in psci_pd_power_off()
H A Dcpuidle-riscv-sbi.c357 struct genpd_power_state *state = &pd->states[pd->state_idx]; in sbi_cpuidle_pd_power_off()
/linux/include/linux/
H A Dpm_domain.h136 struct genpd_power_state { struct
187 struct genpd_power_state *states;
188 void (*free_states)(struct genpd_power_state *states,
400 struct genpd_power_state **states, int *n);
441 struct genpd_power_state **states, int *n) in of_genpd_parse_idle_states()
/linux/drivers/pmdomain/
H A Dcore.c2118 static void genpd_free_default_power_state(struct genpd_power_state *states, in genpd_free_default_power_state()
2126 struct genpd_power_state *state; in genpd_set_default_power_state()
3080 static int genpd_parse_state(struct genpd_power_state *genpd_state, in genpd_parse_state()
3115 struct genpd_power_state *states) in genpd_iterate_idle_states()
3163 struct genpd_power_state **states, int *n) in of_genpd_parse_idle_states()
3165 struct genpd_power_state *st; in of_genpd_parse_idle_states()
/linux/drivers/pmdomain/imx/
H A Dgpc.c246 static struct genpd_power_state imx6_pm_domain_pu_state = {