Searched refs:vendor_id (Results 51 - 75 of 128) sorted by relevance

123456

/haiku/src/add-ons/kernel/drivers/graphics/via/
H A Ddriver.c210 if (SupportedDevices[vendor].vendor == pcii.vendor_id) {
381 di->pcii.vendor_id, di->pcii.device_id,
400 di->pcii.vendor_id, di->pcii.device_id,
473 di->pcii.vendor_id, di->pcii.device_id,
544 if (SupportedDevices[vendor].vendor == di->pcii.vendor_id) {
552 di->pcii.vendor_id, di->pcii.device_id,
657 di->pcii.vendor_id, di->pcii.device_id,
672 si->vendor_id = di->pcii.vendor_id;
/haiku/src/add-ons/kernel/drivers/graphics/nvidia/
H A Ddriver.c409 pcii.vendor_id, pcii.device_id, pcii.bus, pcii.device, pcii.function);
564 di->pcii.vendor_id, di->pcii.device_id,
590 di->pcii.vendor_id, di->pcii.device_id,
670 di->pcii.vendor_id, di->pcii.device_id,
771 if (SupportedDevices[vendor].vendor == di->pcii.vendor_id) {
779 di->pcii.vendor_id, di->pcii.device_id,
918 di->pcii.vendor_id, di->pcii.device_id,
981 si->vendor_id = di->pcii.vendor_id;
1003 switch ((((uint32)(si->device_id)) << 16) | si->vendor_id)
[all...]
/haiku/src/add-ons/kernel/drivers/joystick/emuxkigameport/
H A Ddriver.cpp90 if (info.vendor_id == VENDOR_ID_CREATIVE &&
134 if (info.vendor_id == VENDOR_ID_CREATIVE && (
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDriver.cpp61 deviceDescriptor->vendor_id, deviceDescriptor->product_id);
64 uint32 id = deviceDescriptor->vendor_id << 16
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme.c273 cstat->vendor_id = pdev->vendor_id;
H A Dnvme.h237 unsigned short vendor_id; member in struct:nvme_ctrlr_stat
531 uint16_t vendor_id; member in struct:pci_device
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.c548 if ((info.vendor_id == INTEL_VENDOR_ID &&
561 || (info.vendor_id == SIS_VENDOR_ID &&
564 || (info.vendor_id == NVIDIA_VENDOR_ID &&
574 || (info.vendor_id == AMD_VENDOR_ID &&
780 if ((info.vendor_id == INTEL_VENDOR_ID
792 || (info.vendor_id == SIS_VENDOR_ID
795 || (info.vendor_id == NVIDIA_VENDOR_ID
805 || (info.vendor_id == AMD_VENDOR_ID
/haiku/src/add-ons/kernel/drivers/graphics/3dfx/
H A Ddriver.cpp234 si.vendorID = pciInfo.vendor_id;
266 if (pciInfo.vendor_id == VENDOR_ID) {
342 di.pciInfo.vendor_id, di.pciInfo.device_id,
/haiku/headers/private/graphics/matrox/
H A DDriverInterface.h100 uint16 vendor_id; /* PCI vendor ID, from pci_info */ member in struct:__anon785
/haiku/headers/private/graphics/neomagic/
H A DDriverInterface.h96 uint16 vendor_id; /* PCI vendor ID, from pci_info */ member in struct:__anon799
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci_pci.cpp164 if (info->vendor_id == FW_VENDORID_SUN && info->device_id == (FW_DEVICE_PCIO2FW >> 16) &&
/haiku/src/tests/system/kernel/device_manager/playground/
H A Dbus.cpp158 &info->vendor_id, false);
/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c133 if (udd && udd->vendor_id == 0x056a) {
207 if (udd->vendor_id == 0x056a) {
285 device->vendor = udd->vendor_id;
509 device_header.vendor_id = device->vendor;
/haiku/src/add-ons/kernel/drivers/video/usb_vision/
H A Dusb_vision.c348 TRACE_ALWAYS("Probing device: %08x/%08x\n", udd->vendor_id, udd->product_id);
352 if(supported_devices[dev_idx].vendor == udd->vendor_id
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DDriver.cpp87 deviceDescriptor->vendor_id, deviceDescriptor->product_id);
90 uint32 id = deviceDescriptor->vendor_id << 16
/haiku/src/system/boot/arch/x86/
H A Darch_cpu.cpp355 bool isIntel = strncmp(info.eax_0.vendor_id, "GenuineIntel", 12) == 0;
356 bool isAmd = strncmp(info.eax_0.vendor_id, "AuthenticAMD", 12) == 0;
/haiku/src/add-ons/kernel/drivers/graphics/intel_810/
H A Ddriver.cpp270 si.vendorID = pciInfo.vendor_id;
400 if (pciInfo.vendor_id == VENDOR_ID) {
484 di.pciInfo.vendor_id, di.pciInfo.device_id,
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c309 if ((item->vendor_id == 0x10ec && item->device_id == 0x8029) // RealTek 8029
310 || (item->vendor_id == 0x1106 && item->device_id == 0x0926) // VIA
311 || (item->vendor_id == 0x4a14 && item->device_id == 0x5000) // NetVin 5000
312 || (item->vendor_id == 0x1050 && item->device_id == 0x0940) // ProLAN
313 || (item->vendor_id == 0x11f6 && item->device_id == 0x1401) // Compex
314 || (item->vendor_id == 0x8e2e && item->device_id == 0x3000)) { // KTI
/haiku/src/add-ons/kernel/drivers/network/ether/usb_ecm/
H A DECMDevice.cpp44 fVendorID = deviceDescriptor->vendor_id;
333 if (deviceDescriptor->vendor_id != fVendorID
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/
H A Ddriver.cpp215 if (info.vendor_id != VENDOR_ID_INTEL
244 if (info.vendor_id != VENDOR_ID_INTEL
/haiku/headers/private/graphics/skeleton/
H A DDriverInterface.h103 uint16 vendor_id; /* PCI vendor ID, from pci_info */ member in struct:__anon937
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Ddriver.c76 if (cards->vendor >= 0 && cards->vendor != info->vendor_id)
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Dice1712.cpp68 if ((info.vendor_id == ICE1712_VENDOR_ID)
100 if ((cards[num_cards].info.vendor_id == ICE1712_VENDOR_ID)
288 ice->info.vendor_id = ice->eeprom_data[E2PROM_MAP_SUBDEVICE_HIGH] << 8
290 ice->config.product = (ice1712Product)(ice->info.vendor_id << 16
/haiku/headers/private/graphics/via/
H A DDriverInterface.h170 uint16 vendor_id; /* PCI vendor ID, from pci_info */ member in struct:__anon7
/haiku/src/bin/
H A Dsysinfo.cpp576 baseInfo.eax_0.vendor_id : cpuInfo.eax_0.vendor_id);
579 printf("CPU #%" B_PRId32 ": %.12s\n", cpu, baseInfo.eax_0.vendor_id);
634 if (!strncmp(baseInfo.eax_0.vendor_id, "CyrixInstead", 12)) {

Completed in 180 milliseconds

123456