Searched refs:vendor_id (Results 1 – 16 of 16) sorted by relevance
| /pciutils/ |
| H A D | lspci.c | 305 p->vendor_id, p->device_id)); in show_terse() 338 p->vendor_id, p->device_id, p->subsys_vendor_id, p->subsys_id)); in show_terse() 1027 … pci_lookup_name(pacc, vendbuf, sizeof(vendbuf), PCI_LOOKUP_VENDOR, p->vendor_id, p->device_id)); in show_machine() 1029 pci_lookup_name(pacc, devbuf, sizeof(devbuf), PCI_LOOKUP_DEVICE, p->vendor_id, p->device_id)); in show_machine() 1036 …acc, sdbuf, sizeof(sdbuf), PCI_LOOKUP_SUBSYSTEM | PCI_LOOKUP_DEVICE, p->vendor_id, p->device_id, p… in show_machine() 1057 …ed(pci_lookup_name(pacc, vendbuf, sizeof(vendbuf), PCI_LOOKUP_VENDOR, p->vendor_id, p->device_id)); in show_machine() 1058 …aped(pci_lookup_name(pacc, devbuf, sizeof(devbuf), PCI_LOOKUP_DEVICE, p->vendor_id, p->device_id)); in show_machine() 1067 …acc, sdbuf, sizeof(sdbuf), PCI_LOOKUP_SUBSYSTEM | PCI_LOOKUP_DEVICE, p->vendor_id, p->device_id, p… in show_machine()
|
| H A D | example.c | 28 dev->domain, dev->bus, dev->dev, dev->func, dev->vendor_id, dev->device_id, in main() 32 …name = pci_lookup_name(pacc, namebuf, sizeof(namebuf), PCI_LOOKUP_DEVICE, dev->vendor_id, dev->dev… in main()
|
| H A D | ls-kernel.c | 182 MATCH(dev->vendor_id, e->vendor) && in match_pcimap()
|
| H A D | ls-caps-vendor.c | 235 switch (d->dev->vendor_id) in do_show_vendor_caps()
|
| H A D | ls-tree.c | 313 q->vendor_id, q->device_id)); in show_tree_dev()
|
| H A D | ls-caps.c | 1601 d->dev->vendor_id, d->dev->device_id, subsys_v, subsys_d)); in cap_ssvid()
|
| /pciutils/lib/ |
| H A D | aos-expansion.c | 158 d->vendor_id = device->ReadConfigWord(PCI_VENDOR_ID); in aos_expansion_scan() 163 …a->debug(" Found device %02x:%02x.%d %04x:%04x\n", d->bus, d->dev, d->func, d->vendor_id, d->devi… in aos_expansion_scan()
|
| H A D | generic.c | 51 d->vendor_id = vd & 0xffff; in pci_generic_scan_bus() 103 d->vendor_id = pci_read_word(d, PCI_VENDOR_ID); in pci_generic_fill_info()
|
| H A D | fbsd-device.c | 151 t->vendor_id = matches[i].pc_vendor; in fbsd_scan() 207 d->vendor_id = match.pc_vendor; in fbsd_fill_info()
|
| H A D | rt-thread-smart-dm.c | 105 d->vendor_id = vend >> 16U; in rt_thread_smart_dm_scan()
|
| H A D | pci.h | 145 u16 vendor_id, device_id; /* Identity of the device */ member
|
| H A D | proc.c | 103 d->vendor_id = vend >> 16U; in proc_scan()
|
| H A D | emulated.c | 106 val = (d->device_id << 16) | d->vendor_id; in pci_emulated_read()
|
| H A D | filter.c | 209 (f->vendor >= 0 && f->vendor != d->vendor_id)) in pci_filter_match_v38()
|
| H A D | win32-cfgmgr32.c | 1340 d->vendor_id = hex; in fill_data_from_string() 1391 if ((have_device_id || d->device_id) && (have_vendor_id || d->vendor_id)) in fill_data_from_string()
|
| H A D | sysfs.c | 350 d->vendor_id = sysfs_get_value(d, "vendor", 1); in sysfs_fill_info()
|