Lines Matching refs:th1520_pd_ranges
35 static const struct th1520_power_info th1520_pd_ranges[] = {
72 for (i = 0; i < ARRAY_SIZE(th1520_pd_ranges); i++) {
75 if (th1520_pd_ranges[i].disabled)
116 for (i = 0; i < ARRAY_SIZE(th1520_pd_ranges); i++) {
119 if (th1520_pd_ranges[i].disabled)
189 domains = devm_kcalloc(dev, ARRAY_SIZE(th1520_pd_ranges),
202 for (i = 0; i < ARRAY_SIZE(th1520_pd_ranges); i++) {
205 if (th1520_pd_ranges[i].disabled)
208 pd = th1520_add_pm_domain(dev, &th1520_pd_ranges[i]);
220 pd_data->num_domains = ARRAY_SIZE(th1520_pd_ranges);