HomeSort by relevance Sort by last modified time
    Searched refs:sub_vendor (Results 1 - 7 of 7) sorted by null

  /external/syslinux/com32/hdt/
hdt-cli-pci.c 125 more_printf("SubVendor ID : %04x\n", pci_device->sub_vendor);
206 pci_device->sub_vendor, pci_device->sub_product);
216 pci_device->sub_vendor, pci_device->sub_product);
221 pci_device->sub_vendor,
259 pci_device->sub_vendor, pci_device->sub_product);
hdt-menu-pci.c 77 pci_device->sub_vendor, pci_device->sub_product);
79 "vendor:product[sub_vendor:sub_product] : %04x:%04x[%04x:%04x]",
81 pci_device->sub_vendor, pci_device->sub_product);
180 pci_device->product, pci_device->sub_vendor,
hdt-dump-pci.c 104 snprintf(sv, sizeof(sv), "%04x", pci_device->sub_vendor);
  /external/syslinux/com32/modules/
pcitest.c 70 pci_device->sub_vendor, pci_device->sub_product);
84 pci_device->sub_vendor, pci_device->sub_product,
  /external/syslinux/com32/lib/pci/
scan.c 146 (int_sub_vendor_id & dev->sub_vendor)
147 == dev->sub_vendor) {
325 /* init product_id, sub_product and sub_vendor */
360 /* init sub_product and sub_vendor */
389 /* the sub_vendor id is first field */
393 /* the sub_vendor id is second field */
406 int_sub_vendor_id == dev->sub_vendor) {
440 ("PCI Match: Vendor=%04x Product=%04x Sub_vendor=%04x Sub_Product=%04x Release=%02x\n",
441 dev->vendor, dev->product, dev->sub_vendor,
706 (int_sub_vendor_id & dev->sub_vendor)
    [all...]
  /external/syslinux/com32/lua/src/
pci.c 58 lua_pushstring(L, "sub_vendor");
59 lua_pushnumber(L, pci_device->sub_vendor);
  /external/syslinux/com32/include/sys/
pci.h 45 uint16_t sub_vendor; member in struct:pci_device::__anon31912::__anon31913

Completed in 692 milliseconds