Searched refs:get_handle (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/kernel/drivers/display/
H A Ddisplay_adapter.cpp54 || gAcpi->get_handle(NULL, path, &device->acpi_device) != B_OK) {
162 if (gAcpi->get_handle(NULL, path, &handle) != B_OK)
165 if (gAcpi->get_handle(handle, "_DOD", &method) != B_OK ||
166 gAcpi->get_handle(handle, "_DOS", &method) != B_OK) {// ||
185 || gAcpi->get_handle(NULL, path, &acpiHandle) != B_OK) {
H A Ddisplay.cpp95 || gAcpi->get_handle(NULL, path, &device->acpi_device) != B_OK) {
/haiku/headers/private/firewire/
H A Dfirewire_module.h58 int (*get_handle)(int socket, struct firewire_softc **handle); member in struct:fw_module_info
/haiku/src/add-ons/kernel/drivers/bus/pcmcia/
H A Dds.c25 #define get_handle gPcmciaDs->get_handle macro
54 if (get_handle(socket, (client_handle_t *)_cookie) != B_OK) {
369 while (get_handle(devices_count, &handle)==B_OK) {
/haiku/headers/os/drivers/pcmcia/
H A Dds.h175 int (*get_handle)(int socket, client_handle_t *handle); member in struct:ds_module_info
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPIPrivate.h54 status_t (*get_handle)(acpi_handle parent, const char *pathname, member in struct:acpi_root_info
175 status_t get_handle(acpi_handle parent, const char* pathname,
H A DModule.cpp282 get_handle,
H A DBusManager.cpp292 get_handle(acpi_handle parent, const char *pathname, acpi_handle *retHandle) function
861 get_handle,
H A DEmbeddedController.cpp110 if (acpi->get_handle(scope, obj->string.string, &handle)
/haiku/headers/os/drivers/
H A DACPI.h184 status_t (*get_handle)(acpi_handle parent, const char *pathname, member in struct:acpi_module_info
/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp384 status = acpi->get_handle(parent, acpiTable->Source, &source);
750 status = acpi->get_handle(NULL, childName, &childHandle);
779 status = acpi->get_handle(NULL, rootPciName, &rootPciHandle);
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c175 if (gFirewire->get_handle(count, &sc) != B_OK) {
991 while (gFirewire->get_handle(devices_count, &sc) == B_OK) {

Completed in 138 milliseconds