Searched refs:PCI_FILL_CLASS (Results 1 – 9 of 9) sorted by relevance
| /pciutils/ |
| H A D | example.c | 25 …pci_fill_info(dev, PCI_FILL_IDENT | PCI_FILL_BASES | PCI_FILL_CLASS); /* Fill in header info we ne… in main()
|
| H A D | lspci.c | 149 …pci_fill_info(p, PCI_FILL_IDENT | PCI_FILL_CLASS | PCI_FILL_CLASS_EXT | PCI_FILL_SUBSYS | (need_to… in scan_device()
|
| H A D | ChangeLog | 1146 * lib/example.c: Show how to use PCI_FILL_CLASS and used another register 1150 * lib/pci.h, lib/generic.c: Added PCI_FILL_CLASS. 1155 * lspci.c: Use PCI_FILL_CLASS. Thanks to Matthew Willcox for the patch.
|
| /pciutils/lib/ |
| H A D | win32-cfgmgr32.c | 1365 else if (!((d->known_fields & PCI_FILL_CLASS) && have_prog_if) && in fill_data_from_string() 1378 if (!(d->known_fields & PCI_FILL_CLASS)) in fill_data_from_string() 1381 d->known_fields |= PCI_FILL_CLASS; in fill_data_from_string()
|
| H A D | pci.h | 226 #define PCI_FILL_CLASS 0x0020 macro
|
| H A D | generic.c | 107 if (want_fill(d, flags, PCI_FILL_CLASS)) in pci_generic_fill_info()
|
| H A D | fbsd-device.c | 210 if (want_fill(d, flags, PCI_FILL_CLASS)) in fbsd_fill_info()
|
| H A D | filter.c | 214 pci_fill_info_v313(d, PCI_FILL_CLASS); in pci_filter_match_v38()
|
| H A D | sysfs.c | 353 want_class = want_fill(d, flags, PCI_FILL_CLASS); in sysfs_fill_info()
|