Searched refs:B_DEVICE_TYPE (Results 1 - 21 of 21) sorted by last modified time

/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp1648 if (get_attr_uint16(this, B_DEVICE_TYPE, &type, false) != B_OK
1887 get_attr_uint16(this, B_DEVICE_TYPE, &type, false);
2043 && get_attr_uint16(this, B_DEVICE_TYPE, &type, false) == B_OK) {
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci_pci.cpp274 || gDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &type,
/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp520 if (deviceManager->get_attr_uint16(node, B_DEVICE_TYPE,
/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp1011 || sDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &baseClass, false) != B_OK
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp198 || gDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &type,
H A Duhci.cpp192 || gDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &type,
H A Dohci.cpp194 || gDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &type,
H A Dehci.cpp193 || gDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &type,
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DModule.cpp130 attrs[attrCount].name = B_DEVICE_TYPE;
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_root.cpp70 {B_DEVICE_TYPE, B_UINT16_TYPE, {.ui16 = info.class_base}},
/haiku/src/add-ons/kernel/busses/ata/highpoint_ide_pci/
H A Dhighpoint_ide_pci.cpp350 || sDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &baseClass, false) != B_OK
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci.c222 if (gDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &baseClass,
/haiku/src/apps/devices/
H A DDevicePCI.cpp59 fClassBaseId = atoi(fAttributeMap[B_DEVICE_TYPE].String());
66 fAttributeMap[B_DEVICE_TYPE] = ToHex(fClassBaseId);
/haiku/src/bin/listdev/
H A Dlistdev.cpp198 } else if (!strcmp(attr.name, B_DEVICE_TYPE)
/haiku/src/add-ons/kernel/interrupt_controllers/openpic/
H A Dopenpic.cpp318 { B_DEVICE_TYPE, B_UINT16_TYPE, { .ui16 = PCI_base_peripheral }},
/haiku/headers/os/drivers/
H A Ddevice_manager.h143 #define B_DEVICE_TYPE "device/type" macro
/haiku/src/add-ons/kernel/busses/ata/generic_ide_pci/
H A Dgeneric_ide_pci.cpp176 || sDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &baseClass, false) != B_OK
/haiku/src/tests/system/kernel/device_manager/playground/
H A Dbus.cpp109 {B_DEVICE_TYPE, B_UINT16_TYPE, {ui16: kDevices[i].type}},
H A Ddevice_manager.cpp1270 get_attr_uint16(this, B_DEVICE_TYPE, &type, false);
1443 get_attr_uint16(this, B_DEVICE_TYPE, &type, false);
1561 if (get_attr_uint16(this, B_DEVICE_TYPE, &type, false) == B_OK
H A Ddevice_manager.h144 #define B_DEVICE_TYPE "device/type" macro
H A Dgeneric_video_driver.cpp31 if (gDeviceManager->get_attr_uint16(parent, B_DEVICE_TYPE, &type, false)

Completed in 124 milliseconds