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

123456

/haiku-fatelf/src/add-ons/kernel/bus_managers/pci/arch/m68k/atari/
H A Dpci_atari.cpp130 O(PCI_vendor_id, vendor_id, 2);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ichaudio/lala/
H A Ddriver.c56 // pciinfo->vendor_id, pciinfo->device_id, pciinfo->bus, pciinfo->device, pciinfo->function,
60 if (driver_info.pci_id_table[devindex].vendor != -1 && driver_info.pci_id_table[devindex].vendor != pciinfo->vendor_id)
/haiku-fatelf/src/add-ons/kernel/drivers/audio/hda/
H A Dhda_controller.cpp46 uint32 vendor_id, device_id; member in struct:__anon1551
94 if (info.vendor_id == kControllerQuirks[i].vendor_id
927 switch (controller->pci_info.vendor_id) {
H A Ddriver.h276 uint16 vendor_id; member in struct:hda_codec
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ice1712/
H A Dice1712.c63 if ((info.vendor_id == ICE1712_VENDOR_ID) &&
165 ice->info.vendor_id = ice->eeprom_data[E2PROM_MAP_SUBDEVICE_HIGH] << 8
167 ice->product = ice->info.vendor_id << 16 | ice->info.device_id;
406 if ((cards[num_cards].info.vendor_id == ICE1712_VENDOR_ID)
/haiku-fatelf/src/add-ons/kernel/drivers/dvb/cx23882/
H A Ddriver.c76 if (cards->vendor >= 0 && cards->vendor != info->vendor_id)
/haiku-fatelf/src/add-ons/kernel/drivers/input/usb_hid/
H A DHIDDevice.cpp141 deviceDescriptor->vendor_id, deviceDescriptor->product_id,
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ipw2100/
H A Ddriver.cpp47 if (info->vendor_id != VENDOR_ID_INTEL)
/haiku-fatelf/src/add-ons/kernel/drivers/network/wwan/usb_beceemwmx/
H A DDriver.cpp77 switch(IDS(deviceDescriptor->vendor_id, deviceDescriptor->product_id)) {
/haiku-fatelf/src/add-ons/kernel/drivers/ports/pc_serial/
H A DDriver.h93 ushort vendor_id; member in struct:serial_support_descriptor::__anon2259
/haiku-fatelf/src/kits/device/
H A DUSBDevice.cpp169 return fDescriptor.vendor_id;
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A Dif_lem.h453 unsigned int vendor_id; member in struct:_em_vendor_info_t
H A Dif_em.h456 unsigned int vendor_id; member in struct:_em_vendor_info_t
H A De1000_vf.h276 u16 vendor_id; member in struct:e1000_hw
H A Dif_igb.h470 unsigned int vendor_id; member in struct:_igb_vendor_info_t
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddriver.cpp119 if (info.vendor_id != VENDOR_ID_INTEL
/haiku-fatelf/src/add-ons/kernel/bus_managers/usb/
H A DDevice.cpp59 TRACE("\tvendor_id:...........0x%04x\n", fDeviceDescriptor.vendor_id);
600 && fDeviceDescriptor.vendor_id != supportDescriptors[i].vendor)
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dauvia.c440 if (info.vendor_id == VIATECH_VENDOR_ID &&
589 if (info.vendor_id == VIATECH_VENDOR_ID &&
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.c395 if (info.vendor_id == 0x1274
536 if (info.vendor_id == 0x1274
/haiku-fatelf/src/add-ons/kernel/drivers/audio/cmedia/
H A Dcm.c112 if (info.vendor_id == CMEDIA_PCI_VENDOR_ID &&
530 if (info.vendor_id == CMEDIA_PCI_VENDOR_ID &&
/haiku-fatelf/src/add-ons/kernel/drivers/audio/usb_audio/
H A DDevice.cpp43 fVendorID = deviceDescriptor->vendor_id;
320 if (deviceDescriptor->vendor_id != fVendorID
/haiku-fatelf/src/add-ons/kernel/busses/agp_gart/
H A Dintel_gart.cpp138 if (info.vendor_id != VENDOR_ID_INTEL
613 if (sInfo.bridge.vendor_id != VENDOR_ID_INTEL
/haiku-fatelf/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_controller.cpp56 fPCIVendorID = pciInfo.vendor_id;
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/ati/
H A Ddriver.cpp802 si.vendorID = pciInfo.vendor_id;
871 if (pciInfo.vendor_id == VENDOR_ID) {
956 di.pciInfo.vendor_id, di.pciInfo.device_id,
/haiku-fatelf/src/add-ons/kernel/drivers/network/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

Completed in 347 milliseconds

123456