Home
last modified time | relevance | path

Searched refs:IORESOURCE_BUSY (Results 1 – 9 of 9) sorted by relevance

/linux-4.19.296/drivers/irqchip/
Dirq-i8259.c292 .flags = IORESOURCE_IO | IORESOURCE_BUSY
299 .flags = IORESOURCE_IO | IORESOURCE_BUSY
/linux-4.19.296/drivers/eisa/
Deisa-bus.c290 edev->res[i].flags = IORESOURCE_IO | IORESOURCE_BUSY; in eisa_request_resources()
427 root->eisa_root_res.flags = IORESOURCE_BUSY; in eisa_root_register()
/linux-4.19.296/drivers/pci/
Decam.c60 cfg->res.flags = IORESOURCE_MEM | IORESOURCE_BUSY; in pci_ecam_create()
Dpci-driver.c1448 if (dev->resource[i].flags & IORESOURCE_BUSY) in pci_dev_driver()
/linux-4.19.296/include/linux/
Dioport.h65 #define IORESOURCE_BUSY 0x80000000 /* Driver has marked this resource busy */ macro
/linux-4.19.296/drivers/pci/controller/
Dpci-hyperv.c2233 hbus->low_mmio_res->flags |= IORESOURCE_BUSY; in hv_pci_free_bridge_windows()
2239 hbus->high_mmio_res->flags |= IORESOURCE_BUSY; in hv_pci_free_bridge_windows()
2290 hbus->low_mmio_res->flags &= ~IORESOURCE_BUSY; in hv_pci_allocate_bridge_windows()
2310 hbus->high_mmio_res->flags &= ~IORESOURCE_BUSY; in hv_pci_allocate_bridge_windows()
2356 hbus->mem_config->flags |= IORESOURCE_BUSY; in hv_allocate_config_window()
Dpci-thunder-pem.c347 res->flags &= ~IORESOURCE_BUSY; in thunder_pem_reserve_range()
/linux-4.19.296/drivers/xen/xen-pciback/
Dconf_space_header.c244 IORESOURCE_BUSY))) in bar_init()
/linux-4.19.296/drivers/xen/
Dballoon.c269 res->flags = IORESOURCE_SYSTEM_RAM | IORESOURCE_BUSY; in additional_memory_resource()