Searched refs:PCI_FILL_IDENT (Results 1 – 11 of 11) sorted by relevance
53 d->known_fields = PCI_FILL_IDENT; in pci_generic_scan_bus()101 if (want_fill(d, flags, PCI_FILL_IDENT)) in pci_generic_fill_info()
153 t->known_fields = PCI_FILL_IDENT; in fbsd_scan()205 if (want_fill(d, flags, PCI_FILL_IDENT)) in fbsd_fill_info()
110 known |= PCI_FILL_IDENT | PCI_FILL_IRQ | PCI_FILL_BASES; in rt_thread_smart_dm_scan()
160 d->known_fields = PCI_FILL_IDENT; in aos_expansion_scan()
221 #define PCI_FILL_IDENT 0x0001 /* vendor and device ID */ macro
108 known |= PCI_FILL_IDENT | PCI_FILL_IRQ | PCI_FILL_BASES; in proc_scan()
207 pci_fill_info_v313(d, PCI_FILL_IDENT); in pci_filter_match_v38()
1325 have_device_id = have_vendor_id = (d->known_fields & PCI_FILL_IDENT); in fill_data_from_string()1392 d->known_fields |= PCI_FILL_IDENT; in fill_data_from_string()
348 if (want_fill(d, flags, PCI_FILL_IDENT)) in sysfs_fill_info()
25 …pci_fill_info(dev, PCI_FILL_IDENT | PCI_FILL_BASES | PCI_FILL_CLASS); /* Fill in header info we ne… in main()
149 …pci_fill_info(p, PCI_FILL_IDENT | PCI_FILL_CLASS | PCI_FILL_CLASS_EXT | PCI_FILL_SUBSYS | (need_to… in scan_device()