Home
last modified time | relevance | path

Searched refs:acpi_get_acpi_device_path (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/nvdimm/
H A Dnvdimm_acpi.c263 DEVMETHOD(bus_get_device_path, acpi_get_acpi_device_path),
/freebsd/sys/dev/acpica/
H A Dacpi_pci.c204 return (acpi_get_acpi_device_path(bus, child, locator, sb)); in acpi_pci_get_device_path()
H A Dacpivar.h523 int acpi_get_acpi_device_path(device_t bus, device_t child,
H A Dacpi.c953 acpi_get_acpi_device_path(device_t bus, device_t child, const char *locator, struct sbuf *sb) in acpi_get_acpi_device_path() function
972 return (acpi_get_acpi_device_path(bus, child, locator, sb)); in acpi_get_device_path()
/freebsd/sys/dev/spibus/
H A Dacpi_spibus.c572 DEVMETHOD(bus_get_device_path, acpi_get_acpi_device_path),
/freebsd/sys/dev/usb/
H A Dusb_hub_acpi.c559 return (acpi_get_acpi_device_path(bus, child, locator, sb)); in acpi_uhub_get_device_path()
/freebsd/sys/dev/iicbus/
H A Dacpi_iicbus.c767 DEVMETHOD(bus_get_device_path, acpi_get_acpi_device_path),