Home
last modified time | relevance | path

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

/linux/drivers/pmdomain/thead/
H A Dth1520-pm-domains.c35 static const struct th1520_power_info th1520_pd_ranges[] = { variable
72 for (i = 0; i < ARRAY_SIZE(th1520_pd_ranges); i++) { in th1520_pd_xlate()
75 if (th1520_pd_ranges[i].disabled) in th1520_pd_xlate()
116 for (i = 0; i < ARRAY_SIZE(th1520_pd_ranges); i++) { in th1520_pd_init_all_off()
119 if (th1520_pd_ranges[i].disabled) in th1520_pd_init_all_off()
189 domains = devm_kcalloc(dev, ARRAY_SIZE(th1520_pd_ranges), in th1520_pd_probe()
202 for (i = 0; i < ARRAY_SIZE(th1520_pd_ranges); i++) { in th1520_pd_probe()
205 if (th1520_pd_ranges[i].disabled) in th1520_pd_probe()
208 pd = th1520_add_pm_domain(dev, &th1520_pd_ranges[i]); in th1520_pd_probe()
220 pd_data->num_domains = ARRAY_SIZE(th1520_pd_ranges); in th1520_pd_probe()
[all...]