Lines Matching refs:devices
89 xfree(scope->devices); in scope_devices_free()
90 scope->devices = NULL; in scope_devices_free()
236 if ( drhd->scope.devices[i] == PCI_BDF2(bus, devfn) ) in acpi_find_matched_drhd_unit()
335 scope->devices = xzalloc_array(u16, cnt); in acpi_parse_dev_scope()
336 if ( !scope->devices ) in acpi_parse_dev_scope()
434 scope->devices[didx++] = PCI_BDF(bus, path->dev, path->fn); in acpi_parse_dev_scope()
533 b = PCI_BUS(dmaru->scope.devices[i]); in acpi_parse_one_drhd()
534 d = PCI_SLOT(dmaru->scope.devices[i]); in acpi_parse_one_drhd()
535 f = PCI_FUNC(dmaru->scope.devices[i]); in acpi_parse_one_drhd()
594 u8 b = PCI_BUS(rmrru->scope.devices[i]); in register_one_rmrr()
595 u8 d = PCI_SLOT(rmrru->scope.devices[i]); in register_one_rmrr()
596 u8 f = PCI_FUNC(rmrru->scope.devices[i]); in register_one_rmrr()
959 rmrr->scope.devices = xmalloc_array(u16, user_rmrrs[i].dev_count); in add_user_rmrr()
960 if ( !rmrr->scope.devices ) in add_user_rmrr()
969 rmrr->scope.devices[idx] = user_rmrrs[i].sbdf[idx]; in add_user_rmrr()