Searched refs:deviceId (Results 1 - 14 of 14) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_fixup.cpp26 uint8 function, uint16 deviceId)
33 switch (deviceId) {
43 "deviceId 0x%04x\n", domain, bus, device, function, deviceId);
84 uint8 function, uint16 deviceId)
89 switch (deviceId) {
109 "deviceId 0x%04x\n", domain, bus, device, function, deviceId);
145 if (deviceId == 0x27c0 || deviceId
25 jmicron_fixup_ahci(PCI *pci, uint8 domain, uint8 bus, uint8 device, uint8 function, uint16 deviceId) argument
83 intel_fixup_ahci(PCI *pci, uint8 domain, uint8 bus, uint8 device, uint8 function, uint16 deviceId) argument
159 ati_fixup_ixp(PCI *pci, uint8 domain, uint8 bus, uint8 device, uint8 function, uint16 deviceId) argument
196 uint16 deviceId = pci->ReadConfig(domain, bus, device, function, local
[all...]
H A Dpci.cpp955 uint16 deviceId = ReadConfig(domain, bus, dev, function, local
957 if (deviceId == 0xffff)
987 busBehindBridge, vendorId, deviceId));
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci_pci.cpp199 uint16 vendorId, deviceId; local
208 || gDeviceManager->get_attr_uint16(node, B_DEVICE_ID, &deviceId,
214 if (vendorId == 0x1180 && deviceId == 0xe823) {
225 deviceId = pci->read_pci_config(device, 2, 2);
226 TRACE("Device ID after Ricoh quirk: %x\n", deviceId);
238 uint16 vendorId, deviceId; local
246 &deviceId, false) != B_OK) {
248 } else if (vendorId == 0x1180 && deviceId == 0xe823) {
260 uint16 vendorId, deviceId; local
264 || gDeviceManager->get_attr_uint16(parent, B_DEVICE_ID, &deviceId,
[all...]
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_standard_mouse.cpp267 uint8 deviceId = 0; local
271 &deviceId, 1);
277 TRACE("ps2: probe_mouse device id: %2x\n", deviceId);
280 if (deviceId == 0) {
290 deviceId = alternate_device_id;
294 if (deviceId == PS2_DEV_ID_STANDARD
295 || deviceId == PS2_DEV_ID_TOUCHPAD_RICATECH) {
299 } else if (deviceId == PS2_DEV_ID_INTELLIMOUSE) {
H A Dps2_synaptics.cpp540 uint8 deviceId; local
556 deviceId = val[1];
557 if (deviceId != SYN_TOUCHPAD) {
562 TRACE("SYNAPTICS: Touchpad found id:l %2x\n", deviceId);
/haiku/src/system/boot/platform/riscv/
H A Dvirtio.h73 VirtioResources* ThisVirtioDev(uint32 deviceId, int n);
H A Dvirtio.cpp50 ThisVirtioDev(uint32 deviceId, int n) argument
55 if (regs->deviceId == deviceId) {
224 dprintf(" device id: %" B_PRIu32 "\n", regs->deviceId);
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp219 hci_id deviceId = Bluetooth::CodeHandler::Device(code); local
221 bluetooth_device* bluetoothDevice = FindDeviceByID(deviceId);
224 __func__, size, deviceId);
231 deviceId);
/haiku/headers/private/virtio/
H A Dvirtio_defs.h49 uint32 deviceId; member in struct:VirtioRegs
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI_transport.h79 uint16 deviceId; member in struct:bt_hci_device_information
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp463 dev_t deviceId, ino_t nodeId)
476 areaInfo->fDeviceId = deviceId;
1012 dev_t deviceId = -1; local
1016 deviceId = vnodeCache->DeviceId();
1023 ramSize, deviceId, nodeId);
1068 dev_t deviceId = areaInfo->DeviceId(); local
1069 if (deviceId < 0)
1071 ImageInfo* imageInfo = _FindImageInfo(deviceId, areaInfo->NodeId());
1085 ImageInfo* _FindImageInfo(dev_t deviceId, ino_t nodeId) const argument
1089 if (info->DeviceId() == deviceId
462 Create(Allocator& allocator, VMArea* area, size_t ramSize, dev_t deviceId, ino_t nodeId) argument
[all...]
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A Dvirtio_mmio.cpp228 TRACE(" deviceId: 0x%08" B_PRIx32 "\n", mappedRegs->deviceId);
235 { "virtio/device_id", B_UINT32_TYPE, {.ui32 = mappedRegs->deviceId} },
236 { "virtio/type", B_UINT16_TYPE, {.ui16 = (uint16)mappedRegs->deviceId} },
/haiku/src/kits/debugger/elf/
H A DCoreFile.h90 int32 deviceId, int64 nodeId,
H A DCoreFile.cpp70 uint64 dataBase, uint64 dataSize, int32 deviceId, int64 nodeId,
83 fDeviceId(deviceId),
593 int32 deviceId = Get(entry.ni_device); local
619 dataSize, deviceId, nodeId, symbolTable, symbolHash, stringTable,
68 CoreFileImageInfo(int32 id, int32 type, uint64 initRoutine, uint64 termRoutine, uint64 textBase, uint64 textSize, int64 textDelta, uint64 dataBase, uint64 dataSize, int32 deviceId, int64 nodeId, uint64 symbolTable, uint64 symbolHash, uint64 stringTable, CoreFileAreaInfo* textArea, CoreFileAreaInfo* dataArea, const BString& name) argument

Completed in 165 milliseconds