Home
last modified time | relevance | path

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

/drivers/pci/
Dbus.c38 resource_size_t min, unsigned int type_mask, in pci_bus_alloc_resource() argument
45 type_mask |= IORESOURCE_IO | IORESOURCE_MEM; in pci_bus_alloc_resource()
53 if ((res->flags ^ r->flags) & type_mask) in pci_bus_alloc_resource()
Dsetup-res.c174 unsigned int type_mask;
177 type_mask = IORESOURCE_IO | IORESOURCE_MEM | IORESOURCE_PREFETCH;
185 if ((res->flags ^ r->flags) & type_mask)
Dsetup-bus.c267 unsigned long type_mask = IORESOURCE_IO | IORESOURCE_MEM | in find_free_bus_resource() local
274 if (r && (r->flags & type_mask) == type && !r->parent) in find_free_bus_resource()
/drivers/media/common/tuners/
Dtuner-xc2028.c412 unsigned int type_mask = 0; in seek_firmware() local
429 type_mask = BASE_TYPES; in seek_firmware()
432 type_mask = SCODE_TYPES & ~HAS_IF; in seek_firmware()
434 type_mask = DTV_TYPES; in seek_firmware()
436 type_mask = STD_SPECIFIC_TYPES; in seek_firmware()
438 type &= type_mask; in seek_firmware()
441 type_mask = ~0; in seek_firmware()
445 if ((type == (priv->firm[i].type & type_mask)) && in seek_firmware()
455 if (type != (priv->firm[i].type & type_mask)) in seek_firmware()
/drivers/pci/hotplug/
Dacpiphp_glue.c1377 unsigned long type_mask = IORESOURCE_IO | IORESOURCE_MEM; in acpiphp_sanitize_bus() local
1382 if ((res->flags & type_mask) && !res->start && in acpiphp_sanitize_bus()
/drivers/gpu/drm/i915/
Dintel_display.c1448 static int intel_connector_clones(struct drm_device *dev, int type_mask) in intel_connector_clones() argument
1456 if (type_mask & (1 << intel_output->type)) in intel_connector_clones()