Searched refs:subsys_vendor_id (Results 1 – 7 of 7) sorted by relevance
| /pciutils/ |
| H A D | lspci.c | 334 p->subsys_vendor_id && p->subsys_vendor_id != 0xffff) in show_terse() 338 p->vendor_id, p->device_id, p->subsys_vendor_id, p->subsys_id)); in show_terse() 1031 p->subsys_vendor_id && p->subsys_vendor_id != 0xffff) in show_machine() 1034 …p_name(pacc, svbuf, sizeof(svbuf), PCI_LOOKUP_SUBSYSTEM | PCI_LOOKUP_VENDOR, p->subsys_vendor_id)); in show_machine() 1036 …OOKUP_SUBSYSTEM | PCI_LOOKUP_DEVICE, p->vendor_id, p->device_id, p->subsys_vendor_id, p->subsys_id… in show_machine() 1064 p->subsys_vendor_id && p->subsys_vendor_id != 0xffff) in show_machine() 1066 …p_name(pacc, svbuf, sizeof(svbuf), PCI_LOOKUP_SUBSYSTEM | PCI_LOOKUP_VENDOR, p->subsys_vendor_id)); in show_machine() 1067 …OOKUP_SUBSYSTEM | PCI_LOOKUP_DEVICE, p->vendor_id, p->device_id, p->subsys_vendor_id, p->subsys_id… in show_machine()
|
| H A D | ls-kernel.c | 184 MATCH(dev->subsys_vendor_id, e->subvendor) && in match_pcimap()
|
| /pciutils/lib/ |
| H A D | generic.c | 121 d->subsys_vendor_id = pci_read_word(d, PCI_SUBSYSTEM_VENDOR_ID); in pci_generic_fill_info() 128 d->subsys_vendor_id = pci_read_word(d, cap->addr + PCI_SSVID_VENDOR); in pci_generic_fill_info() 133 d->subsys_vendor_id = pci_read_word(d, PCI_CB_SUBSYSTEM_VENDOR_ID); in pci_generic_fill_info()
|
| H A D | emulated.c | 141 val = (d->subsys_id << 16) | d->subsys_vendor_id; in pci_emulated_read() 288 val = (d->subsys_id << 16) | d->subsys_vendor_id; in pci_emulated_read()
|
| H A D | pci.h | 164 u16 subsys_vendor_id, subsys_id; /* Subsystem vendor id and subsystem id */ member
|
| H A D | sysfs.c | 375 d->subsys_vendor_id = value; in sysfs_fill_info()
|
| H A D | win32-cfgmgr32.c | 1354 d->subsys_vendor_id = hex & 0xffff; in fill_data_from_string()
|