Home
last modified time | relevance | path

Searched refs:genpd_power_state (Results 1 – 5 of 5) 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.c361 struct genpd_power_state *state = &pd->states[pd->state_idx]; in sbi_cpuidle_pd_power_off()
/linux/include/linux/
H A Dpm_domain.h149 struct genpd_power_state { struct
201 struct genpd_power_state *states;
202 void (*free_states)(struct genpd_power_state *states,
415 struct genpd_power_state **states, int *n);
456 struct genpd_power_state **states, int *n) in of_genpd_parse_idle_states()
/linux/drivers/pmdomain/imx/
H A Dgpc.c246 static struct genpd_power_state imx6_pm_domain_pu_state = {