Searched defs:hv_pcibus_device (Results 1 – 1 of 1) sorted by relevance
437 struct hv_pcibus_device { struct438 struct pci_sysdata sysdata;439 enum hv_pcibus_state state;440 refcount_t remove_lock;441 struct hv_device *hdev;442 resource_size_t low_mmio_space;443 resource_size_t high_mmio_space;444 struct resource *mem_config;445 struct resource *low_mmio_res;446 struct resource *high_mmio_res;[all …]