Searched refs:vendor_id (Results 76 - 100 of 128) sorted by relevance

123456

/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_vf.h279 u16 vendor_id; member in struct:e1000_hw
H A Dif_em.h541 unsigned int vendor_id; member in struct:_em_vendor_info_t
/haiku/src/add-ons/kernel/drivers/input/usb_hid/
H A DHIDDevice.cpp141 deviceDescriptor->vendor_id, deviceDescriptor->product_id,
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h267 uint16 vendor_id; /* PCI vendor ID, from pci_info */ member in struct:__anon21
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DDevice.cpp64 TRACE("\tvendor_id:...........0x%04x\n", fDeviceDescriptor.vendor_id);
703 && fDeviceDescriptor.vendor_id != supportDescriptors[i].vendor)
868 if (fDeviceDescriptor.vendor_id != 0) {
871 attrs[attrCount].value.ui16 = fDeviceDescriptor.vendor_id;
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/
H A DRNDISDevice.cpp91 fVendorID = deviceDescriptor->vendor_id;
496 if (deviceDescriptor->vendor_id != fVendorID
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dauvia.c439 if (info.vendor_id == VIATECH_VENDOR_ID &&
589 if (info.vendor_id == VIATECH_VENDOR_ID &&
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcm.c110 if (info.vendor_id == CMEDIA_PCI_VENDOR_ID &&
530 if (info.vendor_id == CMEDIA_PCI_VENDOR_ID &&
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.c393 if (info.vendor_id == 0x1274 && (info.device_id == 0x5000
537 if (info.vendor_id == 0x1274
/haiku/src/kits/device/
H A DUSBDevice.cpp171 return fDescriptor.vendor_id;
/haiku/src/add-ons/kernel/drivers/audio/hda/
H A Ddriver.h292 uint16 vendor_id; member in struct:hda_codec
H A Dhda_controller.cpp67 uint32 vendor_id, device_id; member in struct:__anon23
179 if (info.vendor_id == kControllerQuirks[i].vendor_id
1207 switch (pciInfo.vendor_id) {
/haiku/src/bin/fwcontrol/
H A Dfwcontrol.c653 (v.vendor_id[0] << 16) | (v.vendor_id[1] << 8) | v.vendor_id[2],
/haiku/src/add-ons/kernel/drivers/graphics/ati/
H A Ddriver.cpp821 si.vendorID = pciInfo.vendor_id;
890 if (pciInfo.vendor_id == VENDOR_ID) {
975 di.pciInfo.vendor_id, di.pciInfo.device_id,
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/pci/
H A Drtwn_pci_attach.c97 int i, vendor_id, device_id; local
99 vendor_id = pci_get_vendor(dev);
103 if (vendor_id == rtwn_pci_ident_table[i].vendor &&
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/
H A Ddriver.c357 DPRINTF_INFO("vendor ID 0x%04X, product ID 0x%04X\n", dev_desc->vendor_id,
381 device->aue_vendor = dev_desc->vendor_id;
385 if (aue_devs[i].aue_dev.vendor == dev_desc->vendor_id
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci.cpp803 uint16 vendor_id = ReadConfig(domain, bus, dev, 0, PCI_vendor_id, 2); local
804 if (vendor_id == 0xffff)
863 uint16 vendor_id = ReadConfig(domain, bus, dev, 0, PCI_vendor_id, 2); local
864 if (vendor_id == 0xffff)
1205 "class_sub 0x%02x\n", newDev->info.vendor_id, newDev->info.device_id,
1328 dev->info.vendor_id = ReadConfig(dev->domain, dev->bus, dev->device,
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h521 uint16 vendor_id; // PCI vendor id member in struct:__anon33
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_hw.h534 u16 vendor_id; member in struct:igc_hw
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_controller.cpp57 fPCIVendorID = pciInfo.vendor_id;
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater200.cpp202 microc_headp->vendor_id = strtoul(tmp2, NULL, 16);
684 PRINT(("Microcode: vendor_id: %x\n", microc_data.microc_head.vendor_id));
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.c366 udd->vendor_id, udd->product_id,
457 strerror(status), udd->vendor_id, udd->product_id);
/haiku/src/add-ons/kernel/busses/agp_gart/
H A Dintel_gart.cpp252 if (info.vendor_id != VENDOR_ID_INTEL
891 if (sInfo.bridge.vendor_id != VENDOR_ID_INTEL
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp326 device.info.vendor_id = info.vendor_id;
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DDevice.cpp36 fVendorID = deviceDescriptor->vendor_id;
433 if (deviceDescriptor->vendor_id != fVendorID

Completed in 246 milliseconds

123456