Searched refs:vendorId (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci_pci.cpp199 uint16 vendorId, deviceId; local
207 &vendorId, true) != B_OK
214 if (vendorId == 0x1180 && deviceId == 0xe823) {
238 uint16 vendorId, deviceId; local
244 &vendorId, true) != B_OK
248 } else if (vendorId == 0x1180 && deviceId == 0xe823) {
260 uint16 vendorId, deviceId; local
262 if (gDeviceManager->get_attr_uint16(parent, B_DEVICE_VENDOR_ID, &vendorId,
270 TRACE("supports_device(vid:%04x pid:%04x)\n", vendorId, deviceId);
284 if (vendorId !
[all...]
/haiku/headers/private/virtio/
H A Dvirtio_defs.h50 uint32 vendorId; member in struct:VirtioRegs
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_transport.h78 uint16 vendorId; member in struct:bt_hci_device_information
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_fixup.cpp194 uint16 vendorId = pci->ReadConfig(domain, bus, device, function, local
202 switch (vendorId) {
H A Dpci.cpp949 uint16 vendorId = ReadConfig(domain, bus, dev, 0, PCI_vendor_id, 2); local
950 if (vendorId == 0xffff)
987 busBehindBridge, vendorId, deviceId));
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A Dvirtio_mmio.cpp229 TRACE(" vendorId: 0x%08" B_PRIx32 "\n", mappedRegs->vendorId);
237 { "virtio/vendor_id", B_UINT32_TYPE, {.ui32 = mappedRegs->vendorId} },
/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp135 uint16 vendorId = pci->read_pci_config(entry.pci_bus, entry.pci_device, local
137 if (vendorId == 0xffff) {

Completed in 69 milliseconds