Home
last modified time | relevance | path

Searched refs:tpm_detach (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/tpm/
H A Dtpm_acpi.c68 DEVMETHOD(device_detach, tpm_detach),
H A Dtpmvar.h61 int tpm_detach(device_t dev);
H A Dtpm_isa.c81 DEVMETHOD(device_detach, tpm_detach),
H A Dtpm.c242 tpm_detach(dev); in tpm_attach()
249 tpm_detach(dev); in tpm_attach()
262 tpm_detach(device_t dev) in tpm_detach() function