Home
last modified time | relevance | path

Searched refs:PCI_FILL_CLASS (Results 1 – 9 of 9) sorted by relevance

/pciutils/
H A Dexample.c25 …pci_fill_info(dev, PCI_FILL_IDENT | PCI_FILL_BASES | PCI_FILL_CLASS); /* Fill in header info we ne… in main()
H A Dlspci.c149 …pci_fill_info(p, PCI_FILL_IDENT | PCI_FILL_CLASS | PCI_FILL_CLASS_EXT | PCI_FILL_SUBSYS | (need_to… in scan_device()
H A DChangeLog1146 * 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 Dwin32-cfgmgr32.c1365 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 Dpci.h226 #define PCI_FILL_CLASS 0x0020 macro
H A Dgeneric.c107 if (want_fill(d, flags, PCI_FILL_CLASS)) in pci_generic_fill_info()
H A Dfbsd-device.c210 if (want_fill(d, flags, PCI_FILL_CLASS)) in fbsd_fill_info()
H A Dfilter.c214 pci_fill_info_v313(d, PCI_FILL_CLASS); in pci_filter_match_v38()
H A Dsysfs.c353 want_class = want_fill(d, flags, PCI_FILL_CLASS); in sysfs_fill_info()