Searched refs:get_attr_string (Results 1 - 25 of 72) sorted by relevance

123

/haiku/src/add-ons/kernel/busses/i2c/ocores/
H A Docores_i2c.cpp83 status_t status = gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false);
91 status = gDeviceManager->get_attr_string(parent, "fdt/compatible", &compatible, false);
140 CHECK_RET(gDeviceManager->get_attr_string(parent.Get(), B_DEVICE_BUS, &bus, false));
/haiku/src/add-ons/kernel/busses/random/ccp/
H A Dccp_acpi.cpp129 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false)
147 if (gDeviceManager->get_attr_string(parent, ACPI_DEVICE_HID_ITEM, &name,
H A Dccp_pci.cpp109 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false)
/haiku/src/add-ons/kernel/drivers/display/
H A Ddisplay.cpp93 if (gDeviceManager->get_attr_string(node, ACPI_DEVICE_PATH_ITEM, &path,
H A Ddisplay_adapter.cpp52 if (gDeviceManager->get_attr_string(node, ACPI_DEVICE_PATH_ITEM, &path,
144 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
150 if (gDeviceManager->get_attr_string(parent, ACPI_DEVICE_PATH_ITEM, &path,
183 if (gDeviceManager->get_attr_string(parent, ACPI_DEVICE_PATH_ITEM, &path,
/haiku/src/add-ons/kernel/drivers/power/acpi_button/
H A Dacpi_button.cpp100 if (sDeviceManager->get_attr_string(parent, ACPI_DEVICE_HID_ITEM, &hid,
261 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
274 if (sDeviceManager->get_attr_string(parent, ACPI_DEVICE_HID_ITEM, &hid,
320 if (sDeviceManager->get_attr_string(parent, ACPI_DEVICE_HID_ITEM, &hid,
/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Dsim_interface.cpp34 if (pnp->get_attr_string(parent, SCSI_DESCRIPTION_CONTROLLER_NAME,
/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/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/drivers/audio/virtio/
H A Dvirtio_sound.cpp47 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false) != B_OK
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddriver.cpp24 if (gDeviceManager->get_attr_string(parent, B_DRIVER_BUS, &bus, false)
/haiku/src/add-ons/kernel/bus_managers/isa/
H A Disa.cpp99 if (pnp->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A Dvirtio_balloon.cpp66 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
/haiku/src/add-ons/kernel/drivers/sensor/acpi_als/
H A Dacpi_als.cpp195 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
211 if (sDeviceManager->get_attr_string(parent, ACPI_DEVICE_HID_ITEM, &name,
252 if (sDeviceManager->get_attr_string(parent, ACPI_DEVICE_PATH_ITEM,
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DDriver.cpp233 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
249 if (sDeviceManager->get_attr_string(parent, ACPI_DEVICE_HID_ITEM, &name,
255 if (sDeviceManager->get_attr_string(parent, ACPI_DEVICE_CID_ITEM, &name,
/haiku/src/add-ons/kernel/busses/virtio/virtio_mmio/
H A Dvirtio_mmio.cpp87 status_t status = gDeviceManager->get_attr_string(parent,
93 status = gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false);
101 status = gDeviceManager->get_attr_string(parent, "fdt/compatible",
116 status = gDeviceManager->get_attr_string(parent, "acpi/hid",
170 status_t status = gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false);
256 status_t status = gDeviceManager->get_attr_string(parent.Get(), B_DEVICE_BUS, &bus, false);
289 || gDeviceManager->get_attr_string(interruptController, "fdt/name",
/haiku/src/add-ons/kernel/drivers/input/i2c_hid/
H A DDriver.cpp266 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
282 if (sDeviceManager->get_attr_string(parent, ACPI_DEVICE_HID_ITEM, &name,
288 if (sDeviceManager->get_attr_string(parent, ACPI_DEVICE_CID_ITEM, &name,
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c_acpi.cpp182 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false)
203 if (gDeviceManager->get_attr_string(parent, ACPI_DEVICE_HID_ITEM, &name,
/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIAsus.cpp240 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
248 if (gDeviceManager->get_attr_string(parent, WMI_GUID_STRING_ITEM, &guid,
H A DWMIACPI.cpp41 gDeviceManager->get_attr_string(parent, ACPI_DEVICE_UID_ITEM, &fUid,
383 if (gDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false))
399 if (gDeviceManager->get_attr_string(parent, ACPI_DEVICE_HID_ITEM, &name,
/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/busses/mmc/
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/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/busses/ata/it8211/
H A Dit8211.c169 if (sDeviceManager->get_attr_string(parent, B_DEVICE_BUS, &bus, false) != B_OK

Completed in 111 milliseconds

123