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

123456

/haiku-fatelf/src/add-ons/kernel/drivers/network/rtl8169/
H A Ddriver.c69 if (info->vendor_id != VENDOR_ID_REALTEK)
/haiku-fatelf/src/add-ons/kernel/drivers/network/sis900/
H A Ddriver.c72 if (info->vendor_id == VENDOR_ID_SiS && info->device_id == DEVICE_ID_SiS900) {
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-radius.c507 u_int vendor_id; local
514 vendor_id = EXTRACT_32BITS(data);
519 tok2str(smi_values,"Unknown",vendor_id),
520 vendor_id);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.c546 if ((info.vendor_id == INTEL_VENDOR_ID &&
558 || (info.vendor_id == SIS_VENDOR_ID &&
561 || (info.vendor_id == NVIDIA_VENDOR_ID &&
571 || (info.vendor_id == AMD_VENDOR_ID &&
775 if ((info.vendor_id == INTEL_VENDOR_ID
787 || (info.vendor_id == SIS_VENDOR_ID
790 || (info.vendor_id == NVIDIA_VENDOR_ID
800 || (info.vendor_id == AMD_VENDOR_ID
/haiku-fatelf/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-fatelf/src/add-ons/kernel/drivers/network/sis19x/
H A DDriver.cpp52 if (CARDID(info.vendor_id, info.device_id) == cardInfos[idx].Id()) {
126 if (info.vendor_id == cardInfos[idx].VendorId()
/haiku-fatelf/src/add-ons/kernel/drivers/network/usb_davicom/
H A DDriver.cpp61 deviceDescriptor->vendor_id, deviceDescriptor->product_id);
64 uint32 id = deviceDescriptor->vendor_id << 16
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/3dfx/
H A Ddriver.cpp233 si.vendorID = pciInfo.vendor_id;
265 if (pciInfo.vendor_id == VENDOR_ID) {
341 di.pciInfo.vendor_id, di.pciInfo.device_id,
/haiku-fatelf/headers/private/graphics/matrox/
H A DDriverInterface.h100 uint16 vendor_id; /* PCI vendor ID, from pci_info */ member in struct:__anon785
/haiku-fatelf/headers/private/graphics/neomagic/
H A DDriverInterface.h96 uint16 vendor_id; /* PCI vendor ID, from pci_info */ member in struct:__anon799
/haiku-fatelf/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-fatelf/src/add-ons/kernel/drivers/power/enhanced_speedstep/
H A Dfrequency.cpp101 if (cpuInfo->vendor_id == uint32(info.cpu_type & B_CPU_x86_VENDOR_MASK)
/haiku-fatelf/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);
613 if (!strncmp(baseInfo.eax_0.vendor_id, "CyrixInstead", 12)) {
/haiku-fatelf/src/tests/system/kernel/device_manager/playground/
H A Dbus.cpp158 &info->vendor_id, false);
/haiku-fatelf/src/add-ons/kernel/drivers/network/usb_asix/
H A DDriver.cpp84 deviceDescriptor->vendor_id, deviceDescriptor->product_id);
87 uint32 id = deviceDescriptor->vendor_id << 16
/haiku-fatelf/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-fatelf/src/add-ons/kernel/drivers/graphics/intel_810/
H A Ddriver.cpp269 si.vendorID = pciInfo.vendor_id;
397 if (pciInfo.vendor_id == VENDOR_ID) {
481 di.pciInfo.vendor_id, di.pciInfo.device_id,
/haiku-fatelf/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c130 if (udd && udd->vendor_id == 0x056a) {
206 if (udd->vendor_id == 0x056a) {
285 device->vendor = udd->vendor_id;
/haiku-fatelf/src/add-ons/kernel/drivers/network/dp83815/
H A Ddriver.c56 uint16 vendor_id; member in struct:supported_device
220 if ((item->vendor_id == supported->vendor_id)
/haiku-fatelf/src/add-ons/kernel/drivers/network/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-fatelf/src/add-ons/kernel/drivers/network/usb_ecm/
H A DECMDevice.cpp45 fVendorID = deviceDescriptor->vendor_id;
325 if (deviceDescriptor->vendor_id != fVendorID
/haiku-fatelf/headers/private/graphics/nvidia/
H A DDriverInterface.h249 uint16 vendor_id; /* PCI vendor ID, from pci_info */ member in struct:__anon821
/haiku-fatelf/headers/private/graphics/nvidia_gpgpu/
H A DDriverInterface.h169 uint16 vendor_id; /* PCI vendor ID, from pci_info */ member in struct:__anon864
/haiku-fatelf/headers/private/graphics/skeleton/
H A DDriverInterface.h103 uint16 vendor_id; /* PCI vendor ID, from pci_info */ member in struct:__anon937
/haiku-fatelf/headers/private/graphics/via/
H A DDriverInterface.h103 uint16 vendor_id; /* PCI vendor ID, from pci_info */ member in struct:__anon958

Completed in 302 milliseconds

123456