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 | system.c | 62 if (res->flags & IORESOURCE_DISABLED) in reserve_resources_of_dev() 83 if (res->flags & IORESOURCE_DISABLED) in reserve_resources_of_dev()
|
H A D | quirks.c | 285 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 | 78 res->flags |= IORESOURCE_DISABLED | IORESOURCE_UNSET; in acpi_dev_memresource_flags() 103 * 2) false with IORESOURCE_DISABLED in res->flags: valid unassigned resource 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() 176 * 2) false with IORESOURCE_DISABLED in res->flags: valid unassigned resource 202 return !(res->flags & IORESOURCE_DISABLED); in acpi_dev_resource_io() 271 return !(res->flags & IORESOURCE_DISABLED); in acpi_decode_space() 285 * 2) false with IORESOURCE_DISABLED in win->res.flags: valid unassigned 314 * 2) false with IORESOURCE_DISABLED i [all...] |
H A D | ioapic.c | 62 (res->flags & IORESOURCE_DISABLED)) in setup_res()
|
H A D | pci_root.c | 888 res->flags |= IORESOURCE_DISABLED; in acpi_pci_root_remap_iospace() 916 if (entry->res->flags & IORESOURCE_DISABLED) in acpi_pci_probe_root_resources()
|
/linux/sound/drivers/mpu401/ |
H A D | mpu401.c | 135 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 D | pci.c | 48 if (res->flags & IORESOURCE_DISABLED) in pcibios_scanbus() 103 if (res->flags & IORESOURCE_DISABLED) in register_pci_controller()
|
H A D | pcie-sh7786.c | 450 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 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 | 863 ret == 0 ? IORESOURCE_DISABLED : 0); in isapnp_get_resources() 868 ret == 0 ? IORESOURCE_DISABLED : 0); in isapnp_get_resources() 873 ret == 0 ? IORESOURCE_DISABLED : 0); in isapnp_get_resources() 878 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 | 68 #define IORESOURCE_DISABLED 0x10000000 macro 424 res->flags |= IORESOURCE_IRQ | IORESOURCE_DISABLED | IORESOURCE_UNSET; in irqresource_disabled()
|
/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/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/lib/tests/ |
H A D | printf_kunit.c | 363 IORESOURCE_DISABLED | in struct_resource()
|
/linux/drivers/pci/ |
H A D | probe.c | 288 res->flags |= IORESOURCE_UNSET | IORESOURCE_DISABLED; in __pci_read_base()
|
/linux/lib/ |
H A D | vsprintf.c | 1148 if (res->flags & IORESOURCE_DISABLED) in resource_string()
|