Searched refs:PCI_FILL_CLASS_EXT (Results 1 – 6 of 6) sorted by relevance
149 …pci_fill_info(p, PCI_FILL_IDENT | PCI_FILL_CLASS | PCI_FILL_CLASS_EXT | PCI_FILL_SUBSYS | (need_to… in scan_device()306 if ((p->known_fields & PCI_FILL_CLASS_EXT) && p->rev_id) in show_terse()311 c = (p->known_fields & PCI_FILL_CLASS_EXT) ? p->prog_if : 0; in show_terse()808 PCI_FILL_BRIDGE_BASES | PCI_FILL_CLASS_EXT | PCI_FILL_SUBSYS | PCI_FILL_RCD_LNK); in show_verbose()1040 if ((p->known_fields & PCI_FILL_CLASS_EXT) && p->rev_id) in show_machine()1042 if (p->known_fields & PCI_FILL_CLASS_EXT) in show_machine()1059 if ((p->known_fields & PCI_FILL_CLASS_EXT) && p->rev_id) in show_machine()1061 if (p->known_fields & PCI_FILL_CLASS_EXT) in show_machine()
238 #define PCI_FILL_CLASS_EXT 0x00020000 /* prog_if and rev_id */ macro
110 if (want_fill(d, flags, PCI_FILL_CLASS_EXT)) in pci_generic_fill_info()
220 pci_fill_info_v313(d, PCI_FILL_CLASS_EXT); in pci_filter_match_v38()
1326 have_prog_if = have_rev_id = (d->known_fields & PCI_FILL_CLASS_EXT); in fill_data_from_string()1395 d->known_fields |= PCI_FILL_CLASS_EXT; in fill_data_from_string()
354 want_class_ext = want_fill(d, flags, PCI_FILL_CLASS_EXT); in sysfs_fill_info()