Searched refs:IORESOURCE_DISABLED (Results 1 - 21 of 21) sorted by relevance

/linux-4.1.27/drivers/pnp/
H A Dsystem.c61 if (res->flags & IORESOURCE_DISABLED) reserve_resources_of_dev()
82 if (res->flags & IORESOURCE_DISABLED) reserve_resources_of_dev()
H A Dmanager.c55 res->flags |= IORESOURCE_DISABLED; pnp_assign_port()
108 res->flags |= IORESOURCE_DISABLED; pnp_assign_mem()
156 res->flags |= IORESOURCE_DISABLED; pnp_assign_irq()
178 res->flags |= IORESOURCE_DISABLED; pnp_assign_irq()
215 res->flags |= IORESOURCE_DISABLED; pnp_assign_dma()
H A Dinterface.c273 if (res->flags & IORESOURCE_DISABLED) { resources_show()
H A Dquirks.c296 res->flags |= IORESOURCE_DISABLED; for_each_pci_dev()
H A Dresource.c163 ((flags) & IORESOURCE_DISABLED)
/linux-4.1.27/drivers/acpi/
H A Dresource.c63 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; acpi_dev_memresource_flags()
88 * 2) false with IORESOURCE_DISABLED in res->flags: valid unassigned resource
121 return !(res->flags & IORESOURCE_DISABLED); acpi_dev_resource_memory()
131 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; acpi_dev_ioresource_flags()
134 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; acpi_dev_ioresource_flags()
159 * 2) false with IORESOURCE_DISABLED in res->flags: valid unassigned resource
185 return !(res->flags & IORESOURCE_DISABLED); acpi_dev_resource_io()
253 return !(res->flags & IORESOURCE_DISABLED); acpi_decode_space()
267 * 2) false with IORESOURCE_DISABLED in win->res.flags: valid unassigned
296 * 2) false with IORESOURCE_DISABLED in win->res.flags: valid unassigned
344 res->flags = IORESOURCE_IRQ | IORESOURCE_DISABLED | IORESOURCE_UNSET; acpi_dev_irqresource_disabled()
402 * IORESOURCE_DISABLED will be set it that object's flags.
406 * 2) false with IORESOURCE_DISABLED in res->flags: valid unassigned resource
H A Dioapic.c58 (res->flags & IORESOURCE_DISABLED)) setup_res()
/linux-4.1.27/drivers/pnp/pnpbios/
H A Drsparser.c62 flags |= IORESOURCE_DISABLED; pnpbios_parse_allocated_ioresource()
74 flags |= IORESOURCE_DISABLED; pnpbios_parse_allocated_memresource()
150 flags = IORESOURCE_DISABLED; pnpbios_parse_allocated_resource_data()
164 flags = IORESOURCE_DISABLED; pnpbios_parse_allocated_resource_data()
/linux-4.1.27/sound/drivers/mpu401/
H A Dmpu401.c162 pnp_port_flags(device, 0) & IORESOURCE_DISABLED) { snd_mpu401_pnp()
175 pnp_irq_flags(device, 0) & IORESOURCE_DISABLED) { snd_mpu401_pnp()
/linux-4.1.27/drivers/pnp/isapnp/
H A Dcore.c902 ret == 0 ? IORESOURCE_DISABLED : 0); isapnp_get_resources()
907 ret == 0 ? IORESOURCE_DISABLED : 0); isapnp_get_resources()
912 ret == 0 ? IORESOURCE_DISABLED : 0); isapnp_get_resources()
917 ret == 4 ? IORESOURCE_DISABLED : 0); isapnp_get_resources()
/linux-4.1.27/drivers/pnp/pnpacpi/
H A Drsparser.c116 if (!(r->flags & IORESOURCE_DISABLED)) pnpacpi_add_irqresource()
213 } else if (r->flags & IORESOURCE_DISABLED) { pnpacpi_allocated_resource()
214 pnp_add_irq_resource(dev, 0, IORESOURCE_DISABLED); pnpacpi_allocated_resource()
236 flags = IORESOURCE_DISABLED; pnpacpi_allocated_resource()
/linux-4.1.27/drivers/char/tpm/
H A Dtpm_infineon.c405 !(pnp_port_flags(dev, 0) & IORESOURCE_DISABLED)) { tpm_inf_pnp_probe()
436 !(pnp_mem_flags(dev, 0) & IORESOURCE_DISABLED)) { tpm_inf_pnp_probe()
/linux-4.1.27/include/linux/
H A Dioport.h53 #define IORESOURCE_DISABLED 0x10000000 macro
H A Dpnp.h45 if (res && !(res->flags & IORESOURCE_DISABLED)) pnp_resource_enabled()
/linux-4.1.27/arch/x86/pci/
H A Dacpi.c382 if ((entry->res->flags & IORESOURCE_DISABLED) || resource_list_for_each_entry_safe()
/linux-4.1.27/drivers/net/irda/
H A Dnsc-ircc.c954 !(pnp_port_flags(dev, 0) & IORESOURCE_DISABLED)) nsc_ircc_pnp_probe()
958 !(pnp_irq_flags(dev, 0) & IORESOURCE_DISABLED)) nsc_ircc_pnp_probe()
962 !(pnp_dma_flags(dev, 0) & IORESOURCE_DISABLED)) nsc_ircc_pnp_probe()
/linux-4.1.27/drivers/parport/
H A Dparport_pc.c2952 !(pnp_port_flags(dev, 0) & IORESOURCE_DISABLED)) { parport_pc_pnp_probe()
2958 !(pnp_port_flags(dev, 1) & IORESOURCE_DISABLED)) { parport_pc_pnp_probe()
2964 !(pnp_irq_flags(dev, 0) & IORESOURCE_DISABLED)) { parport_pc_pnp_probe()
2970 !(pnp_dma_flags(dev, 0) & IORESOURCE_DISABLED)) { parport_pc_pnp_probe()
/linux-4.1.27/arch/powerpc/sysdev/
H A Dfsl_pci.c224 hose->mem_resources[i].flags |= IORESOURCE_DISABLED; setup_pci_atmu()
/linux-4.1.27/arch/ia64/kernel/
H A Defi.c1223 flags |= IORESOURCE_DISABLED; efi_initialize_iomem_resources()
/linux-4.1.27/drivers/pci/
H A Dprobe.c259 res->flags |= IORESOURCE_UNSET | IORESOURCE_DISABLED; __pci_read_base()
/linux-4.1.27/lib/
H A Dvsprintf.c742 if (res->flags & IORESOURCE_DISABLED) resource_string()

Completed in 477 milliseconds