Lines Matching defs:dom
197 struct meson_secure_pwrc_domain *dom = &pwrc->domains[i];
202 dom->pwrc = pwrc;
203 dom->index = match->domains[i].index;
204 dom->base.name = match->domains[i].name;
205 dom->base.flags = match->domains[i].flags;
206 dom->base.power_on = meson_secure_pwrc_on;
207 dom->base.power_off = meson_secure_pwrc_off;
209 pm_genpd_init(&dom->base, NULL, match->domains[i].is_off(dom));
211 pwrc->xlate.domains[i] = &dom->base;