Home
last modified time | relevance | path

Searched refs:IORESOURCE_DISABLED (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/pnp/
H A Dmanager.c56 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 Dquirks.c284 res->flags |= IORESOURCE_DISABLED; in quirk_system_pci_resources()
H A Dinterface.c275 if (res->flags & IORESOURCE_DISABLED) { in resources_show()
H A Dresource.c165 ((flags) & IORESOURCE_DISABLED)
/linux/drivers/acpi/
H A Dresource.c79 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 Dioapic.c62 (res->flags & IORESOURCE_DISABLED)) in setup_res()
/linux/sound/drivers/mpu401/
H A Dmpu401.c141 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 Dpcie-sh7786.c450 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 Drsparser.c63 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 Dcore.c864 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 Drsparser.c103 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 Dioport.h69 #define IORESOURCE_DISABLED 0x10000000 macro
459 res->flags |= IORESOURCE_IRQ | IORESOURCE_DISABLED | IORESOURCE_UNSET; in irqresource_disabled()
H A Dpnp.h46 if (res && !(res->flags & IORESOURCE_DISABLED)) in pnp_resource_enabled()
/linux/drivers/char/tpm/
H A Dtpm_infineon.c408 !(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 Dconf_space_header.c235 (res[pos].flags & (IORESOURCE_DISABLED | IORESOURCE_UNSET | in bar_init()
/linux/drivers/pci/
H A Dbus.c209 if (r->flags & (IORESOURCE_UNSET|IORESOURCE_DISABLED)) in pci_bus_alloc_from_region()
H A Dsetup-res.c417 res->flags &= ~IORESOURCE_DISABLED; in pci_assign_resource()
/linux/drivers/parport/
H A Dparport_pc.c3009 !(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 Dfsl_pci.c265 hose->mem_resources[i].flags |= IORESOURCE_DISABLED; in setup_pci_atmu()
/linux/lib/
H A Dvsprintf.c1144 if (res->flags & IORESOURCE_DISABLED) in resource_string()