Lines Matching refs:relations
826 struct pci_bus_relations *relations) in hv_pci_devices_present() argument
832 if (hbus->detaching && relations->device_count > 0) in hv_pci_devices_present()
836 (sizeof(struct pci_func_desc) * relations->device_count); in hv_pci_devices_present()
839 dr->device_count = relations->device_count; in hv_pci_devices_present()
841 memcpy(dr->func, relations->func, in hv_pci_devices_present()
856 struct pci_bus_relations2 *relations) in hv_pci_devices_present2() argument
862 if (hbus->detaching && relations->device_count > 0) in hv_pci_devices_present2()
866 (sizeof(struct pci_func_desc2) * relations->device_count); in hv_pci_devices_present2()
869 dr->device_count = relations->device_count; in hv_pci_devices_present2()
871 memcpy(dr->func, relations->func, in hv_pci_devices_present2()
1604 struct pci_bus_relations relations; in vmbus_pcib_detach() local
1613 memset(&relations, 0, sizeof(relations)); in vmbus_pcib_detach()
1614 hv_pci_devices_present(hbus, &relations); in vmbus_pcib_detach()