Home
last modified time | relevance | path

Searched refs:vendor (Results 1 – 11 of 11) sorted by relevance

/pciutils/lib/
H A Dfilter.c26 f->vendor = f->device = -1; in pci_filter_init_v38()
182 if (!parse_hex_field(fields[0], &f->vendor, NULL, 0xffff)) in pci_filter_parse_id_v38()
205 if (f->device >= 0 || f->vendor >= 0) in pci_filter_match_v38()
209 (f->vendor >= 0 && f->vendor != d->vendor_id)) in pci_filter_match_v38()
234 int vendor, device; member
249 new->vendor = old->vendor; in pci_filter_import_v30()
263 old->vendor = new->vendor; in pci_filter_export_v30()
H A Dphysmem-djgpp.c244 char vendor[128]; in physmem_open() local
284 vendor[0] = vendor[1] = vendor[2] = 0; in physmem_open()
285 ret = __dpmi_get_capabilities(&capabilities, vendor); in physmem_open()
291 (unsigned)version.major, (unsigned)version.minor, vendor+2, in physmem_open()
292 (unsigned)(unsigned char)vendor[0], (unsigned)(unsigned char)vendor[1], in physmem_open()
H A Di386-ports.c88 u16 class, vendor; in intel_sanity_check() local
91 m->read(&d, PCI_VENDOR_ID, (byte *) &vendor, sizeof(vendor)) && in intel_sanity_check()
92 (vendor == cpu_to_le16(PCI_VENDOR_ID_INTEL) || vendor == cpu_to_le16(PCI_VENDOR_ID_COMPAQ))) in intel_sanity_check()
H A Dpci.h270 int vendor, device; member
/pciutils/
H A Dls-map.c73 u16 vendor = pci_read_word(p, PCI_VENDOR_ID); in do_map_bus() local
74 if (vendor && vendor != 0xffff) in do_map_bus()
H A Dls-kernel.c104 unsigned int vendor, device; member
161 &e->vendor, &e->device, in show_kernel_init()
182 MATCH(dev->vendor_id, e->vendor) && in match_pcimap()
H A DChangeLog6 16 to 64 GT/s, Flit Mode, Device 3, Intel vendor-specific.
192 interface, revision, subsystem vendor and device ID, OS driver,
467 * Display VirtIO vendor-specific capability. Patch by Gerd
641 * The VPD parser now reports unknown and vendor-defined items
790 * Fixed bug in filters which caused them to refuse vendor/device ID 0xffff.
1542 * lib/sysfs.c (sysfs_scan): Read vendor and device ID from the config
1809 * lib/names.c (pci_lookup_name): When printing unknown subsystem vendor
1810 or device hexadecimally, don't confuse it with chip vendor/device ID.
2125 fails, return hexadecimal device ID instead of vendor ID.
H A Dls-ecaps.c1322 u16 vendor = BITS(hdr, 0, 16); in cap_dvsec() local
1328 printf("Vendor=%04x ID=%04x Rev=%d Len=%d", vendor, id, rev, len); in cap_dvsec()
1329 if (vendor == PCI_DVSEC_VENDOR_ID_CXL && len >= 16) in cap_dvsec()
H A DMakefile92 lspci$(EXEEXT): lspci.o ls-vpd.o ls-caps.o ls-caps-vendor.o ls-ecaps.o ls-kernel.o ls-tree.o ls-map…
H A Dpci.ids24 # vendor vendor_name
10753 # Foxconn has used a wrong vendor ID for this one
14891 0576 VIA VT82C570MV [Apollo] (Wrong vendor ID!)
20709 # Wrong vendor ID used
22120 …there are no known HTEC chips and 1507 is already used by mistake by Motorola (see vendor ID 1057).
23425 # misused vendor ID 0001
24324 # Strange vendor ID used by BCM5785 when in RAID mode
25673 # device 1b4b:0100 reports incorrect vendor id due to hw erratum (correct is 11ab)
40126 00 CXL Memory Device - vendor specific
/pciutils/lmr/
H A Dmargin_hw.c25 u16 vendor = pci_read_word(dev, PCI_VENDOR_ID); in detect_unique_hw() local
31 if (vendor == special_hw[i][0] && device == special_hw[i][1] && revision == special_hw[i][2]) in detect_unique_hw()