PCI_DEV_FLAGS_ASSIGNED 1866 include/linux/pci.h pdev->dev_flags |= PCI_DEV_FLAGS_ASSIGNED; PCI_DEV_FLAGS_ASSIGNED 1870 include/linux/pci.h pdev->dev_flags &= ~PCI_DEV_FLAGS_ASSIGNED; PCI_DEV_FLAGS_ASSIGNED 1874 include/linux/pci.h return (pdev->dev_flags & PCI_DEV_FLAGS_ASSIGNED) == PCI_DEV_FLAGS_ASSIGNED;