Searched refs:first_device (Results 1 – 3 of 3) sorted by relevance
19 static struct list_head *first_device = &pernet_list; variable504 error = register_pernet_operations(first_device, ops); in register_pernet_subsys()551 if (!error && (first_device == &pernet_list)) in register_pernet_device()552 first_device = &ops->list; in register_pernet_device()570 if (&ops->list == first_device) in unregister_pernet_device()571 first_device = first_device->next; in unregister_pernet_device()
664 iommu->first_device = calc_devid(MMIO_GET_BUS(range), in init_iommu_from_pci()728 PCI_BUS(iommu->first_device), in init_iommu_from_acpi()729 PCI_SLOT(iommu->first_device), in init_iommu_from_acpi()730 PCI_FUNC(iommu->first_device), in init_iommu_from_acpi()736 for (dev_i = iommu->first_device; in init_iommu_from_acpi()862 for (i = iommu->first_device; i <= iommu->last_device; ++i) in init_iommu_devices()
385 u16 first_device; member