Home
last modified time | relevance | path

Searched refs:IORESOURCE_DISABLED (Results 1 – 23 of 23) 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 Dsystem.c62 if (res->flags & IORESOURCE_DISABLED) in reserve_resources_of_dev()
83 if (res->flags & IORESOURCE_DISABLED) in reserve_resources_of_dev()
H A Dquirks.c285 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.c78 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_memresource_flags()
136 return !(res->flags & IORESOURCE_DISABLED); in acpi_dev_resource_memory()
146 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_ioresource_flags()
149 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_ioresource_flags()
202 return !(res->flags & IORESOURCE_DISABLED); in acpi_dev_resource_io()
271 return !(res->flags & IORESOURCE_DISABLED); in acpi_decode_space()
H A Dioapic.c62 (res->flags & IORESOURCE_DISABLED)) in setup_res()
H A Dpci_root.c893 res->flags |= IORESOURCE_DISABLED; in acpi_pci_root_remap_iospace()
921 if (entry->res->flags & IORESOURCE_DISABLED) in acpi_pci_probe_root_resources()
/linux/sound/drivers/mpu401/
H A Dmpu401.c135 pnp_port_flags(device, 0) & IORESOURCE_DISABLED) { in snd_mpu401_pnp()
148 pnp_irq_flags(device, 0) & IORESOURCE_DISABLED) { in snd_mpu401_pnp()
/linux/arch/sh/drivers/pci/
H A Dpci.c48 if (res->flags & IORESOURCE_DISABLED) in pcibios_scanbus()
103 if (res->flags & IORESOURCE_DISABLED) in register_pci_controller()
H A Dpcie-sh7786.c450 res->flags |= IORESOURCE_DISABLED; in pcie_init()
452 if (res->flags & IORESOURCE_DISABLED) in pcie_init()
590 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.c862 ret == 0 ? IORESOURCE_DISABLED : 0); in isapnp_get_resources()
867 ret == 0 ? IORESOURCE_DISABLED : 0); in isapnp_get_resources()
872 ret == 0 ? IORESOURCE_DISABLED : 0); in isapnp_get_resources()
877 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.h68 #define IORESOURCE_DISABLED 0x10000000 macro
351 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.c407 !(pnp_port_flags(dev, 0) & IORESOURCE_DISABLED)) { in tpm_inf_pnp_probe()
438 !(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/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/drivers/base/
H A Dplatform.c192 if (r && r->flags & IORESOURCE_DISABLED) { in platform_get_irq_optional()
/linux/arch/powerpc/sysdev/
H A Dfsl_pci.c265 hose->mem_resources[i].flags |= IORESOURCE_DISABLED; in setup_pci_atmu()
/linux/drivers/pci/
H A Dprobe.c265 res->flags |= IORESOURCE_UNSET | IORESOURCE_DISABLED; in __pci_read_base()
/linux/lib/
H A Dvsprintf.c1131 if (res->flags & IORESOURCE_DISABLED) in resource_string()