Searched refs:get_attr_string (Results 1 - 25 of 72) sorted by last modified time

123

/haiku/src/add-ons/kernel/drivers/audio/virtio/
H A Dvirtio_sound.cpp47 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false) != B_OK
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp871 get_attr_string(const device_node* node, const char* name, function
1007 get_attr_string,
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp667 status = gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false);
697 status = gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false);
716 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false) != B_OK) {
747 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false)
H A Dsdhci_acpi.cpp193 if (gDeviceManager->get_attr_string(parent, ACPI_DEVICE_HID_ITEM, &hid, false)) {
198 if (gDeviceManager->get_attr_string(parent, ACPI_DEVICE_UID_ITEM, &uid, false)) {
/haiku/src/system/kernel/arch/m68k/
H A Darch_int.cpp556 if (deviceManager->get_attr_string(node, B_DRIVER_DEVICE_TYPE,
/haiku/src/add-ons/kernel/drivers/disk/nvme/
H A Dnvme_disk.cpp1010 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false) != B_OK
/haiku/src/add-ons/kernel/busses/virtio/virtio_pci/
H A Dvirtio_pci.cpp841 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false) != B_OK
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp188 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false)
H A Duhci.cpp182 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false)
H A Dohci.cpp184 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false)
H A Dehci.cpp183 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false)
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c_pci.cpp229 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false)
/haiku/src/add-ons/kernel/drivers/power/acpi_thermal/
H A Dacpi_thermal.c234 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
/haiku/src/add-ons/kernel/drivers/power/acpi_lid/
H A Dacpi_lid.cpp209 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
223 if (sDeviceManager->get_attr_string(parent, ACPI_DEVICE_HID_ITEM, &hid,
/haiku/src/add-ons/kernel/drivers/power/acpi_ac/
H A Dacpi_ac.cpp163 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
177 if (sDeviceManager->get_attr_string(parent, ACPI_DEVICE_HID_ITEM, &hid,
/haiku/src/add-ons/kernel/drivers/graphics/virtio/
H A Dvirtio_gpu.cpp764 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp1943 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
/haiku/src/add-ons/kernel/busses/random/virtio/
H A Dvirtio_rng.cpp35 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
/haiku/src/add-ons/kernel/busses/random/ccp/
H A Dccp_pci.cpp109 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false)
/haiku/src/add-ons/kernel/busses/pci/ecam/
H A DECAMPCIController.cpp79 status_t status = gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false);
85 status = gDeviceManager->get_attr_string(parent, "fdt/compatible", &compatible, false);
97 if (gDeviceManager->get_attr_string(parent, ACPI_DEVICE_HID_ITEM, &hid, false) < B_OK)
133 CHECK_RET(gDeviceManager->get_attr_string(parentNode.Get(), B_DEVICE_BUS, &bus, false));
/haiku/src/add-ons/kernel/busses/pci/designware/
H A DDWPCIController.cpp78 status_t status = gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false);
86 status = gDeviceManager->get_attr_string(parent, "fdt/compatible", &compatible, false);
132 CHECK_RET(gDeviceManager->get_attr_string(fdtNode.Get(), B_DEVICE_BUS, &bus, false));
/haiku/src/add-ons/kernel/drivers/power/acpi_battery/
H A Dacpi_battery.cpp499 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
515 if (sDeviceManager->get_attr_string(parent, ACPI_DEVICE_HID_ITEM, &name,
556 if (sDeviceManager->get_attr_string(parent, ACPI_DEVICE_PATH_ITEM,
/haiku/src/add-ons/kernel/drivers/disk/mmc/
H A Dmmc_disk.cpp82 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus,
/haiku/src/add-ons/kernel/drivers/disk/virtual/virtio_block/
H A Dvirtio_block.cpp505 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DModule.cpp46 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))

Completed in 162 milliseconds

123