Searched refs:resource_type (Results 1 - 25 of 28) sorted by relevance

12

/drivers/acpi/acpica/
H A Dutresrc.c531 u8 resource_type; local
539 * 1) Validate the resource_type field (Byte 0)
541 resource_type = ACPI_GET8(aml);
547 if (resource_type & ACPI_RESOURCE_NAME_LARGE) {
551 if (resource_type > ACPI_RESOURCE_NAME_LARGE_MAX) {
559 resource_index = (u8) (resource_type - 0x70);
566 ((resource_type & ACPI_RESOURCE_NAME_SMALL_MASK) >> 3);
623 if (resource_type == ACPI_RESOURCE_NAME_SERIAL_BUS) {
650 resource_type));
658 resource_type, resource_lengt
[all...]
H A Drsaddr.c214 {ACPI_RSC_MOVE8, ACPI_RS_OFFSET(data.address.resource_type),
215 AML_OFFSET(address.resource_type),
299 * RETURN: TRUE if the resource_type field is OK, FALSE otherwise
314 if ((aml->address.resource_type > 2)
315 && (aml->address.resource_type < 0xC0)) {
326 if (resource->data.address.resource_type == ACPI_MEMORY_RANGE) {
329 } else if (resource->data.address.resource_type == ACPI_IO_RANGE) {
369 if (resource->data.address.resource_type == ACPI_MEMORY_RANGE) {
372 } else if (resource->data.address.resource_type == ACPI_IO_RANGE) {
H A Damlresrc.h229 u8 resource_type; \
H A Drsxface.c56 ACPI_COPY_FIELD(out, in, resource_type); \
H A Drsdump.c721 switch (resource->address.resource_type) {
740 (u8) resource->address.resource_type);
/drivers/staging/tidspbridge/include/dspbridge/
H A Dproc.h165 * resource_type: Type of resource .
177 * Parameter resource_type is Valid.[TBD]
186 u32 resource_type,
H A Ddbdefs.h389 enum dsp_resourceinfotype resource_type; member in struct:dsp_resourceinfo
H A Ddspapi-ioctl.h89 u32 resource_type; member in struct:trapped_args::__anon5487
/drivers/pnp/pnpacpi/
H A Drsparser.c296 if (p->resource_type == ACPI_MEMORY_RANGE)
299 else if (p->resource_type == ACPI_IO_RANGE)
303 else if (p->resource_type == ACPI_BUS_NUMBER_RANGE)
318 if (p->resource_type == ACPI_MEMORY_RANGE)
321 else if (p->resource_type == ACPI_IO_RANGE)
325 else if (p->resource_type == ACPI_BUS_NUMBER_RANGE)
633 if (p->resource_type == ACPI_MEMORY_RANGE) {
639 } else if (p->resource_type == ACPI_IO_RANGE)
652 if (p->resource_type == ACPI_MEMORY_RANGE) {
658 } else if (p->resource_type
[all...]
/drivers/infiniband/hw/amso1100/
H A Dc2_ae.c170 resource_indicator = be32_to_cpu(wr->ae.ae_generic.resource_type);
194 "resource_type=%x, "
199 be32_to_cpu(wr->ae.ae_generic.resource_type),
H A Dc2_wr.h1109 * resource_type is one of: C2_RES_IND_QP, C2_RES_IND_CQ, C2_RES_IND_SRQ
1116 __be32 resource_type; /* see enum c2_resource_indicator */ member in struct:c2wr_ae_hdr
/drivers/acpi/
H A Dpci_link.c83 u8 resource_type; member in struct:acpi_pci_link_irq
139 link->irq.resource_type = ACPI_RESOURCE_TYPE_IRQ;
165 link->irq.resource_type = ACPI_RESOURCE_TYPE_EXTENDED_IRQ;
320 switch (link->irq.resource_type) {
355 printk(KERN_ERR PREFIX "Invalid Resource_type %d\n", link->irq.resource_type);
H A Dacpi_memhotplug.c101 (address64.resource_type != ACPI_MEMORY_RANGE))
H A Dpci_root.c174 (address.resource_type == ACPI_BUS_NUMBER_RANGE)) {
/drivers/scsi/
H A Dpmcraid.h321 __u8 resource_type; member in struct:pmcraid_config_table_entry
339 /* resource types (config_table_entry.resource_type values) */
345 #define RES_IS_IOA(res) ((res).resource_type == RES_TYPE_IOA_FP)
346 #define RES_IS_GSCSI(res) ((res).resource_type == RES_TYPE_GSCSI)
347 #define RES_IS_VSET(res) ((res).resource_type == RES_TYPE_VSET)
348 #define RES_IS_AFDASD(res) ((res).resource_type == RES_TYPE_AF_DASD)
H A Dmvumi.h194 enum resource_type { enum
H A Dpmcraid.c1378 if (cfgte->resource_type == RES_TYPE_VSET) {
1385 } else if (cfgte->resource_type == RES_TYPE_GSCSI)
1637 cfg_entry->resource_type == RES_TYPE_VSET) {
5795 res->cfg_entry.resource_type,
/drivers/base/
H A Dplatform.c67 if (type == resource_type(r) && num-- == 0)
102 if (type == resource_type(r) && !strcmp(r->name, name))
289 if (resource_type(r) == IORESOURCE_MEM)
291 else if (resource_type(r) == IORESOURCE_IO)
314 unsigned long type = resource_type(r);
341 unsigned long type = resource_type(r);
/drivers/pci/
H A Dprobe.c77 if (resource_type(res) != resource_type(window->res))
106 if (resource_type(res) != resource_type(window->res))
1722 if (resource_type(res) == IORESOURCE_IO)
/drivers/staging/tidspbridge/rmgr/
H A Dproc.c847 int proc_get_resource_info(void *hprocessor, u32 resource_type, argument
862 switch (resource_type) {
879 (enum dsp_memtype)resource_type,
/drivers/sh/intc/
H A Dcore.c218 WARN_ON(resource_type(res) != IORESOURCE_MEM);
/drivers/sh/
H A Dpfc.c52 WARN_ON(resource_type(res) != IORESOURCE_MEM);
/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h1005 enum mlx4_resource resource_type,
/drivers/scsi/aic7xxx/
H A Daic79xx.h905 uint8_t resource_type; member in struct:vpd_config
/drivers/staging/tidspbridge/pmgr/
H A Ddspapi.c690 args->args_proc_enumresources.resource_type,

Completed in 1759 milliseconds

12