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