Searched refs:of_genpd_parse_idle_states (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | pm_domain.h | 314 int of_genpd_parse_idle_states(struct device_node *dn, 357 static inline int of_genpd_parse_idle_states(struct device_node *dn, in of_genpd_parse_idle_states() function
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pm_domain.h | 344 int of_genpd_parse_idle_states(struct device_node *dn, 387 static inline int of_genpd_parse_idle_states(struct device_node *dn, in of_genpd_parse_idle_states() function
|
/kernel/linux/linux-6.6/drivers/cpuidle/ |
H A D | dt_idle_genpd.c | 62 ret = of_genpd_parse_idle_states(np, states, state_count); in pd_parse_states()
|
/kernel/linux/linux-5.10/drivers/cpuidle/ |
H A D | cpuidle-psci-domain.c | 86 ret = of_genpd_parse_idle_states(np, states, state_count); in psci_pd_parse_states()
|
/kernel/linux/linux-5.10/drivers/base/power/ |
H A D | domain.c | 2812 * of_genpd_parse_idle_states: Return array of idle states for the genpd. 2823 int of_genpd_parse_idle_states(struct device_node *dn, in of_genpd_parse_idle_states() function 2854 EXPORT_SYMBOL_GPL(of_genpd_parse_idle_states); variable
|
/kernel/linux/linux-6.6/drivers/base/power/ |
H A D | domain.c | 2991 * of_genpd_parse_idle_states: Return array of idle states for the genpd. 3002 int of_genpd_parse_idle_states(struct device_node *dn, in of_genpd_parse_idle_states() function 3033 EXPORT_SYMBOL_GPL(of_genpd_parse_idle_states); variable
|
Completed in 11 milliseconds