Home
last modified time | relevance | path

Searched refs:rev_id (Results 1 – 6 of 6) sorted by relevance

/pciutils/
H A Dlspci.c306 if ((p->known_fields & PCI_FILL_CLASS_EXT) && p->rev_id) in show_terse()
307 printf(" (rev %02x)", p->rev_id); in show_terse()
1040 if ((p->known_fields & PCI_FILL_CLASS_EXT) && p->rev_id) in show_machine()
1041 printf("Rev:\t%02x\n", p->rev_id); in show_machine()
1059 if ((p->known_fields & PCI_FILL_CLASS_EXT) && p->rev_id) in show_machine()
1060 printf(" -r%02x", p->rev_id); in show_machine()
/pciutils/lib/
H A Dpci.h163 u8 prog_if, rev_id; /* Programming interface for device_class and revision id */ member
H A Dgeneric.c113 d->rev_id = pci_read_byte(d, PCI_REVISION_ID); in pci_generic_fill_info()
H A Demulated.c109 val = (d->device_class << 16) | (d->prog_if << 8) | d->rev_id; in pci_emulated_read()
H A Dwin32-cfgmgr32.c1362 d->rev_id = hex; in fill_data_from_string()
1394 if ((have_prog_if || d->prog_if) && (have_rev_id || d->rev_id)) in fill_data_from_string()
H A Dsysfs.c367 d->rev_id = value; in sysfs_fill_info()