Searched refs:vendor_id (Results 1 - 25 of 140) sorted by relevance

123456

/haiku-fatelf/src/add-ons/kernel/drivers/network/sis19x/
H A DDriver.h18 #define CARDID(vendor_id, device_id)\
19 (((uint32)(vendor_id) << 16) | (device_id))
/haiku-fatelf/src/tests/system/kernel/device_manager/playground/
H A Dbus.h13 uint16 vendor_id; member in struct:bus_info
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/
H A Dsettings.h21 uint16 vendor_id; member in struct:__anon60
H A Dsettings.c266 \param vendor_id: vendor id of device to be checked for private settings
275 lookup_vendor_info(uint16 vendor_id, uint16 product_id, argument
281 if(vendor_id == id){
294 } /*if(vendor_id == id){*/
300 \param vendor_id: vendor id of device to be checked for private settings
319 b_found = lookup_vendor_info(udd->vendor_id,
323 uds->vendor_id = udd->vendor_id;
334 /*descr->vendor_name,*/ uds->vendor_id,
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/geode/
H A Ddriver.cpp30 if ((info.vendor_id == AMD_VENDOR_ID
32 || (info.vendor_id == NS_VENDOR_ID
58 if ((info.vendor_id == AMD_VENDOR_ID
60 || (info.vendor_id == NS_VENDOR_ID
71 info.vendor_id, info.device_id);
/haiku-fatelf/src/add-ons/kernel/drivers/input/usb_hid/
H A DQuirkyDevices.h17 uint16 vendor_id; member in struct:usb_hid_quirky_device
H A DDriver.cpp49 deviceDescriptor->vendor_id, deviceDescriptor->product_id);
52 if (deviceDescriptor->vendor_id == USB_VENDOR_WACOM)
89 if ((quirky.vendor_id != 0
90 && deviceDescriptor->vendor_id != quirky.vendor_id)
353 descriptor.vendor = gQuirkyDevices[i].vendor_id;
/haiku-fatelf/src/add-ons/accelerants/matrox/engine/
H A Dmga_support.c28 si->vendor_id, si->device_id, si->bus, si->device, si->function,
/haiku-fatelf/src/add-ons/accelerants/nvidia/engine/
H A Dnv_support.c28 si->vendor_id, si->device_id, si->bus, si->device, si->function,
H A Dnv_agp.c74 && nai.agpi.vendor_id == si->vendor_id
150 LOG(4,("AGP: vendor ID $%04x\n", ai.vendor_id));
/haiku-fatelf/src/add-ons/accelerants/nvidia_gpgpu/engine/
H A Dnv_support.c28 si->vendor_id, si->device_id, si->bus, si->device, si->function,
/haiku-fatelf/headers/os/drivers/
H A Disapnp.h39 uint32 vendor_id; member in struct:isa_device_info
52 uint32 vendor_id; member in struct:isa_info
/haiku-fatelf/src/add-ons/accelerants/via/engine/
H A Dagp.c51 && nai.agpi.vendor_id == si->vendor_id
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/radeon/
H A Dagp.c38 && nth_agp_info.vendor_id == di->pcii.vendor_id
103 SHOW_INFO(4, "Vendor ID $%04x", ai.vendor_id);
H A Dinit.c68 di->pcii.vendor_id, di->pcii.device_id,
94 di->pcii.vendor_id, di->pcii.device_id,
129 di->pcii.vendor_id, di->pcii.device_id,
211 di->pcii.vendor_id, di->pcii.device_id,
249 si->vendor_id = di->pcii.vendor_id;
284 di->pcii.vendor_id, di->pcii.device_id,
/haiku-fatelf/headers/os/drivers/pcmcia/
H A Dcb_enabler.h56 uint16 vendor_id; /* 0xffff is don't-care */ member in struct:cb_device_descriptor
/haiku-fatelf/src/add-ons/kernel/busses/ata/legacy_sata/
H A Dlegacy_sata.c64 uint16 vendor_id; local
77 if ((res = sDeviceManager->get_attr_uint16(parent, B_DEVICE_VENDOR_ID, &vendor_id, false)) != B_OK
82 switch (ID(vendor_id, device_id)) {
116 TRACE("controller found! vendor 0x%04x, device 0x%04x\n", vendor_id, device_id);
134 uint16 vendor_id; local
144 vendor_id = pci->read_pci_config(device, PCI_vendor_id, 2);
158 if (vendor_id == PCI_vendor_NVIDIA) {
164 switch (ID(vendor_id, device_id)) {
/haiku-fatelf/src/add-ons/kernel/busses/ide/legacy_sata/
H A Dlegacy_sata.c66 uint16 vendor_id; local
79 if ((res=dm->get_attr_uint16(parent, B_DEVICE_VENDOR_ID, &vendor_id, false)) != B_OK
84 switch (ID(vendor_id, device_id)) {
118 TRACE("controller found! vendor 0x%04x, device 0x%04x\n", vendor_id, device_id);
136 uint16 vendor_id; local
146 vendor_id = pci->read_pci_config(device, PCI_vendor_id, 2);
160 if (vendor_id == PCI_vendor_NVIDIA) {
166 switch (ID(vendor_id, device_id)) {
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/vmware/
H A Ddriver.c40 if (pcii.vendor_id == PCI_VENDOR_ID_VMWARE &&
75 if (gPd->pcii.vendor_id == PCI_VENDOR_ID_VMWARE &&
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ich/
H A Dconfig.c44 uint16 vendor_id; member in struct:device_item
95 pciinfo->vendor_id, pciinfo->device_id, pciinfo->bus, pciinfo->device, pciinfo->function,
97 for (i = 0; device_list[i].vendor_id; i++) {
98 if (device_list[i].vendor_id == pciinfo->vendor_id && device_list[i].device_id == pciinfo->device_id) {
/haiku-fatelf/src/add-ons/accelerants/skeleton/engine/
H A Dagp.c73 (nai.agpi.vendor_id == si->vendor_id) &&
145 LOG(4,("AGP: vendor ID $%04x\n", ai.vendor_id));
/haiku-fatelf/src/add-ons/kernel/bus_managers/pci/
H A Dpci_info.cpp189 info->device, info->function, info->vendor_id, info->device_id, info->revision));
197 get_vendor_info(info->vendor_id, &venShort, &venFull);
199 TRACE(("PCI: vendor %04x: Unknown\n", info->vendor_id));
201 TRACE(("PCI: vendor %04x: %s - %s\n", info->vendor_id, venShort, venFull));
203 TRACE(("PCI: vendor %04x: %s\n", info->vendor_id, venShort ? venShort : venFull));
207 get_device_info(info->vendor_id, info->device_id, info->u.h0.subsystem_vendor_id, info->u.h0.subsystem_id,
/haiku-fatelf/src/add-ons/kernel/drivers/network/wb840/
H A Ddriver.c29 if ((item->vendor_id == WB_VENDORID && item->device_id == WB_DEVICEID_840F)
30 || (item->vendor_id == CP_VENDORID && item->device_id == CP_DEVICEID_RL100))
/haiku-fatelf/headers/private/graphics/et6x00/
H A DDriverInterface.h55 uint16 vendor_id; /* PCI vendor ID, from pci_info */ member in struct:__anon774
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire_module.cpp39 uint16 vendor_id; member in struct:supported_device
82 if (info->vendor_id == device->vendor_id
175 dprintf( "vendor=%x, device=%x, revision = %x\n", info->vendor_id, info->device_id, info->revision);

Completed in 114 milliseconds

123456