domain_type
enum domain_type domain;
static int iris_register_video_device(struct iris_core *core, enum domain_type type)
union acpi_object *domain_type;
domain_type = &mcc_pkg->package.elements[0];
if (domain_type->integer.value != WRDD_WIFI)
enum rapl_domain_type domain_type;
domain_type = RAPL_DOMAIN_PACKAGE;
domain_type = RAPL_DOMAIN_PLATFORM;
domain_type = RAPL_DOMAIN_DRAM;
if (trp->priv.regs[domain_type][RAPL_DOMAIN_REG_UNIT].mmio) {
trp->priv.limits[domain_type] |= BIT(POWER_LIMIT1);
trp->priv.limits[domain_type] |= BIT(POWER_LIMIT2);
trp->priv.limits[domain_type] |= BIT(POWER_LIMIT4);
trp->priv.regs[domain_type][reg_id].mmio = trp->base + offset + reg_index * 8;
enum eqr_domain_type domain_type = priv->data->domains[domain].type;
unsigned long timeout_us = eqr_timings[domain_type].timeout_us;
unsigned long sleep_us = eqr_timings[domain_type].sleep_us;
switch (domain_type) {
enum eqr_domain_type domain_type = priv->data->domains[domain].type;
switch (domain_type) {
enum eqr_domain_type domain_type = priv->data->domains[domain].type;
switch (domain_type) {
enum eqr_domain_type domain_type = priv->data->domains[domain].type;
switch (domain_type) {