Searched refs:tpm_attach (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/sys/dev/tpm/
H A Dtpmvar.h62 int tpm_attach(device_t dev);
H A Dtpm_acpi.c70 DEVMETHOD(device_attach, tpm_attach),
H A Dtpm_isa.c83 DEVMETHOD(device_attach, tpm_attach),
H A Dtpm.c179 void tpm_attach(struct device *, struct device *, void *);
182 sizeof(struct tpm_softc), tpm_match, tpm_attach
249 tpm_attach(device_t dev) function
373 tpm_attach(struct device *parent, struct device *self, void *aux) function

Completed in 98 milliseconds