Searched refs:acpi_get_acpi_device_path (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/nvdimm/ |
H A D | nvdimm_acpi.c | 263 DEVMETHOD(bus_get_device_path, acpi_get_acpi_device_path),
|
/freebsd/sys/dev/acpica/ |
H A D | acpi_pci.c | 204 return (acpi_get_acpi_device_path(bus, child, locator, sb)); in acpi_pci_get_device_path()
|
H A D | acpivar.h | 523 int acpi_get_acpi_device_path(device_t bus, device_t child,
|
H A D | acpi.c | 953 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 D | acpi_spibus.c | 572 DEVMETHOD(bus_get_device_path, acpi_get_acpi_device_path),
|
/freebsd/sys/dev/usb/ |
H A D | usb_hub_acpi.c | 559 return (acpi_get_acpi_device_path(bus, child, locator, sb)); in acpi_uhub_get_device_path()
|
/freebsd/sys/dev/iicbus/ |
H A D | acpi_iicbus.c | 767 DEVMETHOD(bus_get_device_path, acpi_get_acpi_device_path),
|