Searched refs:get_device_info (Results 1 - 13 of 13) sorted by relevance

/haiku/headers/private/shared/
H A Dpci-utils.h62 get_device_info(uint16 vendorID, uint16 deviceID, function
/haiku/src/apps/devices/
H A DDevicePCI.cpp94 get_device_info(fVendorId, fDeviceId, fSubsystemVendorId, fSubSystemId,
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DModule.cpp108 if (get_device_info(result, &hid, (char**)&cidList, 8,
307 get_device_info,
H A DACPIPrivate.h118 status_t (*get_device_info)(const char *path, char **hid, member in struct:acpi_root_info
221 status_t get_device_info(const char* path, char** hid, char** cidList,
H A DBusManager.cpp533 get_device_info(const char *path, char** hid, char** cidList, function
539 TRACE("get_device_info: path %s\n", path);
887 get_device_info,
H A DNamespaceDump.cpp117 device->acpi->get_device_info(result, &hid, NULL, 0, NULL, NULL);
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci.c149 get_device_info(uint16 vendorID, uint16 deviceID, const char **name, function
234 if (get_device_info(vendorID, deviceID, &name, NULL) < B_OK) {
H A Dahci_defs.h320 status_t get_device_info(uint16 vendorID, uint16 deviceID, const char **name,
H A Dahci_controller.cpp74 get_device_info(fPCIVendorID, fPCIDeviceID, NULL, &fFlags);
/haiku/src/bin/listdev/
H A Dlistdev.cpp293 get_device_info(vendor_id, device_id, pci_subsystem_vendor_id, pci_subsystem_id,
/haiku/headers/os/drivers/
H A DACPI.h255 status_t (*get_device_info)(const char *path, char** hid, member in struct:acpi_module_info
/haiku/src/add-ons/kernel/bus_managers/pci/
H A Dpci_info.cpp258 get_device_info(info->vendor_id, info->device_id, info->u.h0.subsystem_vendor_id, info->u.h0.subsystem_id,
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.cpp340 status = gACPI->get_device_info((const char*)buffer.pointer, &hid,
343 ERROR("pch_i2c_scan_bus_callback get_device_info failed\n");

Completed in 203 milliseconds