Lines Matching defs:dom
166 struct meson_secure_pwrc_domain *dom = &pwrc->domains[i];
171 dom->pwrc = pwrc;
172 dom->index = match->domains[i].index;
173 dom->base.name = match->domains[i].name;
174 dom->base.flags = match->domains[i].flags;
175 dom->base.power_on = meson_secure_pwrc_on;
176 dom->base.power_off = meson_secure_pwrc_off;
178 pm_genpd_init(&dom->base, NULL, match->domains[i].is_off(dom));
180 pwrc->xlate.domains[i] = &dom->base;