Searched refs:IORESOURCE_DISABLED (Results 1 – 20 of 20) sorted by relevance
| /linux/drivers/pnp/ |
| H A D | manager.c | 56 res->flags |= IORESOURCE_DISABLED; in pnp_assign_port() 107 res->flags |= IORESOURCE_DISABLED; in pnp_assign_mem() 155 res->flags |= IORESOURCE_DISABLED; in pnp_assign_irq() 177 res->flags |= IORESOURCE_DISABLED; in pnp_assign_irq() 214 res->flags |= IORESOURCE_DISABLED; in pnp_assign_dma()
|
| H A D | quirks.c | 284 res->flags |= IORESOURCE_DISABLED; in quirk_system_pci_resources()
|
| H A D | interface.c | 275 if (res->flags & IORESOURCE_DISABLED) { in resources_show()
|
| H A D | resource.c | 165 ((flags) & IORESOURCE_DISABLED)
|
| /linux/drivers/acpi/ |
| H A D | resource.c | 79 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_memresource_flags() 137 return !(res->flags & IORESOURCE_DISABLED); in acpi_dev_resource_memory() 147 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_ioresource_flags() 150 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_ioresource_flags() 203 return !(res->flags & IORESOURCE_DISABLED); in acpi_dev_resource_io() 272 return !(res->flags & IORESOURCE_DISABLED); in acpi_decode_space()
|
| H A D | ioapic.c | 62 (res->flags & IORESOURCE_DISABLED)) in setup_res()
|
| /linux/sound/drivers/mpu401/ |
| H A D | mpu401.c | 141 pnp_port_flags(device, 0) & IORESOURCE_DISABLED) { in snd_mpu401_pnp() 154 pnp_irq_flags(device, 0) & IORESOURCE_DISABLED) { in snd_mpu401_pnp()
|
| /linux/arch/sh/drivers/pci/ |
| H A D | pcie-sh7786.c | 450 res->flags |= IORESOURCE_DISABLED; in pcie_init() 452 if (res->flags & IORESOURCE_DISABLED) in pcie_init() 589 sh7786_pci0_resources[2].flags |= IORESOURCE_DISABLED; in sh7786_pcie_init()
|
| /linux/drivers/pnp/pnpbios/ |
| H A D | rsparser.c | 63 flags |= IORESOURCE_DISABLED; in pnpbios_parse_allocated_ioresource() 75 flags |= IORESOURCE_DISABLED; in pnpbios_parse_allocated_memresource() 151 flags = IORESOURCE_DISABLED; in pnpbios_parse_allocated_resource_data() 165 flags = IORESOURCE_DISABLED; in pnpbios_parse_allocated_resource_data()
|
| /linux/drivers/pnp/isapnp/ |
| H A D | core.c | 864 ret == 0 ? IORESOURCE_DISABLED : 0); in isapnp_get_resources() 869 ret == 0 ? IORESOURCE_DISABLED : 0); in isapnp_get_resources() 874 ret == 0 ? IORESOURCE_DISABLED : 0); in isapnp_get_resources() 879 ret == 4 ? IORESOURCE_DISABLED : 0); in isapnp_get_resources()
|
| /linux/drivers/pnp/pnpacpi/ |
| H A D | rsparser.c | 103 if (!(r->flags & IORESOURCE_DISABLED)) in pnpacpi_add_irqresource() 212 flags = IORESOURCE_DISABLED; in pnpacpi_allocated_resource() 216 } else if (r->flags & IORESOURCE_DISABLED) { in pnpacpi_allocated_resource() 217 pnp_add_irq_resource(dev, 0, IORESOURCE_DISABLED); in pnpacpi_allocated_resource() 239 flags = IORESOURCE_DISABLED; in pnpacpi_allocated_resource()
|
| /linux/include/linux/ |
| H A D | ioport.h | 69 #define IORESOURCE_DISABLED 0x10000000 macro 459 res->flags |= IORESOURCE_IRQ | IORESOURCE_DISABLED | IORESOURCE_UNSET; in irqresource_disabled()
|
| H A D | pnp.h | 46 if (res && !(res->flags & IORESOURCE_DISABLED)) in pnp_resource_enabled()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm_infineon.c | 408 !(pnp_port_flags(dev, 0) & IORESOURCE_DISABLED)) { in tpm_inf_pnp_probe() 439 !(pnp_mem_flags(dev, 0) & IORESOURCE_DISABLED)) { in tpm_inf_pnp_probe()
|
| /linux/drivers/xen/xen-pciback/ |
| H A D | conf_space_header.c | 235 (res[pos].flags & (IORESOURCE_DISABLED | IORESOURCE_UNSET | in bar_init()
|
| /linux/drivers/pci/ |
| H A D | bus.c | 209 if (r->flags & (IORESOURCE_UNSET|IORESOURCE_DISABLED)) in pci_bus_alloc_from_region()
|
| H A D | setup-res.c | 417 res->flags &= ~IORESOURCE_DISABLED; in pci_assign_resource()
|
| /linux/drivers/parport/ |
| H A D | parport_pc.c | 3009 !(pnp_port_flags(dev, 0) & IORESOURCE_DISABLED)) { in parport_pc_pnp_probe() 3015 !(pnp_port_flags(dev, 1) & IORESOURCE_DISABLED)) { in parport_pc_pnp_probe() 3021 !(pnp_irq_flags(dev, 0) & IORESOURCE_DISABLED)) { in parport_pc_pnp_probe() 3027 !(pnp_dma_flags(dev, 0) & IORESOURCE_DISABLED)) { in parport_pc_pnp_probe()
|
| /linux/arch/powerpc/sysdev/ |
| H A D | fsl_pci.c | 265 hose->mem_resources[i].flags |= IORESOURCE_DISABLED; in setup_pci_atmu()
|
| /linux/lib/ |
| H A D | vsprintf.c | 1144 if (res->flags & IORESOURCE_DISABLED) in resource_string()
|