Home
last modified time | relevance | path

Searched refs:acpi_device_get_softc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dtpm_device.c50 const struct tpm_device *const tpm = acpi_device_get_softc(dev); in tpm_build_acpi_table()
64 const struct tpm_device *const tpm = acpi_device_get_softc(dev); in tpm_write_dsdt()
H A Dacpi_device.h56 void *acpi_device_get_softc(const struct acpi_device *dev);
H A Dacpi_device.c143 acpi_device_get_softc(const struct acpi_device *const dev) in acpi_device_get_softc() function